~ruther/qmk_firmware

ref: ca2d2a524fafacf8585a17f0d7d52494e24d3ce4 qmk_firmware/users/cbbrowne/cbbrowne.h -rw-r--r-- 592 bytes
ca2d2a52 — Joel Challis Flag more VIAL config options in lint (#22345) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#ifndef USERSPACE
#define USERSPACE

#ifdef BACKLIGHT_ENABLE
#include "backlight.h"
#endif
#include "quantum.h"
#include "config.h"

#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#ifndef NO_DEBUG
#define NO_DEBUG
#endif
#ifndef NO_PRINT
#define NO_PRINT
#endif

/* cbbrowne user configuration */

#define randadd 53
#define randmul 181
#define randmod 167

/* Filler to make layering a bit clearer *
 * borrowed from basic keymap            */

#define _______ KC_TRNS
#define _____   KC_NO

#define LEADER_TIMEOUT 300
#ifndef LIGHT_CONFIG_H
#define BACKLIGHT_BREATHING
#endif

#endif

#endif
Do not follow this link