summaryrefslogtreecommitdiffstats
path: root/keyboards/yosino58/rev1/rev1.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-07-31 20:32:45 +0100
committerGitHub <noreply@github.com>2022-07-31 12:32:45 -0700
commit2f19579d3f2c8b4041f0128976c00136c5a6a32d (patch)
tree6e2040ef4c4574edffe09b0386c6574c890e0ba5 /keyboards/yosino58/rev1/rev1.h
parentb03a7cef7555119f1cdee95b0c08cafd9f1f18eb (diff)
Convert yosino58 to use split common (#17861)
Diffstat (limited to 'keyboards/yosino58/rev1/rev1.h')
-rw-r--r--keyboards/yosino58/rev1/rev1.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/yosino58/rev1/rev1.h b/keyboards/yosino58/rev1/rev1.h
index bc68892e88..c643c9d729 100644
--- a/keyboards/yosino58/rev1/rev1.h
+++ b/keyboards/yosino58/rev1/rev1.h
@@ -1,22 +1,7 @@
#pragma once
-#include "../yosino58.h"
-
#include "quantum.h"
-#ifdef RGBLIGHT_ENABLE
-//rgb led driver
-#include "ws2812.h"
-#endif
-
-#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, R00, R01, R02, R03, R04, R05, \
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \