remove custom matrix support

This commit is contained in:
mechmerlin
2019-07-14 18:00:09 -07:00
parent 4211252117
commit b8c5efa555
3 changed files with 8 additions and 119 deletions

View File

@@ -25,7 +25,7 @@ NO_SUSPEND_POWER_DOWN = yes
F_CPU = 12000000
# build options
BOOTMAGIC_ENABLE = yes
BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = no
@@ -40,8 +40,7 @@ OPT_DEFS = -DDEBUG_LEVEL=0
OPT_DEFS += -DBOOTLOADER_SIZE=2048
# custom matrix setup
CUSTOM_MATRIX = yes
SRC = matrix.c i2c.c backlight_ps2avrGB.c
SRC = i2c.c backlight_ps2avrGB.c
# programming options
PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex