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