add missing _MACRO to users/brandonschlack/brandonschlack.h

master
Zach White 2021-01-16 18:42:22 -08:00 committed by Zach White
parent 361a2cf8a5
commit 2f79cf9247
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ enum bs_layers {
_ADJUST = 15 // 15: Change keyboard settings
};
#define _MACRO _M1
#define _LOWER _FN1
#define _RAISE _FN2