diff options
Diffstat (limited to 'keyboards/boston_meetup/boston_meetup.h')
-rw-r--r-- | keyboards/boston_meetup/boston_meetup.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/boston_meetup/boston_meetup.h b/keyboards/boston_meetup/boston_meetup.h index e1d9d92060..4b000a1ca5 100644 --- a/keyboards/boston_meetup/boston_meetup.h +++ b/keyboards/boston_meetup/boston_meetup.h @@ -1,7 +1,7 @@ #pragma once -#ifdef KEYBOARD_boston_meetup_2019 - #include "2019.h" +#include "quantum.h" + #define LAYOUT( \ K00, \ K10, K11, K12, K13, \ @@ -14,6 +14,3 @@ { K20, K21, K22, K23 }, \ { K30, K31, K32, K33 } \ } -#endif - -#include "quantum.h"
\ No newline at end of file |