You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
373 B
22 lines
373 B
6 years ago
|
#pragma once
|
||
|
|
||
|
/* Select hand configuration */
|
||
|
|
||
|
#define MASTER_RIGHT
|
||
|
// #define EE_HANDS
|
||
|
|
||
|
#define SSD1306OLED
|
||
|
|
||
|
#define USE_SERIAL_PD2
|
||
|
|
||
|
#define TAPPING_FORCE_HOLD
|
||
|
#define TAPPING_TERM 100
|
||
|
|
||
|
#undef RGBLED_NUM
|
||
|
#define RGBLIGHT_ANIMATIONS
|
||
|
#define RGBLED_NUM 27
|
||
|
#define RGBLIGHT_LIMIT_VAL 120
|
||
|
#define RGBLIGHT_HUE_STEP 10
|
||
|
#define RGBLIGHT_SAT_STEP 17
|
||
|
#define RGBLIGHT_VAL_STEP 17
|