logo

qmk_firmware

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

keyboard.json (2171B)


  1. {
  2. "manufacturer": "Nico Stuhlmueller",
  3. "keyboard_name": "hackpad",
  4. "maintainer": "ThePurox",
  5. "development_board": "promicro",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true,
  12. "rgblight": true,
  13. "encoder": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["B1", "B3", "B2", "B6"],
  17. "rows": ["C6", "D7", "E6", "B4", "B5"]
  18. },
  19. "encoder": {
  20. "rotary": [
  21. {"pin_a": "F5", "pin_b": "F4"}
  22. ]
  23. },
  24. "url": "https://git.imaginaerraum.de/Purox/Hackpad",
  25. "usb": {
  26. "device_version": "1.0.0",
  27. "pid": "0x0000",
  28. "vid": "0xFEED"
  29. },
  30. "ws2812": {
  31. "pin": "D4"
  32. },
  33. "rgblight": {
  34. "led_count": 16,
  35. "sleep": true,
  36. "animations": {
  37. "breathing": true,
  38. "rainbow_mood": true,
  39. "rainbow_swirl": true,
  40. "snake": true,
  41. "knight": true,
  42. "christmas": true,
  43. "static_gradient": true,
  44. "rgb_test": true,
  45. "alternating": true,
  46. "twinkle": true
  47. }
  48. },
  49. "layouts": {
  50. "LAYOUT": {
  51. "layout": [
  52. {"matrix": [0, 3], "x": 3, "y": 0},
  53. {"matrix": [1, 0], "x": 0, "y": 1},
  54. {"matrix": [1, 1], "x": 1, "y": 1},
  55. {"matrix": [1, 2], "x": 2, "y": 1},
  56. {"matrix": [1, 3], "x": 3, "y": 1},
  57. {"matrix": [2, 0], "x": 0, "y": 2},
  58. {"matrix": [2, 1], "x": 1, "y": 2},
  59. {"matrix": [2, 2], "x": 2, "y": 2},
  60. {"matrix": [2, 3], "x": 3, "y": 2},
  61. {"matrix": [3, 0], "x": 0, "y": 3},
  62. {"matrix": [3, 1], "x": 1, "y": 3},
  63. {"matrix": [3, 2], "x": 2, "y": 3},
  64. {"matrix": [3, 3], "x": 3, "y": 3},
  65. {"matrix": [4, 0], "x": 0, "y": 4},
  66. {"matrix": [4, 1], "x": 1, "y": 4},
  67. {"matrix": [4, 2], "x": 2, "y": 4},
  68. {"matrix": [4, 3], "x": 3, "y": 4}
  69. ]
  70. }
  71. }
  72. }