diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-31 03:10:05 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 18:10:05 +0100 |
commit | d1db0087456e0cc7d20477feb22f434c3a4ce51d (patch) | |
tree | cb5c71a2840244b28d859bd7a97bdcf99797ee5a /keyboards/handwired/onekey/elite_c/config.h | |
parent | cfca9707182aa832bb1c3aa2e93ce3cf749c63e9 (diff) | |
download | qmk_firmware-d1db0087456e0cc7d20477feb22f434c3a4ce51d.tar.gz qmk_firmware-d1db0087456e0cc7d20477feb22f434c3a4ce51d.zip |
Onekey cleanup (#13786)
Diffstat (limited to 'keyboards/handwired/onekey/elite_c/config.h')
-rw-r--r-- | keyboards/handwired/onekey/elite_c/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/elite_c/config.h b/keyboards/handwired/onekey/elite_c/config.h index 02c81ce74..f495a1c38 100644 --- a/keyboards/handwired/onekey/elite_c/config.h +++ b/keyboards/handwired/onekey/elite_c/config.h | |||
@@ -18,6 +18,8 @@ | |||
18 | 18 | ||
19 | #include "config_common.h" | 19 | #include "config_common.h" |
20 | 20 | ||
21 | #define PRODUCT Onekey Elite-C | ||
22 | |||
21 | #define MATRIX_COL_PINS { F4 } | 23 | #define MATRIX_COL_PINS { F4 } |
22 | #define MATRIX_ROW_PINS { F5 } | 24 | #define MATRIX_ROW_PINS { F5 } |
23 | #define UNUSED_PINS | 25 | #define UNUSED_PINS |