KallistiOS
##version##
|
Macros | |
#define | KBD_LED_NUMLOCK (1<<0) |
#define | KBD_LED_CAPSLOCK (1<<1) |
#define | KBD_LED_SCRLOCK (1<<2) |
This is the LEDs that can be turned on and off on the keyboard. This list may not be exhaustive. Think of these sorta like an extension of the modifiers list.
#define KBD_LED_CAPSLOCK (1<<1) |
#define KBD_LED_NUMLOCK (1<<0) |
#define KBD_LED_SCRLOCK (1<<2) |