logo

qmk_firmware

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

keyboard.json (2845B)


  1. {
  2. "keyboard_name": "Nano Pad",
  3. "manufacturer": "Work Louder",
  4. "url": "https://worklouder.cc/",
  5. "maintainer": "Work Louder",
  6. "usb": {
  7. "vid": "0x574C",
  8. "pid": "0xE6F0",
  9. "device_version": "0.0.1",
  10. "max_power": 100
  11. },
  12. "build": {
  13. "lto": true
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true,
  21. "rgb_matrix": true,
  22. "rgblight": true
  23. },
  24. "rgb_matrix": {
  25. "animations": {
  26. "alphas_mods": true,
  27. "gradient_up_down": true,
  28. "gradient_left_right": true,
  29. "breathing": true,
  30. "band_sat": true,
  31. "band_val": true,
  32. "band_pinwheel_sat": true,
  33. "band_pinwheel_val": true,
  34. "band_spiral_sat": true,
  35. "band_spiral_val": true,
  36. "cycle_all": true,
  37. "cycle_left_right": true,
  38. "cycle_up_down": true,
  39. "rainbow_moving_chevron": true,
  40. "cycle_out_in": true,
  41. "cycle_out_in_dual": true,
  42. "cycle_pinwheel": true,
  43. "cycle_spiral": true,
  44. "dual_beacon": true,
  45. "rainbow_beacon": true,
  46. "rainbow_pinwheels": true,
  47. "raindrops": true,
  48. "jellybean_raindrops": true,
  49. "hue_breathing": true,
  50. "hue_pendulum": true,
  51. "hue_wave": true,
  52. "pixel_rain": true,
  53. "pixel_flow": true,
  54. "pixel_fractal": true,
  55. "typing_heatmap": true,
  56. "digital_rain": true
  57. },
  58. "driver": "ws2812",
  59. "max_brightness": 120,
  60. "sleep": true
  61. },
  62. "matrix_pins": {
  63. "cols": ["B5", "B6", "C6"],
  64. "rows": ["F7"]
  65. },
  66. "diode_direction": "COL2ROW",
  67. "encoder": {
  68. "rotary": [
  69. {"pin_a": "D7", "pin_b": "B4"}
  70. ]
  71. },
  72. "ws2812": {
  73. "pin": "F6"
  74. },
  75. "rgblight": {
  76. "led_count": 6,
  77. "driver": "custom",
  78. "max_brightness": 120,
  79. "sleep": true,
  80. "animations": {
  81. "breathing": true,
  82. "rainbow_mood": true,
  83. "rainbow_swirl": true,
  84. "snake": true,
  85. "knight": true,
  86. "christmas": true,
  87. "static_gradient": true,
  88. "twinkle": true
  89. },
  90. "default": {
  91. "hue": 170
  92. }
  93. },
  94. "bootmagic": {
  95. "matrix": [0, 2]
  96. },
  97. "processor": "atmega32u4",
  98. "bootloader": "atmel-dfu",
  99. "layouts": {
  100. "LAYOUT": {
  101. "layout": [
  102. {"matrix": [0, 0], "x": 0, "y": 0},
  103. {"matrix": [0, 1], "x": 1, "y": 0},
  104. {"matrix": [0, 2], "x": 2, "y": 0}
  105. ]
  106. }
  107. }
  108. }