mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
Include quantum.h to fix travis CI errors
This commit is contained in:
parent
95619bdaca
commit
cb1e45b4ef
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "quantum.h"
|
||||
|
||||
//Control
|
||||
#define MO_FNLR MO(FN_LAYER)
|
||||
#define BACKSPC KC_BSPC
|
||||
|
|
Loading…
Reference in a new issue