aboutsummaryrefslogtreecommitdiffstats
path: root/users/bcat/bcat.c
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2019-11-01 20:48:58 -0500
committerDrashna Jaelre <drashna@live.com>2019-11-01 18:48:58 -0700
commit1f6cb53fb34867827c487e523f7134bab1acab04 (patch)
treefe92e56719f16aab9b9cf189ab810673a6191f22 /users/bcat/bcat.c
parentf5cf5b950f04659ae7faf1534650092023adb468 (diff)
downloadfirmware-1f6cb53fb34867827c487e523f7134bab1acab04.tar.gz
firmware-1f6cb53fb34867827c487e523f7134bab1acab04.tar.bz2
firmware-1f6cb53fb34867827c487e523f7134bab1acab04.zip
[Keymap] Moar personal keymap and userspace tweaks (#7238)
* Enable link-time optimization * Make RGB static gradient ranges shorter * Shift Quefrency media keys to the right * Shift KBD67 media keys to the right * Move some 60% keys from function to adjust layer * Set "extra" Lily58 keys to browser back/forward * Remove Instant60 EEPROM hack after #6968 * Remove unnecessary bits from macropad keymaps * Update KLE images
Diffstat (limited to 'users/bcat/bcat.c')
-rw-r--r--users/bcat/bcat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/bcat/bcat.c b/users/bcat/bcat.c
new file mode 100644
index 000000000..bea64dbaa
--- /dev/null
+++ b/users/bcat/bcat.c
@@ -0,0 +1,6 @@
+#include "quantum.h"
+
+#if defined(RGBLIGHT_ENABLE)
+ /* Adjust RGB static hue ranges for shorter gradients than default. */
+ const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 127, 63, 31, 15};
+#endif