Browse Source

Revert "handwired/symmetric70_proto: move non-assignment code to post_rules.mk"

This reverts commit cffaf0075c.
pull/14207/head
Zach White 2 years ago
parent
commit
c088fef86a
7 changed files with 14 additions and 2 deletions
  1. +0
    -0
      keyboards/handwired/symmetric70_proto/local_features.mk
  2. +3
    -0
      keyboards/handwired/symmetric70_proto/promicro/fast/rules.mk
  3. +3
    -0
      keyboards/handwired/symmetric70_proto/promicro/normal/rules.mk
  4. +1
    -1
      keyboards/handwired/symmetric70_proto/promicro/readme.md
  5. +3
    -0
      keyboards/handwired/symmetric70_proto/proton_c/fast/rules.mk
  6. +3
    -0
      keyboards/handwired/symmetric70_proto/proton_c/normal/rules.mk
  7. +1
    -1
      keyboards/handwired/symmetric70_proto/proton_c/readme.md

keyboards/handwired/symmetric70_proto/post_rules.mk → keyboards/handwired/symmetric70_proto/local_features.mk View File


+ 3
- 0
keyboards/handwired/symmetric70_proto/promicro/fast/rules.mk View File

@ -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)

+ 3
- 0
keyboards/handwired/symmetric70_proto/promicro/normal/rules.mk View File

@ -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)

+ 1
- 1
keyboards/handwired/symmetric70_proto/promicro/readme.md View File

@ -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


+ 3
- 0
keyboards/handwired/symmetric70_proto/proton_c/fast/rules.mk View File

@ -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)

+ 3
- 0
keyboards/handwired/symmetric70_proto/proton_c/normal/rules.mk View File

@ -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)

+ 1
- 1
keyboards/handwired/symmetric70_proto/proton_c/readme.md View File

@ -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


Loading…
Cancel
Save