summaryrefslogtreecommitdiffstats
path: root/users/mechmerlin/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-10-27 02:14:50 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-27 02:14:50 +0200
commitb11a776cef1d5e26e435ed6b4a12711c965abeb6 (patch)
tree7df0da1fbb1488ebaf7eabb46bf8f1bb1e56afe9 /users/mechmerlin/config.h
parent6fa3cfbf534b54290f693dc1986437aebd092b32 (diff)
downloadqmk_firmware-b11a776cef1d5e26e435ed6b4a12711c965abeb6.tar.gz
qmk_firmware-b11a776cef1d5e26e435ed6b4a12711c965abeb6.tar.xz
Keymap: Update userspace (I want my Hacktoberfest shirt!) (#4252)
* use ctl_t * spruce up readme and add a changelog * add comment about using CTL_T * add more description * use RSFT_T so I can still have a right shift key even on the _AL layer * add config.h for rgblight_sleep * update readme to talk about rgblight_sleep * update changelog with new changes
Diffstat (limited to 'users/mechmerlin/config.h')
-rw-r--r--users/mechmerlin/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/mechmerlin/config.h b/users/mechmerlin/config.h
new file mode 100644
index 000000000..3d58c230a
--- /dev/null
+++ b/users/mechmerlin/config.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#ifdef RGBLIGHT_ENABLE
+#define RGBLIGHT_SLEEP
+#endif // RGBLIGHT_ENABLE