diff options
Diffstat (limited to 'keyboards/handwired/onekey/blackpill_f411/info.json')
-rw-r--r-- | keyboards/handwired/onekey/blackpill_f411/info.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/blackpill_f411/info.json b/keyboards/handwired/onekey/blackpill_f411/info.json new file mode 100644 index 0000000000..19c6cbfed9 --- /dev/null +++ b/keyboards/handwired/onekey/blackpill_f411/info.json @@ -0,0 +1,14 @@ +{ + "keyboard_name": "Onekey Blackpill STM32F411", + "development_board": "blackpill_f411", + "matrix_pins": { + "cols": ["B0"], + "rows": ["A7"] + }, + "backlight": { + "pin": "A0" + }, + "rgblight": { + "pin": "A1" + } +} |