diff options
author | Joel Challis <git@zvecr.com> | 2023-01-11 22:31:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 22:31:54 +0000 |
commit | b61654fb956947939eb6922735130eb2f65b5f53 (patch) | |
tree | 3de5447d852a1e8cd3fbe2301d70150b79098b25 /layouts | |
parent | 6576127b4c75c540d218527536d3a0d9b1eb5e9a (diff) |
Tidy up use of CTPC (#19570)
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/split_3x6_3/drashna/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/community/split_3x6_3/drashna/rules.mk b/layouts/community/split_3x6_3/drashna/rules.mk index 3fd4279bef..2d07ad5a77 100644 --- a/layouts/community/split_3x6_3/drashna/rules.mk +++ b/layouts/community/split_3x6_3/drashna/rules.mk @@ -22,9 +22,6 @@ USE_ARM_CONFIG ?= no ifeq ($(strip $(CONVERT_TO)), proton_c) USE_ARM_CONFIG = yes endif -ifeq ($(strip $(CTPC)), yes) - USE_ARM_CONFIG = yes -endif ifeq ($(strip $(MCU)), STM32F303) USE_ARM_CONFIG = yes endif |