aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/pearl/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-05-19 09:50:57 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-19 09:50:57 -0700
commitd67eb20aed97410e11a17f7f5799d822f98a7558 (patch)
tree57a61a8c925f0c7fa203e1e8fc703958bf64581e /keyboards/pearl/rules.mk
parent11c7cd47aee697ac73bf7ec5704086e2a15d7dca (diff)
downloadfirmware-d67eb20aed97410e11a17f7f5799d822f98a7558.tar.gz
firmware-d67eb20aed97410e11a17f7f5799d822f98a7558.tar.bz2
firmware-d67eb20aed97410e11a17f7f5799d822f98a7558.zip
[Keyboard] Pearl Refactors (#5907)
* use pragma once * remove custom matrix * remove custom i2c code in favor of QMK's i2c_master * rename to all lower case readme * update readme * turn off bootmagic as it doesn't work anyway * Update keyboards/pearl/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/pearl/rules.mk')
-rw-r--r--keyboards/pearl/rules.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/pearl/rules.mk b/keyboards/pearl/rules.mk
index fac85172e..4db92d121 100644
--- a/keyboards/pearl/rules.mk
+++ b/keyboards/pearl/rules.mk
@@ -31,7 +31,7 @@ F_CPU = 12000000
BOOTLOADER = bootloadHID
# build options
-BOOTMAGIC_ENABLE = full
+BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = yes
@@ -43,8 +43,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