diff options
| author | Zach White <skullydazed@gmail.com> | 2021-09-09 21:37:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 21:37:31 -0700 |
| commit | c94cc1effaf0a71f62f5498b3437f22c96f18f74 (patch) | |
| tree | e4e2c7f52b9c434a616bda76543376645ad11d74 /keyboards/newgame40 | |
| parent | d971020cd8ddc91970151b6104aa6d0f8c270288 (diff) | |
Move non-assignment code to post_rules.mk (#14207)
* 40percentclub/ut47: move non-assignment code to post_rules.mk
* converter/palm_usb: move non-assignment code to post_rules.mk
* converter/sun_usb: move non-assignment code to post_rules.mk
* dm9records/ergoinu: move non-assignment code to post_rules.mk
* ergotaco: move non-assignment code to post_rules.mk
* handwired/symmetric70_proto: move non-assignment code to post_rules.mk
* hhkb/ansi: move non-assignment code to post_rules.mk
* hhkb/jp: move non-assignment code to post_rules.mk
* lfkeyboards/lfk78: move non-assignment code to post_rules.mk
* lfkeyboards/lfk87: move non-assignment code to post_rules.mk
* lfkeyboards/lfkpad: move non-assignment code to post_rules.mk
* lfkeyboards/mini1800: move non-assignment code to post_rules.mk
* manta60: move non-assignment code to post_rules.mk
* mschwingen/modelm: move non-assignment code to post_rules.mk
* newgame40: move non-assignment code to post_rules.mk
* numatreus: move non-assignment code to post_rules.mk
* rgbkb/zen: move non-assignment code to post_rules.mk
* rgbkb/zen/rev2: move non-assignment code to post_rules.mk
* Revert "handwired/symmetric70_proto: move non-assignment code to post_rules.mk"
This reverts commit cffaf0075c3c9b2473a660ba4af8835a9162311b.
Diffstat (limited to 'keyboards/newgame40')
| -rw-r--r-- | keyboards/newgame40/post_rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/newgame40/rules.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/newgame40/post_rules.mk b/keyboards/newgame40/post_rules.mk new file mode 100644 index 0000000000..68229fe12b --- /dev/null +++ b/keyboards/newgame40/post_rules.mk | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | ifeq ($(strip $(IOS_DEVICE_ENABLE )), yes) | ||
| 2 | OPT_DEFS += -DIOS_DEVICE_ENABLE | ||
| 3 | endif | ||
diff --git a/keyboards/newgame40/rules.mk b/keyboards/newgame40/rules.mk index 87d565cff4..4b580c7d2d 100644 --- a/keyboards/newgame40/rules.mk +++ b/keyboards/newgame40/rules.mk | |||
| @@ -21,10 +21,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| 21 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | 21 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
| 22 | IOS_DEVICE_ENABLE = no # connect to IOS Device | 22 | IOS_DEVICE_ENABLE = no # connect to IOS Device |
| 23 | 23 | ||
| 24 | ifeq ($(strip $(IOS_DEVICE_ENABLE )), yes) | ||
| 25 | OPT_DEFS += -DIOS_DEVICE_ENABLE | ||
| 26 | endif | ||
| 27 | |||
| 28 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 29 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 30 | 26 | ||
