summaryrefslogtreecommitdiff
path: root/users/bcat
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2019-06-16 02:35:46 -0500
committerDrashna Jaelre <drashna@live.com>2019-06-16 00:35:46 -0700
commit53a81fc2f681eda7267804eb990bc24c4ef58512 (patch)
treec30f510a499bf40cf974572a1a9674cf42452e33 /users/bcat
parentfff526cb00c3e3a831dd3e085f1b0cfb6eba6ea9 (diff)
[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.h6
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