logo

qmk_firmware

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

keyboard.json (507B)


  1. {
  2. "keyboard_name": "Dilemma (3x5+2) Splinky",
  3. "features": {
  4. "bootmagic": true,
  5. "mousekey": true,
  6. "extrakey": true,
  7. "pointing_device": true
  8. },
  9. "matrix_pins": {
  10. "cols": ["GP8", "GP9", "GP7", "GP6", "GP27"],
  11. "rows": ["GP4", "GP5", "GP28", "GP26"]
  12. },
  13. "diode_direction": "ROW2COL",
  14. "split": {
  15. "enabled": true,
  16. "serial": {
  17. "pin": "GP1"
  18. }
  19. },
  20. "processor": "RP2040",
  21. "bootloader": "rp2040"
  22. }