diff options
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_l432kc/info.json')
-rw-r--r-- | keyboards/handwired/onekey/nucleo_l432kc/info.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/nucleo_l432kc/info.json b/keyboards/handwired/onekey/nucleo_l432kc/info.json new file mode 100644 index 0000000000..a6e6511040 --- /dev/null +++ b/keyboards/handwired/onekey/nucleo_l432kc/info.json @@ -0,0 +1,15 @@ +{ + "keyboard_name": "Onekey Nucleo L432KC", + "processor": "STM32L432", + "bootloader": "stm32-dfu", + "matrix_pins": { + "cols": ["A2"], + "rows": ["A1"] + }, + "backlight": { + "pin": "B8" + }, + "rgblight": { + "pin": "A0" + } +} |