keyboard.json 828 B

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