mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
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
|