logo

qmk_firmware

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

keyboard.json (538B)


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