|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Variables | |
| static constexpr char | cdc::ui::KEY_UP = '2' |
| Move selection up (numeric '2'). | |
| static constexpr char | cdc::ui::KEY_DOWN = '8' |
| Move selection down (numeric '8'). | |
| static constexpr char | cdc::ui::KEY_SELECT = '5' |
| Center select / digit '5'. | |
| static constexpr char | cdc::ui::KEY_YES = 'Y' |
| Confirm / OK / Save. | |
| static constexpr char | cdc::ui::KEY_NO = 'N' |
| Cancel / Back / Backspace. | |
| static constexpr char | cdc::ui::KEY_MENU = '3' |
| Open context menu / digit '3'. | |