summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/nucleo_l432kc/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_l432kc/info.json')
-rw-r--r--keyboards/handwired/onekey/nucleo_l432kc/info.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/nucleo_l432kc/info.json b/keyboards/handwired/onekey/nucleo_l432kc/info.json
index 3f497fc80a..a6e6511040 100644
--- a/keyboards/handwired/onekey/nucleo_l432kc/info.json
+++ b/keyboards/handwired/onekey/nucleo_l432kc/info.json
@@ -1,3 +1,15 @@
{
- "keyboard_name": "Onekey Nucleo L432KC"
+ "keyboard_name": "Onekey Nucleo L432KC",
+ "processor": "STM32L432",
+ "bootloader": "stm32-dfu",
+ "matrix_pins": {
+ "cols": ["A2"],
+ "rows": ["A1"]
+ },
+ "backlight": {
+ "pin": "B8"
+ },
+ "rgblight": {
+ "pin": "A0"
+ }
}