info.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "processor": "RP2040",
  3. "bootloader": "rp2040",
  4. "diode_direction": "COL2ROW",
  5. "matrix_pins": {
  6. "cols": ["GP26", "GP27", "GP28", "GP29", "GP6"],
  7. "rows": ["GP3", "GP4", "GP2", "GP1"]
  8. },
  9. "indicators": {
  10. "num_lock": "GP17",
  11. "caps_lock": "GP16",
  12. "scroll_lock": "GP25",
  13. "on_state": 0
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "command": false,
  18. "console": false,
  19. "mousekey": true,
  20. "extrakey": true,
  21. "encoder": true,
  22. "rgblight": true,
  23. "nkro": true
  24. },
  25. "rgblight": {
  26. "led_count": 1,
  27. "pin": "GP12",
  28. "split": true,
  29. "layers": {
  30. "enabled": true,
  31. "max": 3
  32. }
  33. },
  34. "split": {
  35. "enabled": true,
  36. "encoder": {
  37. "right": {
  38. "rotary": []
  39. }
  40. }
  41. },
  42. "encoder": {
  43. "rotary": [{ "pin_a": "GP7", "pin_b": "GP7", "resolution": 4 }]
  44. },
  45. "usb": {
  46. "device_version": "1.0.0",
  47. "pid": "0x0842",
  48. "vid": "0xFEED"
  49. },
  50. "build": {
  51. "lto": true
  52. }
  53. }