diff options
author | Drashna Jaelre <drashna@live.com> | 2019-04-08 12:43:03 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-08 12:43:03 -0700 |
commit | f8d365a47847f8e49fde5096aa065dbee08cf728 (patch) | |
tree | b3e865779abd7d2aaa49eb1e73a70f60a60f4f26 /keyboards/keebio/bfo9000/bfo9000.h | |
parent | da9bb590551e4e40552f301852074dffccd2c29d (diff) |
Convert BFO9000 to Split Keyboard code (#5568)
Diffstat (limited to 'keyboards/keebio/bfo9000/bfo9000.h')
-rw-r--r-- | keyboards/keebio/bfo9000/bfo9000.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/keebio/bfo9000/bfo9000.h b/keyboards/keebio/bfo9000/bfo9000.h index c3bd2236ce..985c7f67f1 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 |