keyboard.json 3.8 KB

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