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:
parent
a828d49f8c
commit
303ca46e77
18 changed files with 1299 additions and 0 deletions
12
keyboards/ergoinu/split_util.h
Normal file
12
keyboards/ergoinu/split_util.h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue