logo

qmk_firmware

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

keyboard.json (654B)


  1. {
  2. "development_board": "promicro",
  3. "bootloader": "qmk-dfu",
  4. "matrix_pins": {
  5. "cols": ["F5", "F6", "F7", "F4", "B3", "B1", "B2"],
  6. "rows": ["D3", "D2", "D1", "D4", "D7", "E6", "B4", "C6"]
  7. },
  8. "diode_direction": "COL2ROW",
  9. "rgb_matrix": {
  10. "animations": {
  11. "band_sat": true,
  12. "band_spiral_val": true,
  13. "breathing": true,
  14. "cycle_all": true,
  15. "cycle_left_right": true,
  16. "raindrops": true
  17. }
  18. },
  19. "encoder": {
  20. "rotary": [
  21. {"pin_a": "B5", "pin_b": "B6"}
  22. ]
  23. },
  24. "ws2812": {
  25. "pin": "D0"
  26. }
  27. }