logo

qmk_firmware

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

keyboard.json (467B)


  1. {
  2. "usb": {
  3. "device_version": "1.0.0"
  4. },
  5. "diode_direction": "COL2ROW",
  6. "matrix_pins": {
  7. "direct": [
  8. ["GP15", "GP17", "GP19", "GP21", "GP23", "GP11"]
  9. ]
  10. },
  11. "rgblight": {
  12. "led_count": 3,
  13. "max_brightness": 40,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true
  18. }
  19. },
  20. "ws2812": {
  21. "pin": "GP12"
  22. }
  23. }