Remove usages of config_common.h from config.h files. (#19714)
This commit is contained in:
parent
2d843088a2
commit
f6dd8dea2e
2368 changed files with 11 additions and 2377 deletions
|
@ -82,7 +82,7 @@ uint8_t matrix_scan(void)
|
|||
KBD_ID1,
|
||||
CONFIG,
|
||||
READY,
|
||||
F0,
|
||||
F0_BREAK,
|
||||
} state = RESET;
|
||||
|
||||
uint8_t code;
|
||||
|
@ -144,7 +144,7 @@ uint8_t matrix_scan(void)
|
|||
debug("\n");
|
||||
}
|
||||
break;
|
||||
case F0: // Break code
|
||||
case F0_BREAK: // Break code
|
||||
switch (code) {
|
||||
case 0x00:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue