[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
32 changed files with 718 additions and 299 deletions

View File

@@ -24,7 +24,7 @@ void matrix_scan_sub_kb(void) {
}
}
void bootmagic_lite(void) {
__attribute__((weak)) void bootmagic_lite(void) {
// We need multiple scans because debouncing can't be turned off.
matrix_scan();
#if defined(DEBOUNCE) && DEBOUNCE > 0