info.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "manufacturer": "Clueboard",
  3. "keyboard_name": "Cluecard",
  4. "maintainer": "skullydazed",
  5. "debounce": 20,
  6. "processor": "atmega32u4",
  7. "diode_direction": "ROW2COL",
  8. "features": {
  9. "audio": true,
  10. "backlight": true,
  11. "bluetooth": false,
  12. "bootmagic": false,
  13. "command": false,
  14. "console": true,
  15. "extrakey": true,
  16. "lto": true,
  17. "midi": false,
  18. "mousekey": true,
  19. "nkro": false,
  20. "rgblight": true,
  21. "unicode": false
  22. },
  23. "matrix_pins": {
  24. "cols": ["F1", "F7", "F6"],
  25. "rows": ["F0", "F5", "F4", "B4"]
  26. },
  27. "rgblight": {
  28. "brightness_steps": 17,
  29. "hue_steps": 10,
  30. "led_count": 4,
  31. "pin": "E6",
  32. "saturation_steps": 17
  33. },
  34. "usb": {
  35. "device_version": "0.0.1",
  36. "pid": "0x2330",
  37. "vid": "0xC1ED"
  38. },
  39. "layout_aliases": {
  40. "LAYOUT": "LAYOUT_all"
  41. },
  42. "layouts": {
  43. "LAYOUT_all": {
  44. "layout": [
  45. { "label": "ON/OFF", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
  46. { "label": "SAT+", "matrix": [0, 1], "w": 1, "x": 4, "y": 0 },
  47. { "label": "BRIGHT+", "matrix": [0, 2], "w": 1, "x": 8, "y": 0 },
  48. { "label": "HUE-", "matrix": [1, 0], "w": 1, "x": 2, "y": 1 },
  49. { "label": "HUE+", "matrix": [1, 2], "w": 1, "x": 6, "y": 1 },
  50. { "label": "MODE", "matrix": [2, 0], "w": 1, "x": 0, "y": 2 },
  51. { "label": "SAT-", "matrix": [2, 1], "w": 1, "x": 4, "y": 2 },
  52. { "label": "BRIGHT-", "matrix": [2, 2], "w": 1, "x": 8, "y": 2 },
  53. { "label": "LAYER", "matrix": [1, 1], "w": 1, "x": 2, "y": 4 },
  54. { "h": 2, "label": "MX1", "matrix": [3, 0], "w": 2, "x": 4, "y": 6 },
  55. { "h": 2, "label": "MX2", "matrix": [3, 1], "w": 2, "x": 6, "y": 6 },
  56. { "h": 2, "label": "MX3", "matrix": [3, 2], "w": 2, "x": 8, "y": 6 }
  57. ]
  58. }
  59. }
  60. }