diff options
| author | QMK Bot | 2022-08-20 02:32:18 +0200 |
|---|---|---|
| committer | QMK Bot | 2022-08-20 02:32:18 +0200 |
| commit | eceed6c50bb2a6a85da992c206b95be8cf9d3d49 (patch) | |
| tree | 3006f82724a5352bb199296a1709036ca2fe3744 /keyboards/handwired/onekey/bluepill | |
| parent | f1ac92ac63b85151369e82ccdcbf4ac372933aaa (diff) | |
| parent | 48792b030b754c8b3983a97071db1b09ae6353d4 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/onekey/bluepill')
| -rw-r--r-- | keyboards/handwired/onekey/bluepill/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/bluepill/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/bluepill/config.h b/keyboards/handwired/onekey/bluepill/config.h index f84cbb8dce..0f85ad91c7 100644 --- a/keyboards/handwired/onekey/bluepill/config.h +++ b/keyboards/handwired/onekey/bluepill/config.h @@ -18,8 +18,6 @@ #include "config_common.h" -#define PRODUCT Onekey Bluepill STM32F103 - #define MATRIX_COL_PINS { B0 } #define MATRIX_ROW_PINS { A7 } diff --git a/keyboards/handwired/onekey/bluepill/info.json b/keyboards/handwired/onekey/bluepill/info.json new file mode 100644 index 0000000000..2126c62b05 --- /dev/null +++ b/keyboards/handwired/onekey/bluepill/info.json @@ -0,0 +1,3 @@ +{ + "keyboard_name": "Onekey Bluepill STM32F103" +} |