summaryrefslogtreecommitdiff
path: root/keyboards/dm9records/ergoinu/ergoinu.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-30 17:49:09 +0000
committerGitHub <noreply@github.com>2021-11-30 09:49:09 -0800
commit9204f8535b36e4b9ea51c083bd04d6ea76ac97ee (patch)
tree1048faa7fd7e0d6169d1b3dbe5ba351dcefe8c97 /keyboards/dm9records/ergoinu/ergoinu.h
parent55a84843ea788b635b5caf10cb2f84aadce94fc2 (diff)
[Keyboard] Convert ergoinu to SPLIT_KEYBOARD (#15305)
Diffstat (limited to 'keyboards/dm9records/ergoinu/ergoinu.h')
-rw-r--r--keyboards/dm9records/ergoinu/ergoinu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/dm9records/ergoinu/ergoinu.h b/keyboards/dm9records/ergoinu/ergoinu.h
index 43249a8440..c275d3fa27 100644
--- a/keyboards/dm9records/ergoinu/ergoinu.h
+++ b/keyboards/dm9records/ergoinu/ergoinu.h
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
-#ifdef RGBLIGHT_ENABLE
-#include "ws2812.h"
-#endif
-
#define LAYOUT( \
L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
L07, L08, L09, L10, L11, L12, L13, R07, R08, R09, R10, R11, R12, R13, \
@@ -41,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{ R27, R26, R25, R24, R23, R22, R21 }, \
{ KC_NO, KC_NO, R32, R31, R30, R29, R28 } \
}
-