logo

qmk_firmware

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

keyboard.json (349B)


  1. {
  2. "processor": "atmega32u4",
  3. "bootloader": "atmel-dfu",
  4. "features": {
  5. "bootmagic": true,
  6. "extrakey": true,
  7. "mousekey": true,
  8. "nkro": false,
  9. "rgblight": true,
  10. "encoder": true
  11. },
  12. "qmk": {
  13. "locking": {
  14. "enabled": true,
  15. "resync": true
  16. }
  17. }
  18. }