Revert "Revert "Convert ErgoDox EZ to Matrix Lite (qmk#10189)""

This reverts commit edd58256f5.
This commit is contained in:
Florian Didron
2020-10-13 21:17:37 +09:00
parent edd58256f5
commit ded395e45d
5 changed files with 158 additions and 282 deletions
-4
View File
@@ -24,10 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdint.h>
#include <stdbool.h>
#include "i2c_master.h"
#include <util/delay.h>
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
#define CPU_16MHz 0x00
#if defined(KEYBOARD_ergodox_ez_glow)
# include "glow.h"