logo

qmk_firmware

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

keyboard.json (427B)


  1. {
  2. "processor": "atmega32u4",
  3. "bootloader": "atmel-dfu",
  4. "matrix_pins": {
  5. "direct": [
  6. ["D5", "B6", "D4", "D2", "E6", "D7"]
  7. ]
  8. },
  9. "ws2812": {
  10. "pin": "B5"
  11. },
  12. "rgblight": {
  13. "led_count": 3,
  14. "max_brightness": 40,
  15. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true
  19. }
  20. }
  21. }