Got luizribeiro's ps2avrgb implementation working for Mechmini

This commit is contained in:
krusli
2017-09-16 11:08:29 +10:00
committed by Jack Humbert
parent 024f0455de
commit 69ab37fca1
8 changed files with 250 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ PROTOCOL = VUSB
NO_UART = yes
NO_SUSPEND_POWER_DOWN = yes
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = yes
DISABLE_WS2812 = yes
# processor frequency
F_CPU = 12000000
@@ -32,12 +34,15 @@ EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = yes
COMMAND_ENABLE = yes
RGBLIGHT_ENABLE = yes
RGBLIGHT_CUSTOM_DRIVER = yes
OPT_DEFS = -DDEBUG_LEVEL=0
OPT_DEFS += -DBOOTLOADER_SIZE=2048
# custom matrix setup
CUSTOM_MATRIX = yes
SRC = matrix.c
SRC = matrix.c i2c.c
# programming options
PROGRAM_CMD = ./keyboards/mechmini/program $(TARGET).hex