forked from mirrors/qmk_userspace
[Keymap] Drashna keymap fixups (#14140)
This commit is contained in:
parent
4e1c5887c5
commit
bc239cd520
7 changed files with 21 additions and 27 deletions
|
@ -71,10 +71,6 @@ void keyboard_post_init_transport_sync(void) {
|
|||
|
||||
void user_transport_update(void) {
|
||||
if (is_keyboard_master()) {
|
||||
# ifdef OLED_ENABLE
|
||||
user_state.oled_on = is_oled_on();
|
||||
# endif
|
||||
|
||||
transport_keymap_config = keymap_config.raw;
|
||||
transport_userspace_config = userspace_config.raw;
|
||||
#ifdef AUDIO_ENABLE
|
||||
|
@ -89,13 +85,6 @@ void user_transport_update(void) {
|
|||
#endif
|
||||
|
||||
} else {
|
||||
# ifdef OLED_ENABLE
|
||||
if (user_state.oled_on) {
|
||||
oled_on();
|
||||
} else {
|
||||
oled_off();
|
||||
}
|
||||
# endif
|
||||
keymap_config.raw = transport_keymap_config;
|
||||
userspace_config.raw = transport_userspace_config;
|
||||
#ifdef UNICODE_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue