logo

qmk_firmware

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

keyboard.json (691B)


  1. {
  2. "keyboard_name": "UtholTwo",
  3. "usb": {
  4. "device_version": "0.0.2"
  5. },
  6. "rgblight": {
  7. "led_count": 39,
  8. "default": {
  9. "hue": 201
  10. }
  11. },
  12. "ws2812": {
  13. "pin": "E6"
  14. },
  15. "build": {
  16. "lto": true
  17. },
  18. "features": {
  19. "bootmagic": true,
  20. "extrakey": true,
  21. "mousekey": false,
  22. "nkro": true,
  23. "rgblight": true
  24. },
  25. "matrix_pins": {
  26. "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "B5", "B4", "B6", "B2", "B3"],
  27. "rows": ["B1", "F7", "F6", "F5", "F4"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina"
  32. }