]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/promethium/keymaps/priyadi/config.h
Move keyboard specific stuff to keyboard specific files, and vice versa
[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 #define PRIYADI_PROMETHIUM
7
8 /* bootmagic salt key */
9 #define BOOTMAGIC_KEY_SALT              KC_ESC
10
11 /* skip bootmagic and eeconfig */
12 #define BOOTMAGIC_KEY_SKIP              KC_SPACE
13
14 #define PREVENT_STUCK_MODIFIERS
15
16 #define RGBSPS_ENABLE
17
18 #define UNICODE_TYPE_DELAY 0
19
20 #define LAYOUT_DVORAK
21 #define LAYOUT_COLEMAK
22 #define LAYOUT_NORMAN
23 #define LAYOUT_WORKMAN
24
25 #define DOUBLESPACE_LAYER_ENABLE
26 // #define TOLELOT_ENABLE
27
28 #endif