logo

qmk_firmware

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

keyboard.json (676B)


  1. {
  2. "keyboard_name": "Skeletyl 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. },
  12. "rgb_matrix": {
  13. "driver": "ws2812"
  14. },
  15. "matrix_pins": {
  16. "cols": ["GP28", "GP21", "GP6", "GP7", "GP8"],
  17. "rows": ["GP26", "GP5", "GP4", "GP9"]
  18. },
  19. "diode_direction": "ROW2COL",
  20. "split": {
  21. "enabled": true,
  22. "serial": {
  23. "pin": "GP1"
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "GP0",
  28. "driver": "vendor"
  29. },
  30. "processor": "RP2040",
  31. "bootloader": "rp2040"
  32. }