[Keymap] Minor userspace and Quefrency keymap fixes (#6134)
* Fix typo for RGBLIGHT config values It doesn't make a difference right now since these are the defaults in rgblight.h (which I'm just setting explicitly since some of the keyboard configs change these defaults). However, I'd rather be explicit, so fixing my typo. :) * Remove mouse keys layer from Quefrency keymap It's a fun idea, but I never use it in practice.
This commit is contained in:
parent
fff526cb00
commit
53a81fc2f6
3 changed files with 6 additions and 23 deletions
|
@ -13,9 +13,9 @@
|
|||
#undef RGBLIGHT_VAL_STEP
|
||||
|
||||
#define BACKLIGHT_LEVELS 7
|
||||
#define RGVLIGHT_HUE_STEP 8
|
||||
#define RGVLIGHT_SAT_STEP 17
|
||||
#define RGVLIGHT_VAL_STEP 17
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 17
|
||||
#define RGBLIGHT_VAL_STEP 17
|
||||
|
||||
/* Make mouse operation smoother. */
|
||||
#undef MOUSEKEY_DELAY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue