mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
Accidentally cleaned up too much
- had to add back the FUNC and CONFIG bindings
This commit is contained in:
parent
567bbb7d25
commit
284d15f4e8
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ enum keycodes {
|
|||
#define NAV MO(_NAVIGATION)
|
||||
#define NAV_0 LT(_NAVIGATION, KC_0)
|
||||
#define NUM MO(_NUMBER)
|
||||
#define FUNC MO(_FUNCTION)
|
||||
#define CONFIG MO(_CONFIG)
|
||||
|
||||
// Windows Shortcuts
|
||||
#define SC_COPY LCTL(KC_C)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue