mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Improve config
This commit is contained in:
parent
654f68de36
commit
a0aa197bc4
@ -34,12 +34,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#define FORCE_NKRO
|
#define FORCE_NKRO
|
||||||
|
|
||||||
|
#ifdef RGBLIGHT_ENABLE
|
||||||
#undef RGBLED_NUM
|
#undef RGBLED_NUM
|
||||||
#define RGBLIGHT_ANIMATIONS
|
#define RGBLIGHT_ANIMATIONS
|
||||||
#define RGBLED_NUM 12
|
#define RGBLED_NUM 12
|
||||||
#define RGBLIGHT_HUE_STEP 10
|
#define RGBLIGHT_HUE_STEP 10
|
||||||
#define RGBLIGHT_SAT_STEP 16
|
#define RGBLIGHT_SAT_STEP 16
|
||||||
#define RGBLIGHT_VAL_STEP 16
|
#define RGBLIGHT_VAL_STEP 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TAPPING_TERM 170
|
#define TAPPING_TERM 170
|
||||||
// #define PERMISSIVE_HOLD
|
// #define PERMISSIVE_HOLD
|
||||||
@ -63,9 +65,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define NO_ACTION_MACRO
|
#define NO_ACTION_MACRO
|
||||||
#define NO_ACTION_ONESHOT
|
#define NO_ACTION_ONESHOT
|
||||||
|
|
||||||
|
#define DISABLE_LEADER
|
||||||
|
|
||||||
#ifndef NO_DEBUG
|
#ifndef NO_DEBUG
|
||||||
#define NO_DEBUG
|
#define NO_DEBUG
|
||||||
#endif // !NO_DEBUG
|
#endif // !NO_DEBUG
|
||||||
|
|
||||||
#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
|
#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
|
||||||
#define NO_PRINT
|
#define NO_PRINT
|
||||||
#endif // !NO_PRINT
|
#endif // !NO_PRINT
|
||||||
|
Loading…
Reference in New Issue
Block a user