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.
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
|
|
#define MIDI_BASIC
|
|
|
|
|
|
|
|
#define USE_SERIAL
|
|
|
|
|
|
|
|
#define EE_HANDS
|
|
|
|
|
|
|
|
#undef RGBLED_NUM
|
|
|
|
#ifdef KEYBOARD_planck_rev5
|
|
|
|
#define RGBLED_NUM 10
|
|
|
|
#define RGB_DI_PIN D1
|
|
|
|
#endif
|
|
|
|
#ifdef KEYBOARD_levinson_rev2
|
|
|
|
#define RGBLED_NUM 12
|
|
|
|
#endif
|
|
|
|
#ifdef KEYBOARD_lets_split_rev2
|
|
|
|
#define RGBLED_NUM 8
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define RGBLIGHT_ANIMATIONS
|
|
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
|
|
#define RGBLIGHT_VAL_STEP 8
|
|
|
|
|
|
|
|
#undef BACKLIGHT_LEVELS
|
|
|
|
#define BACKLIGHT_LEVELS 8
|
|
|
|
|
|
|
|
#endif
|