logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2051B)


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