diff options
| author | Zach White <skullydazed@gmail.com> | 2021-01-16 18:42:22 -0800 |
|---|---|---|
| committer | Zach White <skullydazed@drpepper.org> | 2021-01-30 13:11:33 -0800 |
| commit | 2f79cf9247d9388b0ae7e149e9b597f43bb87e2d (patch) | |
| tree | ca983923d3ca4e64c163b315ebce041f61b59d53 /users | |
| parent | 361a2cf8a558d4de28f8264beef3594bc517e823 (diff) | |
| download | qmk_firmware-2f79cf9247d9388b0ae7e149e9b597f43bb87e2d.tar.gz qmk_firmware-2f79cf9247d9388b0ae7e149e9b597f43bb87e2d.zip | |
add missing _MACRO to users/brandonschlack/brandonschlack.h
Diffstat (limited to 'users')
| -rw-r--r-- | users/brandonschlack/brandonschlack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/brandonschlack/brandonschlack.h b/users/brandonschlack/brandonschlack.h index d7dbc0ea4..4fbf6906d 100644 --- a/users/brandonschlack/brandonschlack.h +++ b/users/brandonschlack/brandonschlack.h | |||
| @@ -46,6 +46,7 @@ enum bs_layers { | |||
| 46 | _ADJUST = 15 // 15: Change keyboard settings | 46 | _ADJUST = 15 // 15: Change keyboard settings |
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #define _MACRO _M1 | ||
| 49 | #define _LOWER _FN1 | 50 | #define _LOWER _FN1 |
| 50 | #define _RAISE _FN2 | 51 | #define _RAISE _FN2 |
| 51 | 52 | ||
