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:
parent
6fa3cfbf53
commit
b11a776cef
6 changed files with 62 additions and 6 deletions
|
@ -10,8 +10,8 @@ enum userspace_layers {
|
|||
|
||||
// Enum of custom keycodes defined in process_record_user
|
||||
enum keycodes {
|
||||
KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer.
|
||||
KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer.
|
||||
};
|
||||
|
||||
// Custom #defined keycodes
|
||||
#define KC_CTCP MT(KC_LCTL, KC_CAPS)
|
||||
#define KC_CTCP CTL_T(KC_CAPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue