~ruther/qmk_firmware

ref: f96a7bbd6304410e15fa6fc744a9b0fa660f1eeb qmk_firmware/users/cbbrowne/cbbrowne.h -rw-r--r-- 592 bytes
f96a7bbd — Nick Brassel Cater for ECC failures in EFL wear-leveling. (#19749) 1 year, 5 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