Add a print screen macro.

(This is the only missing macro for the default keymap. We should be
regenerating the whole list from the hid tables in KeyboardioHID)
pull/132/merge
Jesse Vincent 8 years ago
parent 58e169df8b
commit 66bf02cb45
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -147,7 +147,7 @@ typedef union Key_ {
#define Key_Home (Key) { HID_KEYBOARD_HOME, KEY_FLAGS }
#define Key_End (Key) { HID_KEYBOARD_END, KEY_FLAGS }
#define Key_PrtScr (Key) { HID_KEYBOARD_PRINTSCREEN, KEY_FLAGS }
#define Key_CapsLock (Key) { HID_KEYBOARD_CAPS_LOCK, KEY_FLAGS }
#define Key_NumLock (Key) { HID_KEYPAD_NUM_LOCK_AND_CLEAR, KEY_FLAGS }

Loading…
Cancel
Save