info.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "manufacturer": "Clueboard",
  3. "keyboard_name": "Clueboard 17% (Cluepad)",
  4. "maintainer": "skullydazed",
  5. "diode_direction": "COL2ROW",
  6. "processor": "atmega32u4",
  7. "features": {
  8. "backlight": true,
  9. "bootmagic": false,
  10. "command": false,
  11. "console": true,
  12. "extrakey": true,
  13. "midi": false,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgblight": true,
  17. "unicode": false
  18. },
  19. "matrix_pins": {
  20. "cols": ["F4", "E6", "B1", "D2"],
  21. "rows": ["B0", "D3", "D5", "D4", "D6"]
  22. },
  23. "rgblight": {
  24. "animations": {
  25. "all": true
  26. },
  27. "brightness_steps": 17,
  28. "hue_steps": 10,
  29. "led_count": 4,
  30. "pin": "F6",
  31. "saturation_steps": 17
  32. },
  33. "url": "",
  34. "usb": {
  35. "device_ver": "0x0001",
  36. "pid": "0x2312",
  37. "vid": "0xC1ED"
  38. },
  39. "layout_aliases": {
  40. "LAYOUT": "LAYOUT_numpad_5x4"
  41. },
  42. "layouts": {
  43. "LAYOUT_numpad_5x4": {
  44. "layout": [
  45. { "label": "Num Lock", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
  46. { "label": "/", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
  47. { "label": "*", "matrix": [0, 2], "w": 1, "x": 2, "y": 0 },
  48. { "label": "-", "matrix": [0, 3], "w": 1, "x": 3, "y": 0 },
  49. { "label": "7", "matrix": [1, 0], "w": 1, "x": 0, "y": 1 },
  50. { "label": "8", "matrix": [1, 1], "w": 1, "x": 1, "y": 1 },
  51. { "label": "9", "matrix": [1, 2], "w": 1, "x": 2, "y": 1 },
  52. { "label": "4", "matrix": [2, 0], "w": 1, "x": 0, "y": 2 },
  53. { "label": "5", "matrix": [2, 1], "w": 1, "x": 1, "y": 2 },
  54. { "label": "6", "matrix": [2, 2], "w": 1, "x": 2, "y": 2 },
  55. { "h": 2, "label": "+", "matrix": [1, 3], "w": 1, "x": 3, "y": 1 },
  56. { "label": "1", "matrix": [3, 0], "w": 1, "x": 0, "y": 3 },
  57. { "label": "2", "matrix": [3, 1], "w": 1, "x": 1, "y": 3 },
  58. { "label": "3", "matrix": [3, 2], "w": 1, "x": 2, "y": 3 },
  59. { "label": "0", "matrix": [4, 0], "w": 2, "x": 0, "y": 4 },
  60. { "label": ".", "matrix": [4, 2], "w": 1, "x": 2, "y": 4 },
  61. { "h": 2, "label": "Enter", "matrix": [3, 3], "w": 1, "x": 3, "y": 3 }
  62. ]
  63. }
  64. }
  65. }