keyboard.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "keyboard_name": "NEWGAME40",
  3. "manufacturer": "GoTakigawa",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true,
  18. "rgblight": true,
  19. "unicode": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"],
  23. "rows": ["F7", "B1", "B3", "B2"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "rgblight": {
  27. "hue_steps": 10,
  28. "led_count": 25,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "snake": true,
  34. "knight": true,
  35. "christmas": true,
  36. "static_gradient": true,
  37. "rgb_test": true,
  38. "alternating": true,
  39. "twinkle": true
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "F6"
  44. },
  45. "processor": "atmega32u4",
  46. "bootloader": "caterina",
  47. "community_layouts": ["ortho_4x10"],
  48. "layouts": {
  49. "LAYOUT_ortho_4x10": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0},
  52. {"matrix": [0, 1], "x": 1, "y": 0},
  53. {"matrix": [0, 2], "x": 2, "y": 0},
  54. {"matrix": [0, 3], "x": 3, "y": 0},
  55. {"matrix": [0, 4], "x": 4, "y": 0},
  56. {"matrix": [0, 5], "x": 5, "y": 0},
  57. {"matrix": [0, 6], "x": 6, "y": 0},
  58. {"matrix": [0, 7], "x": 7, "y": 0},
  59. {"matrix": [0, 8], "x": 8, "y": 0},
  60. {"matrix": [0, 9], "x": 9, "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": [1, 4], "x": 4, "y": 1},
  66. {"matrix": [1, 5], "x": 5, "y": 1},
  67. {"matrix": [1, 6], "x": 6, "y": 1},
  68. {"matrix": [1, 7], "x": 7, "y": 1},
  69. {"matrix": [1, 8], "x": 8, "y": 1},
  70. {"matrix": [1, 9], "x": 9, "y": 1},
  71. {"matrix": [2, 0], "x": 0, "y": 2},
  72. {"matrix": [2, 1], "x": 1, "y": 2},
  73. {"matrix": [2, 2], "x": 2, "y": 2},
  74. {"matrix": [2, 3], "x": 3, "y": 2},
  75. {"matrix": [2, 4], "x": 4, "y": 2},
  76. {"matrix": [2, 5], "x": 5, "y": 2},
  77. {"matrix": [2, 6], "x": 6, "y": 2},
  78. {"matrix": [2, 7], "x": 7, "y": 2},
  79. {"matrix": [2, 8], "x": 8, "y": 2},
  80. {"matrix": [2, 9], "x": 9, "y": 2},
  81. {"matrix": [3, 0], "x": 0, "y": 3},
  82. {"matrix": [3, 1], "x": 1, "y": 3},
  83. {"matrix": [3, 2], "x": 2, "y": 3},
  84. {"matrix": [3, 3], "x": 3, "y": 3},
  85. {"matrix": [3, 4], "x": 4, "y": 3},
  86. {"matrix": [3, 5], "x": 5, "y": 3},
  87. {"matrix": [3, 6], "x": 6, "y": 3},
  88. {"matrix": [3, 7], "x": 7, "y": 3},
  89. {"matrix": [3, 8], "x": 8, "y": 3},
  90. {"matrix": [3, 9], "x": 9, "y": 3}
  91. ]
  92. }
  93. }
  94. }