logo

qmk_firmware

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

keyboard.json (519B)


  1. {
  2. "keyboard_name": "Uno rev1",
  3. "usb": {
  4. "device_version": "0.0.1"
  5. },
  6. "rgblight": {
  7. "led_count": 1,
  8. "animations": {
  9. "rainbow_mood": true
  10. }
  11. },
  12. "ws2812": {
  13. "pin": "F6"
  14. },
  15. "processor": "atmega32u4",
  16. "bootloader": "caterina",
  17. "features": {
  18. "bootmagic": false,
  19. "mousekey": false,
  20. "extrakey": false,
  21. "rgblight": true
  22. },
  23. "matrix_pins": {
  24. "direct": [
  25. ["B6"]
  26. ]
  27. }
  28. }