aboutsummaryrefslogtreecommitdiff
path: root/keyboards/butterstick/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/butterstick/config.h')
-rw-r--r--keyboards/butterstick/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/butterstick/config.h b/keyboards/butterstick/config.h
new file mode 100644
index 000000000..69632cd4f
--- /dev/null
+++ b/keyboards/butterstick/config.h
@@ -0,0 +1,24 @@
1#pragma once
2
3#include "config_common.h"
4
5/* USB Device descriptor parameter */
6#define VENDOR_ID 0xFEED
7#define PRODUCT_ID 0x1337
8#define DEVICE_VER 0x0001
9#define MANUFACTURER g Heavy Industries
10#define PRODUCT Butter Stick
11#define VERSION "Paula Deen"
12
13#define DEBOUNCE 5
14#define FORCE_NKRO
15
16/* key matrix size */
17#define MATRIX_ROWS 2
18#define MATRIX_COLS 10
19#define MATRIX_ROW_PINS { F4, F5 }
20#define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, C6, C7}
21#define UNUSED_PINS
22
23/* COL2ROW, ROW2COL*/
24#define DIODE_DIRECTION ROW2COL