diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-12 11:54:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 19:54:48 -0800 |
commit | 17c0ca6fa4f7b6f65b4442c2f5bc32fee914b376 (patch) | |
tree | aecec74184b82d75dd19e4566cf04a3423c6e3c6 /keyboards/gboards/butterstick/config.h | |
parent | 52d6f07a829baf38e16b61f1804bf5dd555ab45d (diff) | |
download | qmk_firmware-17c0ca6fa4f7b6f65b4442c2f5bc32fee914b376.tar.gz qmk_firmware-17c0ca6fa4f7b6f65b4442c2f5bc32fee914b376.zip |
[Keyboard] move g heavy industry boards into /gboards (#16040)
Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/gboards/butterstick/config.h')
-rw-r--r-- | keyboards/gboards/butterstick/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/gboards/butterstick/config.h b/keyboards/gboards/butterstick/config.h new file mode 100644 index 0000000000..69632cd4f7 --- /dev/null +++ b/keyboards/gboards/butterstick/config.h @@ -0,0 +1,24 @@ +#pragma once + +#include "config_common.h" + +/* USB Device descriptor parameter */ +#define VENDOR_ID 0xFEED +#define PRODUCT_ID 0x1337 +#define DEVICE_VER 0x0001 +#define MANUFACTURER g Heavy Industries +#define PRODUCT Butter Stick +#define VERSION "Paula Deen" + +#define DEBOUNCE 5 +#define FORCE_NKRO + +/* key matrix size */ +#define MATRIX_ROWS 2 +#define MATRIX_COLS 10 +#define MATRIX_ROW_PINS { F4, F5 } +#define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, C6, C7} +#define UNUSED_PINS + +/* COL2ROW, ROW2COL*/ +#define DIODE_DIRECTION ROW2COL |