mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 18:32:39 +01:00
uconsole keyboard fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user