blob: 9f9a9fc10798467696dd4ed004ee254a402539d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#define TAPPING_TERM 200
#define RGBLIGHT_HUE_STEP 12
#define RGBLIGHT_SAT_STEP 15
#define RGBLIGHT_VAL_STEP 18
#endif
|