logo

qmk_firmware

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

keyboard.json (388B)


  1. {
  2. "keyboard_name": "Plaid-Pad Rev1",
  3. "usb": {
  4. "device_version": "0.0.1"
  5. },
  6. "encoder": {
  7. "rotary": [
  8. {"pin_a": "D1", "pin_b": "D0"},
  9. {"pin_a": "B2", "pin_b": "B1"}
  10. ]
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false,
  17. "encoder": true
  18. }
  19. }