mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-03 14:14:17 -04:00
- Enabled Encoder Mapping, added basic map
- fixed oled orientation, maybe this time will work - added macro to toggle base layer to save keys on config layer
This commit is contained in:
parent
2c0e2a49ba
commit
d997b1aa0b
8 changed files with 51 additions and 19 deletions
|
@ -99,7 +99,8 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
|
|||
if (is_keyboard_master()) {
|
||||
return OLED_ROTATION_270;
|
||||
} else {
|
||||
return OLED_ROTATION_270;
|
||||
return OLED_ROTATION_90;
|
||||
}
|
||||
}
|
||||
|
||||
a
|
Loading…
Add table
Add a link
Reference in a new issue