forked from forks/qmk_firmware
13 lines
184 B
C
13 lines
184 B
C
#pragma once
|
|
|
|
#define USE_SERIAL
|
|
#define EE_HANDS
|
|
#define NO_ACTION_MACRO
|
|
|
|
#undef TAPPING_TERM
|
|
#define TAPPING_TERM 200
|
|
|
|
#undef RGBLED_NUM
|
|
#define RGBLED_NUM 24
|
|
#define RGBLIGHT_SLEEP
|