keyboard.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "keyboard_name": "0xC.pad",
  3. "url": "https://s-ol.nu/0xC.pad",
  4. "diode_direction": "ROW2COL",
  5. "build": {
  6. "lto": true
  7. },
  8. "features": {
  9. "bootmagic": true,
  10. "command": false,
  11. "console": false,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": true,
  15. "rgb_matrix": true
  16. },
  17. "matrix_pins": {
  18. "rows": ["B7", "B6", "B5", "B4"],
  19. "cols": ["D4", "D3", "D2", "D1"]
  20. },
  21. "ws2812": {
  22. "pin": "C7"
  23. },
  24. "rgb_matrix": {
  25. "animations": {
  26. "breathing": true,
  27. "band_sat": true,
  28. "band_val": true,
  29. "band_spiral_sat": true,
  30. "band_spiral_val": true,
  31. "cycle_all": true,
  32. "cycle_left_right": true,
  33. "cycle_up_down": true,
  34. "cycle_out_in": true,
  35. "cycle_spiral": true,
  36. "hue_breathing": true,
  37. "hue_wave": true,
  38. "solid_reactive_simple": true,
  39. "solid_reactive_wide": true,
  40. "typing_heatmap": true,
  41. "solid_reactive": true,
  42. "splash": true
  43. },
  44. "center_point": [112, 63],
  45. "driver": "ws2812"
  46. },
  47. "layouts": {
  48. "LAYOUT": {
  49. "layout": [
  50. {"matrix": [0, 0], "x": 1, "y": 0},
  51. {"matrix": [0, 1], "x": 2, "y": 0},
  52. {"matrix": [1, 0], "x": 0.5, "y": 1},
  53. {"matrix": [1, 1], "x": 1.5, "y": 1},
  54. {"matrix": [1, 2], "x": 2.5, "y": 1},
  55. {"matrix": [2, 0], "x": 0, "y": 2},
  56. {"matrix": [2, 1], "x": 1, "y": 2},
  57. {"matrix": [2, 2], "x": 2, "y": 2},
  58. {"matrix": [2, 3], "x": 3, "y": 2},
  59. {"matrix": [3, 1], "x": 0.5, "y": 3},
  60. {"matrix": [3, 2], "x": 1.5, "y": 3},
  61. {"matrix": [3, 3], "x": 2.5, "y": 3}
  62. ]
  63. }
  64. },
  65. "usb": {
  66. "vid": "0x732D",
  67. "pid": "0x0C70",
  68. "device_version": "0.0.1"
  69. },
  70. "processor": "atmega32u2",
  71. "bootloader": "atmel-dfu"
  72. }