-
Notifications
You must be signed in to change notification settings - Fork 259
Keycode meanings
Eventually there should be a helpful table here with good definitions for the common codes. In the meantime, you can check these files for all the codes the Keyboardio supports:
-
Most of the common keyboard key codes are here:
-
Key codes for system tasks like shutting down, switching windows, and moving through menus are here:
-
A wide range of key codes for controlling consumer electronics, most of which are probably not relevant, are in this file:
In addition, as long as you have Macros enabled, any of the standard modifiers
- LCTRL
- LSHIFT
- LALT
- LGUI
- RCTRL
- RSHIFT
- RALT
- RGUI
can be used to add chorded keys to your keymap.
e.g. LCTRL(LALT(Key_Delete)) can be used to created chorded combinations. The innermost bracket must be of the standard format as taken from the above key definitions, and all other modifiers must be from the bullets above and in that format. This does allow you to create single keys for multiple modifiers, e.g. LCTRL(LALT(LSHIFT(Key_LeftGui))), when held, would have the effect of all left modifiers at once.
Troubleshooting
Advanced Topics
Development and customization
Keyboardio Model 01 docs
- Keyboardio Model 01 Introduction
- Flashing a new bootloader
- Default Model 01 QWERTY Layout
- Common Alternate Layouts
- Hardware Test Mode
Community