- 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:
Victor 2024-04-05 20:06:26 -05:00
parent 2c0e2a49ba
commit d997b1aa0b
Failed to generate hash of commit
8 changed files with 51 additions and 19 deletions

View file

@ -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