diff options
author | vattern <thys@vektorfoto.co.za> | 2021-09-29 17:55:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 09:55:34 -0700 |
commit | 03df75455126ecd395957bcbad48d19ca91fdbd5 (patch) | |
tree | b0d063294e477df8a655c1a0e702255ae09f5ad7 /keyboards/tkw/grandiceps/config.h | |
parent | c89f74b929721d01bf8177aa10c3cd721247a857 (diff) |
[Keyboard] Update Grandiceps to Rev2 (#14618)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Thys de Wet <thys@vectorphoto.co.uk>
Diffstat (limited to 'keyboards/tkw/grandiceps/config.h')
-rw-r--r-- | keyboards/tkw/grandiceps/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/tkw/grandiceps/config.h b/keyboards/tkw/grandiceps/config.h index 93b6fd02f1..e51c9ab223 100644 --- a/keyboards/tkw/grandiceps/config.h +++ b/keyboards/tkw/grandiceps/config.h @@ -17,19 +17,17 @@ #include "config_common.h" - /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x7812 #define DEVICE_VER 0x0001 +#define MANUFACTURER tkw #define PRODUCT Grandiceps Split /* key matrix size */ #define MATRIX_ROWS 10 #define MATRIX_COLS 6 - - #define MATRIX_COL_PINS { B0, A7, A3, A5, A4, A2 } #define MATRIX_ROW_PINS { B12, A6, B13, B9, B8 } #define MATRIX_COL_PINS_RIGHT { B0, A7, A3, A5, A4, A2 } @@ -61,7 +59,6 @@ /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 - /* disable these deprecated features by default */ #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION |