logo

qmk_firmware

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

keyboard.json (732B)


  1. {
  2. "keyboard_name": "Charybdis (4x6) Splinky",
  3. "usb": {
  4. "device_version": "2.0.0"
  5. },
  6. "features": {
  7. "bootmagic": true,
  8. "mousekey": false,
  9. "extrakey": true,
  10. "rgb_matrix": true,
  11. "pointing_device": true
  12. },
  13. "rgb_matrix": {
  14. "driver": "ws2812"
  15. },
  16. "matrix_pins": {
  17. "cols": ["GP27", "GP28", "GP15", "GP6", "GP7", "GP8"],
  18. "rows": ["GP29", "GP26", "GP5", "GP4", "GP9"]
  19. },
  20. "diode_direction": "ROW2COL",
  21. "split": {
  22. "enabled": true,
  23. "serial": {
  24. "pin": "GP1"
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "GP0",
  29. "driver": "vendor"
  30. },
  31. "processor": "RP2040",
  32. "bootloader": "rp2040"
  33. }