2016-06-21 20:21:43 +06:00
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
2017-02-17 00:13:38 +06:00
|
|
|
#ifndef NO_DEBUG
|
2016-12-02 03:21:15 +06:00
|
|
|
#define NO_DEBUG
|
2017-02-17 00:13:38 +06:00
|
|
|
#endif
|
|
|
|
#ifndef NO_PRINT
|
2016-12-02 03:21:15 +06:00
|
|
|
#define NO_PRINT
|
2017-02-17 00:13:38 +06:00
|
|
|
#endif
|
2016-12-02 03:21:15 +06:00
|
|
|
|
2016-06-21 20:21:43 +06:00
|
|
|
#include "../../config.h"
|
|
|
|
|
2016-09-17 03:15:33 +06:00
|
|
|
#define LEADER_TIMEOUT 300
|
|
|
|
#define BACKLIGHT_BREATHING
|
|
|
|
|
2016-06-14 05:06:32 +06:00
|
|
|
/* cbbrowne user configuration */
|
|
|
|
|
|
|
|
#define randadd 53
|
|
|
|
#define randmul 181
|
|
|
|
#define randmod 167
|
|
|
|
|
2016-06-21 22:45:38 +06:00
|
|
|
/* Filler to make layering a bit clearer *
|
|
|
|
* borrowed from basic keymap */
|
|
|
|
|
2016-06-21 22:36:26 +06:00
|
|
|
#define _______ KC_TRNS
|
|
|
|
|
2016-06-21 20:21:43 +06:00
|
|
|
#endif
|
|
|
|
|