logo

qmk_firmware

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

keyboard.json (518B)


  1. {
  2. "keyboard_name": "UtholOne",
  3. "usb": {
  4. "device_version": "0.0.1"
  5. },
  6. "build": {
  7. "lto": true
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "extrakey": true,
  12. "mousekey": false,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["D3", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4", "B5", "B4", "D2"],
  17. "rows": ["D1", "D0", "D4", "C6", "D7"]
  18. },
  19. "diode_direction": "COL2ROW",
  20. "processor": "atmega32u4",
  21. "bootloader": "caterina"
  22. }