[Keyboard] Convert ErgoDox EZ to Matrix Lite (#10189)

* Convert ErgoDox EZ to lite matrix

* Add initial config from Dactyl config

Based on ErinCall's work to generalize the mcp i/o expander matrix code

* formatting

* Fix number of pins

* Remove unused defines
This commit is contained in:
Drashna Jaelre
2020-09-30 16:52:47 -07:00
committed by GitHub
parent 482c9fbbf2
commit 11c308d436
5 changed files with 147 additions and 214 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include QMK_KEYBOARD_H
#include "ergodox_ez.h"
extern inline void ergodox_board_led_on(void);
extern inline void ergodox_right_led_1_on(void);