diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-20 00:32:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-20 00:32:18 +0000 |
commit | eceed6c50bb2a6a85da992c206b95be8cf9d3d49 (patch) | |
tree | 3006f82724a5352bb199296a1709036ca2fe3744 /keyboards/handwired/onekey/nucleo_l432kc | |
parent | f1ac92ac63b85151369e82ccdcbf4ac372933aaa (diff) | |
parent | 48792b030b754c8b3983a97071db1b09ae6353d4 (diff) | |
download | qmk_firmware-eceed6c50bb2a6a85da992c206b95be8cf9d3d49.tar.gz qmk_firmware-eceed6c50bb2a6a85da992c206b95be8cf9d3d49.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_l432kc')
-rw-r--r-- | keyboards/handwired/onekey/nucleo_l432kc/config.h | 2 | ||||
-rw-r--r-- | keyboards/handwired/onekey/nucleo_l432kc/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/nucleo_l432kc/config.h b/keyboards/handwired/onekey/nucleo_l432kc/config.h index 9c20898d34..b6b36c4cee 100644 --- a/keyboards/handwired/onekey/nucleo_l432kc/config.h +++ b/keyboards/handwired/onekey/nucleo_l432kc/config.h @@ -4,8 +4,6 @@ #include "config_common.h" -#define PRODUCT Onekey L432KC - #define MATRIX_COL_PINS { A2 } #define MATRIX_ROW_PINS { A1 } diff --git a/keyboards/handwired/onekey/nucleo_l432kc/info.json b/keyboards/handwired/onekey/nucleo_l432kc/info.json new file mode 100644 index 0000000000..3f497fc80a --- /dev/null +++ b/keyboards/handwired/onekey/nucleo_l432kc/info.json @@ -0,0 +1,3 @@ +{ + "keyboard_name": "Onekey Nucleo L432KC" +} |