[Keymap] Drashna keymap updates for 0.18.0 (#18184)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Drashna Jaelre 2022-08-28 12:55:19 -07:00 committed by GitHub
parent d4a6ee1cad
commit fa08cb2478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 720 additions and 301 deletions

View file

@ -19,6 +19,7 @@ typedef union {
bool swap_hands :1;
bool host_driver_disabled :1;
uint8_t unicode_typing_mode :3;
bool is_oled_enabled :1;
};
} user_runtime_config_t;