1
0
Fork 0

Keyboard: add ergoinu keyboard (#3655)

* add ergoinu

* remove unnecessary code

* replace include guard
delete unused code

* remove unused RGBLED defines
This commit is contained in:
Takuya Urakawa 2018-08-17 00:36:35 +09:00 committed by Drashna Jaelre
parent a828d49f8c
commit 303ca46e77
18 changed files with 1299 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#pragma once
#include <stdbool.h>
#include "eeconfig.h"
extern volatile bool isLeftHand;
// slave version of matix scan, defined in matrix.c
void matrix_slave_scan(void);
void split_keyboard_setup(void);
bool has_usb(void);