logo

qmk_firmware

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

keyboard.json (417B)


  1. {
  2. "bootloader": "atmel-dfu",
  3. "processor": "atmega32u4",
  4. "diode_direction": "COL2ROW",
  5. "usb": {
  6. "pid": "0x4231",
  7. "device_version": "1.0.0"
  8. },
  9. "build": {
  10. "lto": true
  11. },
  12. "matrix_pins": {
  13. "cols": ["B0"],
  14. "rows": ["E6"]
  15. },
  16. "encoder": {
  17. "enabled": true,
  18. "rotary": [
  19. {"pin_a": "D6", "pin_b": "D7"}
  20. ]
  21. }
  22. }