logo

qmk_firmware

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

keyboard.json (502B)


  1. {
  2. "keyboard_name": "Cornia v1",
  3. "usb": {
  4. "pid": "0x1000",
  5. "device_version": "1.0.0"
  6. },
  7. "split": {
  8. "handedness": {
  9. "pin": "GP25"
  10. }
  11. },
  12. "matrix_pins": {
  13. "direct":[
  14. ["GP27", "GP4", "GP28", "GP3", "GP29", "GP2"],
  15. ["GP5", "GP26", "GP6", "GP22", "GP7", "GP20"],
  16. ["GP8", "GP15", "GP9", "GP14", "GP12", "GP13"],
  17. [ null, null, null, "GP16", "GP23", "GP21"]
  18. ]
  19. }
  20. }