KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Keyboard LEDs

Macros

#define KBD_LED_NUMLOCK   (1<<0)
#define KBD_LED_CAPSLOCK   (1<<1)
#define KBD_LED_SCRLOCK   (1<<2)

Detailed Description

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.


Macro Definition Documentation

#define KBD_LED_CAPSLOCK   (1<<1)
#define KBD_LED_NUMLOCK   (1<<0)
#define KBD_LED_SCRLOCK   (1<<2)