summaryrefslogtreecommitdiffstats
path: root/keyboards/treadstone48/treadstone48.h
blob: 3123d1de53151fd979e14bd1b7137bec6c8c5563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#ifdef KEYBOARD_treadstone48_rev1
    #include "rev1.h"
#endif

#include "quantum.h"

#ifdef PROTOCOL_LUFA
#include "lufa.h"
#include "split_util.h"
#endif
#ifdef SSD1306OLED
  #include "ssd1306.h"
#endif