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