summaryrefslogtreecommitdiffstats
path: root/quantum/template/ps2avrgb/rules.mk
diff options
context:
space:
mode:
authorJames Churchill <pelrun@gmail.com>2019-04-05 18:20:43 +0200
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-05 18:20:43 +0200
commit4c1760883e2e0ed710348f02bc791786ed0c1b04 (patch)
treec7045c751b600af2f73f4dc19a0ce5fe3de20cd2 /quantum/template/ps2avrgb/rules.mk
parentdad66cad40131bbc5b7c85bdf107c664a721ba07 (diff)
downloadqmk_firmware-4c1760883e2e0ed710348f02bc791786ed0c1b04.tar.gz
qmk_firmware-4c1760883e2e0ed710348f02bc791786ed0c1b04.tar.xz
Update ps2avrgb template to use standard matrix/i2c code (#4957)
* Update ps2avrgb template to use standard matrix/i2c code * Default to an 8x11 matrix in the ps2avrgb template
Diffstat (limited to 'quantum/template/ps2avrgb/rules.mk')
-rw-r--r--quantum/template/ps2avrgb/rules.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk
index bcd7dff99..191a13844 100644
--- a/quantum/template/ps2avrgb/rules.mk
+++ b/quantum/template/ps2avrgb/rules.mk
@@ -42,9 +42,7 @@ RGBLIGHT_CUSTOM_DRIVER = yes
OPT_DEFS = -DDEBUG_LEVEL=0
-# custom matrix setup
-CUSTOM_MATRIX = yes
-SRC = matrix.c i2c.c
+SRC += i2c_master.c
# programming options
PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex