forked from mirrors/qmk_userspace
[Keymap] Minor keymap updates (#5850)
* Move layer toggle key for one handed operation * Add print screen keycode * Cleaning up some tab/space formatting
This commit is contained in:
parent
819364ea23
commit
5c4707eafc
6 changed files with 56 additions and 56 deletions
|
@ -5,7 +5,7 @@ void matrix_init_user(void) {
|
|||
};
|
||||
|
||||
uint32_t layer_state_set_user(uint32_t state) {
|
||||
switch (biton32(state)) {
|
||||
switch (biton32(state)) {
|
||||
case 0:
|
||||
rgblight_setrgb (0xFF, 0x00, 0x00);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue