]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/treadstone48/treadstone48.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / treadstone48 / treadstone48.h
1 #pragma once
2
3 #ifdef KEYBOARD_treadstone48_rev1
4     #include "rev1.h"
5 #endif
6
7 #include "quantum.h"
8
9 #ifdef PROTOCOL_LUFA
10 #include "lufa.h"
11 #include "split_util.h"
12 #endif
13 #ifdef SSD1306OLED
14   #include "ssd1306.h"
15 #endif