]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/cbbrowne/cbbrowne.h
Remove more commented out MCUs
[qmk_firmware.git] / users / cbbrowne / cbbrowne.h
1 #ifndef USERSPACE
2 #define USERSPACE
3
4 #ifdef BACKLIGHT_ENABLE
5 #include "backlight.h"
6 #endif
7 #include "quantum.h"
8 #include "config.h"
9
10 #ifndef CONFIG_USER_H
11 #define CONFIG_USER_H
12
13 #ifndef NO_DEBUG
14 #define NO_DEBUG
15 #endif
16 #ifndef NO_PRINT
17 #define NO_PRINT
18 #endif
19
20 /* cbbrowne user configuration */
21
22 #define randadd 53
23 #define randmul 181
24 #define randmod 167
25
26 /* Filler to make layering a bit clearer *
27  * borrowed from basic keymap            */
28
29 #define _______ KC_TRNS
30 #define _____   KC_NO
31
32 #define LEADER_TIMEOUT 300
33 #ifndef LIGHT_CONFIG_H
34 #define BACKLIGHT_BREATHING
35 #endif
36
37 #endif
38
39 #endif