1
0
Fork 0

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
This commit is contained in:
MechMerlin 2018-10-26 17:14:50 -07:00 committed by Drashna Jaelre
parent 6fa3cfbf53
commit b11a776cef
6 changed files with 62 additions and 6 deletions

View file

@ -0,0 +1,5 @@
#pragma once
#ifdef RGBLIGHT_ENABLE
#define RGBLIGHT_SLEEP
#endif // RGBLIGHT_ENABLE