mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-11 12:45:33 +06:00
dc4af81e0b
* Remove legacy USE_SERIAL define * tidy up missed comments
14 lines
263 B
C
14 lines
263 B
C
#pragma once
|
|
|
|
/* Select hand configuration */
|
|
#define MASTER_LEFT
|
|
// #define MASTER_RIGHT
|
|
// #define EE_HANDS
|
|
|
|
#undef RGBLED_NUM
|
|
#define RGBLIGHT_ANIMATIONS
|
|
#define RGBLED_NUM 14
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
#define RGBLIGHT_VAL_STEP 8
|