summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bfo9000/bfo9000.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/bfo9000/bfo9000.h')
-rw-r--r--keyboards/keebio/bfo9000/bfo9000.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/keebio/bfo9000/bfo9000.h b/keyboards/keebio/bfo9000/bfo9000.h
index c3bd2236c..985c7f67f 100644
--- a/keyboards/keebio/bfo9000/bfo9000.h
+++ b/keyboards/keebio/bfo9000/bfo9000.h
@@ -1,16 +1,7 @@
-#ifndef BFO9000_H
-#define BFO9000_H
+#pragma once
#include "quantum.h"
-#ifdef USE_I2C
-#include <stddef.h>
-#ifdef __AVR__
- #include <avr/io.h>
- #include <avr/interrupt.h>
-#endif
-#endif
-
#define LAYOUT( \
L00, L01, L02, L03, L04, L05, L06, L07, L08, R00, R01, R02, R03, R04, R05, R06, R07, R08, \
L10, L11, L12, L13, L14, L15, L16, L17, L18, R10, R11, R12, R13, R14, R15, R16, R17, R18, \
@@ -33,5 +24,3 @@
{ R40, R41, R42, R43, R44, R45, R46, R47, R48 }, \
{ R50, R51, R52, R53, R54, R55, R56, R57, R58 } \
}
-
-#endif