aboutsummaryrefslogtreecommitdiff
path: root/keyboards/shambles/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/shambles/config.h')
-rw-r--r--keyboards/shambles/config.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/keyboards/shambles/config.h b/keyboards/shambles/config.h
new file mode 100644
index 000000000..7714e4e6b
--- /dev/null
+++ b/keyboards/shambles/config.h
@@ -0,0 +1,43 @@
1#pragma once
2
3#include "config_common.h"
4
5/* USB Device descriptor parameter */
6#define VENDOR_ID 0xFEED
7#define PRODUCT_ID 0x4F42
8#define DEVICE_VER 0x0001
9#define MANUFACTURER OsciX
10#define PRODUCT Shambles TKL
11#define DESCRIPTION A minimalist keyboard with extra tenkeyless keys.
12
13/* key matrix size */
14#define MATRIX_ROWS 4
15#define MATRIX_COLS 13
16
17/* key matrix pins */
18#define MATRIX_ROW_PINS { F5, B3, B1, F7 }
19#define MATRIX_COL_PINS { D3, D1, D0, D4, C6, D7, E6, B4, B5, B6, B2, F4, F6 }
20#define UNUSED_PINS
21
22/* COL2ROW or ROW2COL */
23#define DIODE_DIRECTION COL2ROW
24
25/* Set 0 if debouncing isn't needed */
26#define DEBOUNCE 5
27
28/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
29#define LOCKING_SUPPORT_ENABLE
30
31/* Locking resynchronize hack */
32#define LOCKING_RESYNC_ENABLE
33
34/* key combination for command */
35
36
37#ifdef RGB_DI_PIN
38# define RGBLIGHT_ANIMATIONS
39# define RGBLED_NUM 0
40# define RGBLIGHT_HUE_STEP 8
41# define RGBLIGHT_SAT_STEP 8
42# define RGBLIGHT_VAL_STEP 8
43#endif