qmk_firmware

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

keyboard.json (404B)


      1 {
      2     "keyboard_name": "Onekey Bluepill STM32F103C6",
      3     "processor": "STM32F103",
      4     "board": "STM32_F103_STM32DUINO",
      5     "matrix_pins": {
      6         "cols": ["B0"],
      7         "rows": ["A7"]
      8     },
      9     "backlight": {
     10         "pin": "A0"
     11     },
     12     "ws2812": {
     13         "pin": "A1"
     14     },
     15     "apa102": {
     16         "data_pin": "A1",
     17         "clock_pin": "A2"
     18     },
     19     "build": {
     20         "lto": true
     21     }
     22 }