diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-10-26 17:14:50 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-10-26 17:14:50 -0700 |
| commit | b11a776cef1d5e26e435ed6b4a12711c965abeb6 (patch) | |
| tree | 7df0da1fbb1488ebaf7eabb46bf8f1bb1e56afe9 /users/mechmerlin/config.h | |
| parent | 6fa3cfbf534b54290f693dc1986437aebd092b32 (diff) | |
| download | qmk_firmware-b11a776cef1d5e26e435ed6b4a12711c965abeb6.tar.gz qmk_firmware-b11a776cef1d5e26e435ed6b4a12711c965abeb6.zip | |
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.h | 5 |
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 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #ifdef RGBLIGHT_ENABLE | ||
| 4 | #define RGBLIGHT_SLEEP | ||
| 5 | #endif // RGBLIGHT_ENABLE | ||
