logo

qmk_firmware

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

keyboard.json (3789B)


  1. {
  2. "keyboard_name": "CU24",
  3. "manufacturer": "Yiancar/CapsUnlocked",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x0000",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "backlight": true,
  12. "bootmagic": false,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgblight": true
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "matrix_pins": {
  25. "cols": ["F0", "F1", "D0", "D1"],
  26. "rows": ["E6", "F5", "B4", "B6", "C6", "C7"]
  27. },
  28. "diode_direction": "ROW2COL",
  29. "backlight": {
  30. "pin": "B5",
  31. "levels": 5,
  32. "breathing": true
  33. },
  34. "rgblight": {
  35. "led_count": 5,
  36. "animations": {
  37. "breathing": true,
  38. "rainbow_mood": true,
  39. "rainbow_swirl": true,
  40. "snake": true,
  41. "knight": true,
  42. "christmas": true,
  43. "static_gradient": true,
  44. "rgb_test": true,
  45. "alternating": true,
  46. "twinkle": true
  47. }
  48. },
  49. "ws2812": {
  50. "pin": "F4"
  51. },
  52. "processor": "atmega32u4",
  53. "bootloader": "atmel-dfu",
  54. "layouts": {
  55. "LAYOUT_grid": {
  56. "layout": [
  57. {"matrix": [0, 0], "x": 0, "y": 0},
  58. {"matrix": [0, 1], "x": 1, "y": 0},
  59. {"matrix": [0, 2], "x": 2, "y": 0},
  60. {"matrix": [0, 3], "x": 3, "y": 0},
  61. {"matrix": [1, 0], "x": 0, "y": 1},
  62. {"matrix": [1, 1], "x": 1, "y": 1},
  63. {"matrix": [1, 2], "x": 2, "y": 1},
  64. {"matrix": [1, 3], "x": 3, "y": 1},
  65. {"matrix": [2, 0], "x": 0, "y": 2},
  66. {"matrix": [2, 1], "x": 1, "y": 2},
  67. {"matrix": [2, 2], "x": 2, "y": 2},
  68. {"matrix": [2, 3], "x": 3, "y": 2},
  69. {"matrix": [3, 0], "x": 0, "y": 3},
  70. {"matrix": [3, 1], "x": 1, "y": 3},
  71. {"matrix": [3, 2], "x": 2, "y": 3},
  72. {"matrix": [3, 3], "x": 3, "y": 3},
  73. {"matrix": [4, 0], "x": 0, "y": 4},
  74. {"matrix": [4, 1], "x": 1, "y": 4},
  75. {"matrix": [4, 2], "x": 2, "y": 4},
  76. {"matrix": [4, 3], "x": 3, "y": 4},
  77. {"matrix": [5, 0], "x": 0, "y": 5},
  78. {"matrix": [5, 1], "x": 1, "y": 5},
  79. {"matrix": [5, 2], "x": 2, "y": 5},
  80. {"matrix": [5, 3], "x": 3, "y": 5}
  81. ]
  82. },
  83. "LAYOUT_numpad": {
  84. "layout": [
  85. {"matrix": [0, 0], "x": 0, "y": 0},
  86. {"matrix": [0, 1], "x": 1, "y": 0},
  87. {"matrix": [0, 2], "x": 2, "y": 0},
  88. {"matrix": [0, 3], "x": 3, "y": 0},
  89. {"matrix": [1, 0], "x": 0, "y": 1},
  90. {"matrix": [1, 1], "x": 1, "y": 1},
  91. {"matrix": [1, 2], "x": 2, "y": 1},
  92. {"matrix": [1, 3], "x": 3, "y": 1},
  93. {"matrix": [2, 0], "x": 0, "y": 2},
  94. {"matrix": [2, 1], "x": 1, "y": 2},
  95. {"matrix": [2, 2], "x": 2, "y": 2},
  96. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  97. {"matrix": [3, 0], "x": 0, "y": 3},
  98. {"matrix": [3, 1], "x": 1, "y": 3},
  99. {"matrix": [3, 2], "x": 2, "y": 3},
  100. {"matrix": [4, 0], "x": 0, "y": 4},
  101. {"matrix": [4, 1], "x": 1, "y": 4},
  102. {"matrix": [4, 2], "x": 2, "y": 4},
  103. {"matrix": [4, 3], "x": 3, "y": 4, "h": 2},
  104. {"matrix": [5, 1], "x": 0, "y": 5, "w": 2},
  105. {"matrix": [5, 2], "x": 2, "y": 5}
  106. ]
  107. }
  108. }
  109. }