diff options
Diffstat (limited to 'keyboards/zinc/rev1/rev1.h')
-rw-r--r-- | keyboards/zinc/rev1/rev1.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/zinc/rev1/rev1.h b/keyboards/zinc/rev1/rev1.h index aa1c408b0..1bf2c565a 100644 --- a/keyboards/zinc/rev1/rev1.h +++ b/keyboards/zinc/rev1/rev1.h | |||
@@ -1,22 +1,7 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "../zinc.h" | ||
4 | |||
5 | #include "quantum.h" | 3 | #include "quantum.h" |
6 | 4 | ||
7 | #ifdef RGBLIGHT_ENABLE | ||
8 | //rgb led driver | ||
9 | #include "ws2812.h" | ||
10 | #endif | ||
11 | |||
12 | #ifdef USE_I2C | ||
13 | #include <stddef.h> | ||
14 | #ifdef __AVR__ | ||
15 | #include <avr/io.h> | ||
16 | #include <avr/interrupt.h> | ||
17 | #endif | ||
18 | #endif | ||
19 | |||
20 | // Standard Keymap | 5 | // Standard Keymap |
21 | // (TRRS jack on both halves are to the left side) | 6 | // (TRRS jack on both halves are to the left side) |
22 | #define LAYOUT( \ | 7 | #define LAYOUT( \ |