logo

qmk_firmware

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

keyboard.json (3342B)


  1. {
  2. "keyboard_name": "Center x Enter",
  3. "manufacturer": "takashicompany",
  4. "maintainer": "takashicompany",
  5. "usb": {
  6. "vid": "0x7463",
  7. "pid": "0x0012",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "saturation_steps": 8,
  12. "brightness_steps": 8,
  13. "led_count": 6,
  14. "sleep": true,
  15. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true,
  19. "snake": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "D3"
  29. },
  30. "features": {
  31. "bootmagic": true,
  32. "encoder": true,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": false,
  36. "rgblight": true
  37. },
  38. "qmk": {
  39. "locking": {
  40. "enabled": true,
  41. "resync": true
  42. }
  43. },
  44. "matrix_pins": {
  45. "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "D7", "B2", "B6", "D0", "D4", "C6"],
  46. "rows": ["E6", "B4", "B5"]
  47. },
  48. "diode_direction": "COL2ROW",
  49. "encoder": {
  50. "rotary": [
  51. {"pin_a": "D2", "pin_b": "D1", "resolution": 1}
  52. ]
  53. },
  54. "development_board": "promicro",
  55. "layouts": {
  56. "LAYOUT": {
  57. "layout": [
  58. {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5},
  59. {"matrix": [0, 1], "x": 1.5, "y": 0},
  60. {"matrix": [0, 2], "x": 2.5, "y": 0},
  61. {"matrix": [0, 3], "x": 3.5, "y": 0},
  62. {"matrix": [0, 4], "x": 4.5, "y": 0},
  63. {"matrix": [0, 5], "x": 5.5, "y": 0},
  64. {"matrix": [0, 7], "x": 8, "y": 0},
  65. {"matrix": [0, 8], "x": 9, "y": 0},
  66. {"matrix": [0, 9], "x": 10, "y": 0},
  67. {"matrix": [0, 10], "x": 11, "y": 0},
  68. {"matrix": [0, 11], "x": 12, "y": 0},
  69. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.75},
  70. {"matrix": [1, 1], "x": 1.75, "y": 1},
  71. {"matrix": [1, 2], "x": 2.75, "y": 1},
  72. {"matrix": [1, 3], "x": 3.75, "y": 1},
  73. {"matrix": [1, 4], "x": 4.75, "y": 1},
  74. {"matrix": [1, 5], "x": 5.75, "y": 1},
  75. {"matrix": [1, 6], "x": 6.75, "y": 0, "w": 1.25, "h": 2},
  76. {"matrix": [1, 7], "x": 8, "y": 1},
  77. {"matrix": [1, 8], "x": 9, "y": 1},
  78. {"matrix": [1, 9], "x": 10, "y": 1},
  79. {"matrix": [1, 10], "x": 11, "y": 1},
  80. {"matrix": [1, 11], "x": 12, "y": 1},
  81. {"matrix": [2, 0], "x": 0, "y": 2, "w": 2},
  82. {"matrix": [2, 1], "x": 2, "y": 2},
  83. {"matrix": [2, 2], "x": 3, "y": 2},
  84. {"matrix": [2, 3], "x": 4, "y": 2},
  85. {"matrix": [2, 4], "x": 5, "y": 2},
  86. {"matrix": [2, 5], "x": 6, "y": 2},
  87. {"matrix": [2, 6], "x": 7, "y": 2},
  88. {"matrix": [2, 7], "x": 8, "y": 2},
  89. {"matrix": [2, 8], "x": 9, "y": 2},
  90. {"matrix": [2, 9], "x": 10, "y": 2},
  91. {"matrix": [2, 10], "x": 11, "y": 2},
  92. {"matrix": [2, 11], "x": 12, "y": 2}
  93. ]
  94. }
  95. }
  96. }