aboutsummaryrefslogtreecommitdiff
path: root/users/cbbrowne/cbbrowne.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/cbbrowne/cbbrowne.h')
-rw-r--r--users/cbbrowne/cbbrowne.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/users/cbbrowne/cbbrowne.h b/users/cbbrowne/cbbrowne.h
new file mode 100644
index 000000000..301636c05
--- /dev/null
+++ b/users/cbbrowne/cbbrowne.h
@@ -0,0 +1,39 @@
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