]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/promethium/keymaps/priyadi/config.h
Merge branch 'faux_clicky' into promethium
[qmk_firmware.git] / keyboards / handwired / promethium / keymaps / priyadi / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 /* bootmagic salt key */
7 #define BOOTMAGIC_KEY_SALT              KC_ESC
8
9 /* skip bootmagic and eeconfig */
10 #define BOOTMAGIC_KEY_SKIP              KC_SPACE
11
12 #define PREVENT_STUCK_MODIFIERS
13
14 #define RGB_DI_PIN B5
15 #define RGBSPS_NUM 57
16
17 #define UNICODE_TYPE_DELAY 0
18
19 #define LAYOUT_DVORAK
20 #define LAYOUT_COLEMAK
21 #define LAYOUT_NORMAN
22 #define LAYOUT_WORKMAN
23
24 #define DOUBLESPACE_LAYER_ENABLE
25
26 #endif