logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2685B)


  1. {
  2. "manufacturer": "Treasure",
  3. "keyboard_name": "Type-9 Series III",
  4. "maintainer": "arnstadm",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": false,
  11. "nkro": true,
  12. "rgb_matrix": true
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["C7", "C6", "D3"],
  17. ["B7", "C5", "D2"],
  18. ["B5", "B4", "D4"]
  19. ]
  20. },
  21. "processor": "atmega32u2",
  22. "usb": {
  23. "device_version": "1.0.0",
  24. "pid": "0x5493",
  25. "vid": "0x5452"
  26. },
  27. "ws2812": {
  28. "pin": "B6"
  29. },
  30. "rgb_matrix": {
  31. "animations": {
  32. "gradient_up_down": true,
  33. "gradient_left_right": true,
  34. "breathing": true,
  35. "cycle_all": true,
  36. "cycle_left_right": true,
  37. "cycle_up_down": true,
  38. "jellybean_raindrops": true,
  39. "pixel_fractal": true,
  40. "pixel_rain": true,
  41. "typing_heatmap": true,
  42. "digital_rain": true,
  43. "solid_reactive_simple": true,
  44. "solid_reactive_multiwide": true,
  45. "solid_reactive_nexus": true,
  46. "splash": true,
  47. "solid_splash": true
  48. },
  49. "default": {
  50. "speed": 40,
  51. "val": 120
  52. },
  53. "driver": "ws2812",
  54. "layout": [
  55. { "matrix": [2, 0],"flags": 4, "x": 0, "y": 20 },
  56. { "matrix": [2, 1],"flags": 4, "x": 10, "y": 20 },
  57. { "matrix": [2, 2],"flags": 4, "x": 20, "y": 20 },
  58. { "matrix": [1, 2],"flags": 4, "x": 20, "y": 10 },
  59. { "matrix": [1, 1],"flags": 4, "x": 10, "y": 10 },
  60. { "matrix": [1, 0],"flags": 4, "x": 0, "y": 10 },
  61. { "matrix": [0, 0],"flags": 4, "x": 0, "y": 0 },
  62. { "matrix": [0, 1],"flags": 4, "x": 10, "y": 0 },
  63. { "matrix": [0, 2],"flags": 4, "x": 20, "y": 0 }
  64. ],
  65. "sleep": true
  66. },
  67. "community_layouts": ["ortho_3x3"],
  68. "layouts": {
  69. "LAYOUT_ortho_3x3": {
  70. "layout": [
  71. { "matrix": [0, 0], "x": 0, "y": 0 },
  72. { "matrix": [0, 1], "x": 1, "y": 0 },
  73. { "matrix": [0, 2], "x": 2, "y": 0 },
  74. { "matrix": [1, 0], "x": 0, "y": 1 },
  75. { "matrix": [1, 1], "x": 1, "y": 1 },
  76. { "matrix": [1, 2], "x": 2, "y": 1 },
  77. { "matrix": [2, 0], "x": 0, "y": 2 },
  78. { "matrix": [2, 1], "x": 1, "y": 2 },
  79. { "matrix": [2, 2], "x": 2, "y": 2 }
  80. ]
  81. }
  82. }
  83. }