mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-07 09:59:48 +00:00
dc4af81e0b
* Remove legacy USE_SERIAL define * tidy up missed comments
22 lines
355 B
C
22 lines
355 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
/* Select hand configuration */
|
|
|
|
#define MASTER_LEFT
|
|
// #define MASTER_RIGHT
|
|
// #define EE_HANDS
|
|
|
|
#define TAPPING_TOGGLE 2
|
|
|
|
#undef RGBLED_NUM
|
|
#define RGBLIGHT_ANIMATIONS
|
|
#define RGBLED_NUM 2
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
#define RGBLIGHT_VAL_STEP 8
|
|
|
|
#endif
|