aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub/nano/rules.mk
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-04-11 19:51:55 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-11 11:51:55 -0700
commit0137b0231957c0b2fde80ac0e2a769ba4cbd60e7 (patch)
tree581ae59d969aa725bf0af268a09808f1f4ae7bbf /keyboards/40percentclub/nano/rules.mk
parentdc570b0b389d23b8ea8b46311294a7040b5e1e44 (diff)
downloadfirmware-0137b0231957c0b2fde80ac0e2a769ba4cbd60e7.tar.gz
firmware-0137b0231957c0b2fde80ac0e2a769ba4cbd60e7.tar.bz2
firmware-0137b0231957c0b2fde80ac0e2a769ba4cbd60e7.zip
Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)
* Port DIRECT_PINS from split_common/matrix.c to matrix.c * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Refactor nano to use DIRECT_PINS * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Add DIRECT_PINS documentation * Reorder matrix.c to remove foward declaration and match split_common/matrix.c - fix logic from inherited from split_common * Add DIRECT_PINS documentation - review comments
Diffstat (limited to 'keyboards/40percentclub/nano/rules.mk')
-rw-r--r--keyboards/40percentclub/nano/rules.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/40percentclub/nano/rules.mk b/keyboards/40percentclub/nano/rules.mk
index 66ad3ffc6..e3c97e0d4 100644
--- a/keyboards/40percentclub/nano/rules.mk
+++ b/keyboards/40percentclub/nano/rules.mk
@@ -76,7 +76,3 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-
-# custom matrix setup
-SRC = matrix.c
-CUSTOM_MATRIX = yes