qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (272B)


      1 {
      2     "keyboard_name": "Onekey KB2040",
      3     "development_board": "kb2040",
      4     "matrix_pins": {
      5         "cols": ["GP4"],
      6         "rows": ["GP5"]
      7     },
      8     "ws2812": {
      9         "pin": "GP17",
     10         "driver": "vendor"
     11     },
     12     "features": {
     13         "oled": true
     14     }
     15 }