logo

qmk_firmware

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

keyboard.json (852B)


  1. {
  2. "processor": "atmega32u4",
  3. "bootloader": "caterina",
  4. "diode_direction": "COL2ROW",
  5. "matrix_pins": {
  6. "cols": ["D2", "B5", "B4", "E6", "D7"],
  7. "rows": ["B1", "B3", "B2", "B6", "F4", "F5", "F6", "F7"]
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "mousekey": true,
  12. "extrakey": true,
  13. "encoder": true,
  14. "oled": true,
  15. "rgblight": true,
  16. "nkro": true
  17. },
  18. "rgblight": {
  19. "led_count": 1,
  20. "layers": {
  21. "enabled": true,
  22. "max": 3
  23. }
  24. },
  25. "ws2812": {
  26. "pin": "D3"
  27. },
  28. "encoder": {
  29. "rotary": [
  30. {"pin_a": "C6", "pin_b": "D4"}
  31. ]
  32. },
  33. "usb": {
  34. "device_version": "1.0.0",
  35. "pid": "0x0841",
  36. "vid": "0xFEED"
  37. },
  38. "build": {
  39. "lto": true
  40. }
  41. }