diff options
| author | Ryan <fauxpark@gmail.com> | 2021-12-08 10:40:26 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 23:40:26 +0000 |
| commit | 7f90cb178159d22744ce44b5f6e2223980da5ac6 (patch) | |
| tree | f1769d992b9b206b44a38cecaf34b6bc278980bd /keyboards/helix | |
| parent | b66b911fa20debfb6e49756dee57d22228f5f122 (diff) | |
| download | qmk_firmware-7f90cb178159d22744ce44b5f6e2223980da5ac6.tar.gz qmk_firmware-7f90cb178159d22744ce44b5f6e2223980da5ac6.zip | |
Remove references to Makefile in keyboard-level rules.mk (#15427)
Diffstat (limited to 'keyboards/helix')
| -rw-r--r-- | keyboards/helix/pico/keymaps/default/rules.mk | 7 | ||||
| -rw-r--r-- | keyboards/helix/rev2/keymaps/default/rules.mk | 7 | ||||
| -rw-r--r-- | keyboards/helix/rev2/keymaps/five_rows/rules.mk | 7 | ||||
| -rw-r--r-- | keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk | 7 | ||||
| -rw-r--r-- | keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk | 6 | ||||
| -rw-r--r-- | keyboards/helix/rules.mk | 5 |
6 files changed, 2 insertions, 37 deletions
diff --git a/keyboards/helix/pico/keymaps/default/rules.mk b/keyboards/helix/pico/keymaps/default/rules.mk index 8a4a0df28..b50519fef 100644 --- a/keyboards/helix/pico/keymaps/default/rules.mk +++ b/keyboards/helix/pico/keymaps/default/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # QMK Standard Build Options | ||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | ||
| 3 | # the appropriate keymap folder that will get included automatically | ||
| 4 | # | ||
| 5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
| 6 | # See TOP/docs/config_options.md for more information. | ||
| 7 | # | ||
| 8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 1 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 9 | AUDIO_ENABLE = yes # Audio output | 2 | AUDIO_ENABLE = yes # Audio output |
| 10 | LTO_ENABLE = no # if firmware size over limit, try this option | 3 | LTO_ENABLE = no # if firmware size over limit, try this option |
diff --git a/keyboards/helix/rev2/keymaps/default/rules.mk b/keyboards/helix/rev2/keymaps/default/rules.mk index 58b43a6bd..2aa62bc83 100644 --- a/keyboards/helix/rev2/keymaps/default/rules.mk +++ b/keyboards/helix/rev2/keymaps/default/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # QMK Standard Build Options | ||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | ||
| 3 | # the appropriate keymap folder that will get included automatically | ||
| 4 | # | ||
| 5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
| 6 | # See TOP/docs/config_options.md for more information. | ||
| 7 | # | ||
| 8 | LTO_ENABLE = yes # if firmware size over limit, try this option | 1 | LTO_ENABLE = yes # if firmware size over limit, try this option |
| 9 | 2 | ||
| 10 | # Helix Spacific Build Options | 3 | # Helix Spacific Build Options |
diff --git a/keyboards/helix/rev2/keymaps/five_rows/rules.mk b/keyboards/helix/rev2/keymaps/five_rows/rules.mk index 8a091605a..e4d0390c3 100644 --- a/keyboards/helix/rev2/keymaps/five_rows/rules.mk +++ b/keyboards/helix/rev2/keymaps/five_rows/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # QMK Standard Build Options | ||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | ||
| 3 | # the appropriate keymap folder that will get included automatically | ||
| 4 | # | ||
| 5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
| 6 | # See TOP/docs/config_options.md for more information. | ||
| 7 | # | ||
| 8 | CONSOLE_ENABLE = no # Console for debug | 1 | CONSOLE_ENABLE = no # Console for debug |
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 10 | # CONSOLE_ENABLE and COMMAND_ENABLE | 3 | # CONSOLE_ENABLE and COMMAND_ENABLE |
diff --git a/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk b/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk index 7c4a7b604..3ef6f8236 100644 --- a/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk +++ b/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk | |||
| @@ -1,10 +1,3 @@ | |||
| 1 | # QMK Standard Build Options | ||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | ||
| 3 | # the appropriate keymap folder that will get included automatically | ||
| 4 | # | ||
| 5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
| 6 | # See TOP/docs/config_options.md for more information. | ||
| 7 | # | ||
| 8 | LTO_ENABLE = no # if firmware size over limit, try this option | 1 | LTO_ENABLE = no # if firmware size over limit, try this option |
| 9 | 2 | ||
| 10 | # Helix Spacific Build Options | 3 | # Helix Spacific Build Options |
diff --git a/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk b/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk index b0cca7912..3f3bd9a9a 100644 --- a/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk +++ b/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | # QMK Standard Build Options | ||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | ||
| 3 | # the appropriate keymap folder that will get included automatically | ||
| 4 | # | ||
| 5 | # See TOP/docs/config_options.md for more information. | ||
| 6 | # | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | 1 | CONSOLE_ENABLE = no # Console for debug |
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 9 | # CONSOLE_ENABLE and COMMAND_ENABLE | 3 | # CONSOLE_ENABLE and COMMAND_ENABLE |
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk index 1ba570e55..74dd66bec 100644 --- a/keyboards/helix/rules.mk +++ b/keyboards/helix/rules.mk | |||
| @@ -4,9 +4,8 @@ MCU = atmega32u4 | |||
| 4 | # Bootloader selection | 4 | # Bootloader selection |
| 5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
| 6 | 6 | ||
| 7 | # QMK Standard Build Options | 7 | # Build Options |
| 8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
| 9 | # the appropriate keymap folder that will get included automatically | ||
| 10 | # | 9 | # |
| 11 | # See TOP/docs/config_options.md for more information. | 10 | # See TOP/docs/config_options.md for more information. |
| 12 | # | 11 | # |
