info.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "midi": false,
  15. "mousekey": true,
  16. "nkro": true,
  17. "rgblight": true,
  18. "unicode": false
  19. },
  20. "matrix_pins": {
  21. "cols": ["F4", "E6", "B1", "D2"],
  22. "rows": ["B0", "D3", "D5", "D4", "D6"]
  23. },
  24. "rgblight": {
  25. "animations": {
  26. "alternating": true,
  27. "breathing": true,
  28. "christmas": true,
  29. "knight": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "rgb_test": true,
  33. "snake": true,
  34. "static_gradient": true,
  35. "twinkle": true
  36. },
  37. "brightness_steps": 17,
  38. "hue_steps": 10,
  39. "led_count": 4,
  40. "pin": "F6",
  41. "saturation_steps": 17
  42. },
  43. "url": "",
  44. "usb": {
  45. "device_version": "0.0.1",
  46. "pid": "0x2312",
  47. "vid": "0xC1ED"
  48. },
  49. "layout_aliases": {
  50. "LAYOUT": "LAYOUT_numpad_5x4"
  51. },
  52. "layouts": {
  53. "LAYOUT_numpad_5x4": {
  54. "layout": [
  55. { "label": "Num Lock", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
  56. { "label": "/", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
  57. { "label": "*", "matrix": [0, 2], "w": 1, "x": 2, "y": 0 },
  58. { "label": "-", "matrix": [0, 3], "w": 1, "x": 3, "y": 0 },
  59. { "label": "7", "matrix": [1, 0], "w": 1, "x": 0, "y": 1 },
  60. { "label": "8", "matrix": [1, 1], "w": 1, "x": 1, "y": 1 },
  61. { "label": "9", "matrix": [1, 2], "w": 1, "x": 2, "y": 1 },
  62. { "label": "4", "matrix": [2, 0], "w": 1, "x": 0, "y": 2 },
  63. { "label": "5", "matrix": [2, 1], "w": 1, "x": 1, "y": 2 },
  64. { "label": "6", "matrix": [2, 2], "w": 1, "x": 2, "y": 2 },
  65. { "h": 2, "label": "+", "matrix": [1, 3], "w": 1, "x": 3, "y": 1 },
  66. { "label": "1", "matrix": [3, 0], "w": 1, "x": 0, "y": 3 },
  67. { "label": "2", "matrix": [3, 1], "w": 1, "x": 1, "y": 3 },
  68. { "label": "3", "matrix": [3, 2], "w": 1, "x": 2, "y": 3 },
  69. { "label": "0", "matrix": [4, 0], "w": 2, "x": 0, "y": 4 },
  70. { "label": ".", "matrix": [4, 2], "w": 1, "x": 2, "y": 4 },
  71. { "h": 2, "label": "Enter", "matrix": [3, 3], "w": 1, "x": 3, "y": 3 }
  72. ]
  73. }
  74. }
  75. }