Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
This commit is contained in:
parent
474c0bc8a2
commit
5629ba1807
362 changed files with 688 additions and 694 deletions
|
|
@ -47,7 +47,7 @@ bool command_extra(uint8_t code)
|
|||
uart_write(0x0E);
|
||||
uart_write(0xFF);
|
||||
break;
|
||||
case KC_PGDOWN:
|
||||
case KC_PGDN:
|
||||
print("LED all off\n");
|
||||
uart_write(0x0E);
|
||||
uart_write(0x00);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue