diff options
Diffstat (limited to 'keyboards/crkbd/rev1/rev1.h')
-rw-r--r-- | keyboards/crkbd/rev1/rev1.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/crkbd/rev1/rev1.h b/keyboards/crkbd/rev1/rev1.h index 5446583b13..f7a0af3b26 100644 --- a/keyboards/crkbd/rev1/rev1.h +++ b/keyboards/crkbd/rev1/rev1.h @@ -26,14 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif #include "quantum.h" -#include "split_util.h" -#ifdef PROTOCOL_LUFA -# include "lufa.h" -#endif -#ifdef SSD1306OLED -# include "ssd1306.h" -#endif - // clang-format off #define LAYOUT_split_3x6_3( \ @@ -70,4 +62,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { KC_NO, KC_NO, KC_NO, R32, R31, R30 } \ } + #define LAYOUT LAYOUT_split_3x6_3 |