logo

qmk_firmware

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

info.json (563B)


  1. {
  2. "keyboard_name": "bat43",
  3. "manufacturer": "yfuku",
  4. "maintainer": "yfuku",
  5. "usb": {
  6. "vid": "0x5946",
  7. "pid": "0x0002",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": false,
  12. "extrakey": false,
  13. "mousekey": true,
  14. "nkro": false
  15. },
  16. "matrix_pins": {
  17. "cols": ["B6", "B2", "B3", "B1", "B5", "B4"],
  18. "rows": ["E6", "D7", "C6", "D4", "F7", "F6", "F5", "F4"]
  19. },
  20. "diode_direction": "COL2ROW",
  21. "processor": "atmega32u4",
  22. "bootloader": "caterina"
  23. }