diff options
author | Maxim Devaev <[email protected]> | 2022-07-08 23:06:23 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-08 23:06:23 +0300 |
commit | c840ea73068f855e1ebbf738f8ae9e62dde05286 (patch) | |
tree | 017b0817c2710b435496839d14f945e7b7418573 /hid/lib/drivers | |
parent | e864aafcf7f9dea75582c1ebcbca5e8ac1a1ae26 (diff) |
refactoring
Diffstat (limited to 'hid/lib/drivers')
-rw-r--r-- | hid/lib/drivers/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/lib/drivers/keyboard.h b/hid/lib/drivers/keyboard.h index 841106be..fe724247 100644 --- a/hid/lib/drivers/keyboard.h +++ b/hid/lib/drivers/keyboard.h @@ -21,8 +21,8 @@ #pragma once -typedef struct -{ + +typedef struct { bool caps; bool scroll; bool num; |