4 #include "config_common.h"
6 /* USB Device descriptor parameter */
7 #define VENDOR_ID 0xFEED
8 #define PRODUCT_ID 0x6060
9 #define DEVICE_VER 0x0003
10 #define MANUFACTURER SATAN
12 #define DESCRIPTION QMK keyboard firmware for Satan GH60 with WS2812 support
16 #define MATRIX_COLS 14
18 // ROWS: Top to bottom, COLS: Left to right
20 #define MATRIX_ROW_PINS { D0, D1, D2, D3, D5 }
21 #define MATRIX_COL_PINS { F0, F1, E6, C7, C6, B7, D4, B1, B0, B5, B4, D7, D6, B3 }
24 #define BACKLIGHT_PIN B6
26 /* COL2ROW or ROW2COL */
27 #define DIODE_DIRECTION COL2ROW
29 /* define if matrix has ghost */
30 //#define MATRIX_HAS_GHOST
32 /* Set 0 if debouncing isn't needed */
35 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
36 //#define LOCKING_SUPPORT_ENABLE
37 /* Locking resynchronize hack */
38 //#define LOCKING_RESYNC_ENABLE
40 /* Backlight configuration
42 #define BACKLIGHT_LEVELS 8
44 /* Underlight configuration
48 #define RGBLIGHT_ANIMATIONS
49 #define RGBLED_NUM 8 // Number of LEDs
50 #define RGBLIGHT_HUE_STEP 10
51 #define RGBLIGHT_SAT_STEP 17
52 #define RGBLIGHT_VAL_STEP 17
55 * Feature disable options
56 * These options are also useful to firmware size reduction.
59 /* disable debug print */
65 /* disable action features */
66 //#define NO_ACTION_LAYER
67 //#define NO_ACTION_TAPPING
68 #define NO_ACTION_ONESHOT
69 #define NO_ACTION_MACRO
70 #define NO_ACTION_FUNCTION
77 #define MOUSEKEY_DELAY 0
78 #define MOUSEKEY_INTERVAL 1
79 #define MOUSEKEY_MAX_SPEED 4
80 #define MOUSEKEY_TIME_TO_MAX 77
81 #define MOUSEKEY_WHEEL_MAX_SPEED 1
82 #define MOUSEKEY_WHEEL_TIME_TO_MAX 255