diff options
author | Jonathan Rascher <jon@bcat.name> | 2019-06-16 02:35:46 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-16 00:35:46 -0700 |
commit | 53a81fc2f681eda7267804eb990bc24c4ef58512 (patch) | |
tree | c30f510a499bf40cf974572a1a9674cf42452e33 /users/bcat | |
parent | fff526cb00c3e3a831dd3e085f1b0cfb6eba6ea9 (diff) | |
download | qmk_firmware-53a81fc2f681eda7267804eb990bc24c4ef58512.tar.gz qmk_firmware-53a81fc2f681eda7267804eb990bc24c4ef58512.zip |
[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.
Diffstat (limited to 'users/bcat')
-rw-r--r-- | users/bcat/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index c5f731b739..7d42008955 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h @@ -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 |