Skip to content

Commit

Permalink
Revert "handwired/symmetric70_proto: move non-assignment code to post…
Browse files Browse the repository at this point in the history
…_rules.mk"

This reverts commit cffaf00.
  • Loading branch information
skullydazed committed Aug 29, 2021
1 parent 421c58b commit 649c532
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions keyboards/handwired/symmetric70_proto/promicro/fast/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CUSTOM_MATRIX = yes
SRC += matrix_common.c
SRC += matrix_fast/matrix.c

KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
include $(KEYBOARD_LOCAL_FEATURES_MK)
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CUSTOM_MATRIX = yes
SRC += matrix_common.c
SRC += matrix_debug/matrix.c

KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
include $(KEYBOARD_LOCAL_FEATURES_MK)
2 changes: 1 addition & 1 deletion keyboards/handwired/symmetric70_proto/promicro/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Flashing example for this keyboard:
make handwired/symmetric70_proto/promicro/normal:default:flash
make handwired/symmetric70_proto/promicro/fast:default:flash

Testing options: (see more options: [post_rules.mk](../post_rules.mk), [matrix_debug](../matrix_debug/readme.md) and [matrix_fast](../matrix_fast/readme.md) )
Testing options: (see more options: [local_features.mk](../local_features.mk), [matrix_debug](../matrix_debug/readme.md) and [matrix_fast](../matrix_fast/readme.md) )

make MTEST=mdelay0 handwired/symmetric70_proto/promicro/normal:default:flash
make MTEST=mdelay0 handwired/symmetric70_proto/promicro/fast:default:flash
Expand Down
3 changes: 3 additions & 0 deletions keyboards/handwired/symmetric70_proto/proton_c/fast/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CUSTOM_MATRIX = yes
SRC += matrix_common.c
SRC += matrix_fast/matrix.c

KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
include $(KEYBOARD_LOCAL_FEATURES_MK)
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CUSTOM_MATRIX = yes
SRC += matrix_common.c
SRC += matrix_debug/matrix.c

KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
include $(KEYBOARD_LOCAL_FEATURES_MK)
2 changes: 1 addition & 1 deletion keyboards/handwired/symmetric70_proto/proton_c/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Flashing example for this keyboard:
make handwired/symmetric70_proto/proton_c/normal:default:flash
make handwired/symmetric70_proto/proton_c/fast:default:flash

Testing options: (see more options: [post_rules.mk](../post_rules.mk), [matrix_debug](../matrix_debug/readme.md) and [matrix_fast](../matrix_fast/readme.md) )
Testing options: (see more options: [local_features.mk](../local_features.mk), [matrix_debug](../matrix_debug/readme.md) and [matrix_fast](../matrix_fast/readme.md) )

make MTEST=mdelay0 handwired/symmetric70_proto/proton_c/normal:default:flash
make MTEST=mdelay0 handwired/symmetric70_proto/proton_c/fast:default:flash
Expand Down

0 comments on commit 649c532

Please sign in to comment.