uconsole keyboard fix

This commit is contained in:
cuu
2023-06-08 21:14:50 +12:00
parent 558d81bee4
commit 6058dcda0d
3 changed files with 15 additions and 5 deletions

View File

@@ -25,10 +25,12 @@ typedef struct keyboard_state{
uint8_t layer;
uint8_t prev_layer;
uint8_t fn_on;
uint8_t sf_on;//shift on
uint8_t backlight;//0 1 2 3
uint8_t lock;//0 1
KEYBOARD_LOCK ctrl;
KEYBOARD_LOCK shift;
KEYBOARD_LOCK alt;