keyboard.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "manufacturer": "Clueboard",
  3. "keyboard_name": "Clueboard 17% (Cluepad)",
  4. "maintainer": "skullydazed",
  5. "diode_direction": "COL2ROW",
  6. "processor": "atmega32u4",
  7. "bootloader": "atmel-dfu",
  8. "features": {
  9. "backlight": true,
  10. "bootmagic": false,
  11. "command": false,
  12. "console": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgblight": true
  17. },
  18. "matrix_pins": {
  19. "cols": ["F4", "E6", "B1", "D2"],
  20. "rows": ["B0", "D3", "D5", "D4", "D6"]
  21. },
  22. "rgblight": {
  23. "animations": {
  24. "alternating": true,
  25. "breathing": true,
  26. "christmas": true,
  27. "knight": true,
  28. "rainbow_mood": true,
  29. "rainbow_swirl": true,
  30. "rgb_test": true,
  31. "snake": true,
  32. "static_gradient": true,
  33. "twinkle": true
  34. },
  35. "brightness_steps": 17,
  36. "hue_steps": 10,
  37. "led_count": 4,
  38. "saturation_steps": 17
  39. },
  40. "ws2812": {
  41. "pin": "F6"
  42. },
  43. "url": "",
  44. "usb": {
  45. "device_version": "0.0.1",
  46. "pid": "0x2312",
  47. "vid": "0xC1ED"
  48. },
  49. "backlight": {
  50. "driver": "custom"
  51. },
  52. "layout_aliases": {
  53. "LAYOUT": "LAYOUT_numpad_5x4"
  54. },
  55. "layouts": {
  56. "LAYOUT_numpad_5x4": {
  57. "layout": [
  58. {"label": "Num Lock", "matrix": [0, 0], "x": 0, "y": 0},
  59. {"label": "/", "matrix": [0, 1], "x": 1, "y": 0},
  60. {"label": "*", "matrix": [0, 2], "x": 2, "y": 0},
  61. {"label": "-", "matrix": [0, 3], "x": 3, "y": 0},
  62. {"label": "7", "matrix": [1, 0], "x": 0, "y": 1},
  63. {"label": "8", "matrix": [1, 1], "x": 1, "y": 1},
  64. {"label": "9", "matrix": [1, 2], "x": 2, "y": 1},
  65. {"label": "4", "matrix": [2, 0], "x": 0, "y": 2},
  66. {"label": "5", "matrix": [2, 1], "x": 1, "y": 2},
  67. {"label": "6", "matrix": [2, 2], "x": 2, "y": 2},
  68. {"h": 2, "label": "+", "matrix": [1, 3], "x": 3, "y": 1},
  69. {"label": "1", "matrix": [3, 0], "x": 0, "y": 3},
  70. {"label": "2", "matrix": [3, 1], "x": 1, "y": 3},
  71. {"label": "3", "matrix": [3, 2], "x": 2, "y": 3},
  72. {"label": "0", "matrix": [4, 0], "w": 2, "x": 0, "y": 4},
  73. {"label": ".", "matrix": [4, 2], "x": 2, "y": 4},
  74. {"h": 2, "label": "Enter", "matrix": [3, 3], "x": 3, "y": 3}
  75. ]
  76. }
  77. }
  78. }