diff options
author | Danny <nooges@users.noreply.github.com> | 2019-10-29 19:56:12 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-29 16:56:12 -0700 |
commit | 3817ff7cc00910c0bd6f638064580a70f9b156c1 (patch) | |
tree | ad05bf02b23f3619c9814fdfb7e805bf2b75771d | |
parent | 606813b72dc8645d59afb51775e6554b6c97769d (diff) | |
download | qmk_firmware-3817ff7cc00910c0bd6f638064580a70f9b156c1.tar.gz qmk_firmware-3817ff7cc00910c0bd6f638064580a70f9b156c1.zip |
[Keyboard] Move Nyquist/Iris rules.mk files, update READMEs (#7196)
* Migrate Nyquist rules.mk files to be version specific and update flash command
* Migrate Iris rules.mk files to be version specific and update flash command
-rw-r--r-- | keyboards/keebio/iris/readme.md | 6 | ||||
-rw-r--r-- | keyboards/keebio/iris/rev1/rules.mk | 35 | ||||
-rw-r--r-- | keyboards/keebio/iris/rev1_led/rules.mk | 35 | ||||
-rw-r--r-- | keyboards/keebio/iris/rev2/rules.mk | 36 | ||||
-rw-r--r-- | keyboards/keebio/iris/rev3/rules.mk | 36 | ||||
-rw-r--r-- | keyboards/keebio/iris/rev4/rules.mk | 36 | ||||
-rw-r--r-- | keyboards/keebio/iris/rules.mk | 42 | ||||
-rw-r--r-- | keyboards/keebio/nyquist/readme.md | 6 | ||||
-rw-r--r-- | keyboards/keebio/nyquist/rev1/rules.mk | 34 | ||||
-rw-r--r-- | keyboards/keebio/nyquist/rev2/rules.mk | 34 | ||||
-rw-r--r-- | keyboards/keebio/nyquist/rev3/rules.mk | 35 | ||||
-rw-r--r-- | keyboards/keebio/nyquist/rules.mk | 39 |
12 files changed, 275 insertions, 99 deletions
diff --git a/keyboards/keebio/iris/readme.md b/keyboards/keebio/iris/readme.md index 6d166e756..00126a390 100644 --- a/keyboards/keebio/iris/readme.md +++ b/keyboards/keebio/iris/readme.md | |||
@@ -4,16 +4,16 @@ Iris | |||
4 | A split ergo 4x6 keyboard with 3 or 4 thumb keys made and sold by Keebio. [More info at Keebio](https://keeb.io). | 4 | A split ergo 4x6 keyboard with 3 or 4 thumb keys made and sold by Keebio. [More info at Keebio](https://keeb.io). |
5 | 5 | ||
6 | Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) | 6 | Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) |
7 | Hardware Supported: Pro Micro | 7 | Hardware Supported: Pro Micro, ATmega32u4 |
8 | Hardware Availability: [Keebio](https://keeb.io) | 8 | Hardware Availability: [Keebio](https://keeb.io) |
9 | 9 | ||
10 | Make example for this keyboard (after setting up your build environment): | 10 | Make example for this keyboard (after setting up your build environment): |
11 | 11 | ||
12 | make keebio/iris/rev2:default | 12 | make keebio/iris/rev4:default |
13 | 13 | ||
14 | Example of flashing this keyboard: | 14 | Example of flashing this keyboard: |
15 | 15 | ||
16 | make keebio/iris/rev2:default:avrdude | 16 | make keebio/iris/rev4:default:flash |
17 | 17 | ||
18 | See [build environment setup](https://docs.qmk.fm/#/newbs_getting_started) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | 18 | See [build environment setup](https://docs.qmk.fm/#/newbs_getting_started) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |
19 | 19 | ||
diff --git a/keyboards/keebio/iris/rev1/rules.mk b/keyboards/keebio/iris/rev1/rules.mk index 7b30c0bef..2d7155bf8 100644 --- a/keyboards/keebio/iris/rev1/rules.mk +++ b/keyboards/keebio/iris/rev1/rules.mk | |||
@@ -1 +1,34 @@ | |||
1 | BACKLIGHT_ENABLE = no | 1 | # MCU name |
2 | MCU = atmega32u4 | ||
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = caterina | ||
13 | |||
14 | # Build Options | ||
15 | # change to "no" to disable the options, or define them in the Makefile in | ||
16 | # the appropriate keymap folder that will get included automatically | ||
17 | # | ||
18 | |||
19 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
20 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
22 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
25 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
26 | MIDI_ENABLE = no # MIDI controls | ||
27 | AUDIO_ENABLE = no # Audio output on port C6 | ||
28 | UNICODE_ENABLE = no # Unicode | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
30 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
33 | |||
34 | SPLIT_KEYBOARD = yes | ||
diff --git a/keyboards/keebio/iris/rev1_led/rules.mk b/keyboards/keebio/iris/rev1_led/rules.mk index 7b30c0bef..2d7155bf8 100644 --- a/keyboards/keebio/iris/rev1_led/rules.mk +++ b/keyboards/keebio/iris/rev1_led/rules.mk | |||
@@ -1 +1,34 @@ | |||
1 | BACKLIGHT_ENABLE = no | 1 | # MCU name |
2 | MCU = atmega32u4 | ||
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = caterina | ||
13 | |||
14 | # Build Options | ||
15 | # change to "no" to disable the options, or define them in the Makefile in | ||
16 | # the appropriate keymap folder that will get included automatically | ||
17 | # | ||
18 | |||
19 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
20 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
22 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
25 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
26 | MIDI_ENABLE = no # MIDI controls | ||
27 | AUDIO_ENABLE = no # Audio output on port C6 | ||
28 | UNICODE_ENABLE = no # Unicode | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
30 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
33 | |||
34 | SPLIT_KEYBOARD = yes | ||
diff --git a/keyboards/keebio/iris/rev2/rules.mk b/keyboards/keebio/iris/rev2/rules.mk index d7463419b..317898854 100644 --- a/keyboards/keebio/iris/rev2/rules.mk +++ b/keyboards/keebio/iris/rev2/rules.mk | |||
@@ -1,2 +1,34 @@ | |||
1 | RGBLIGHT_ENABLE = yes | 1 | # MCU name |
2 | BACKLIGHT_ENABLE = yes | 2 | MCU = atmega32u4 |
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = caterina | ||
13 | |||
14 | # Build Options | ||
15 | # change to "no" to disable the options, or define them in the Makefile in | ||
16 | # the appropriate keymap folder that will get included automatically | ||
17 | # | ||
18 | |||
19 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
20 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
22 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
25 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
26 | MIDI_ENABLE = no # MIDI controls | ||
27 | AUDIO_ENABLE = no # Audio output on port C6 | ||
28 | UNICODE_ENABLE = no # Unicode | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
30 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
33 | |||
34 | SPLIT_KEYBOARD = yes | ||
diff --git a/keyboards/keebio/iris/rev3/rules.mk b/keyboards/keebio/iris/rev3/rules.mk index d7e0da936..f3c90a078 100644 --- a/keyboards/keebio/iris/rev3/rules.mk +++ b/keyboards/keebio/iris/rev3/rules.mk | |||
@@ -1,3 +1,35 @@ | |||
1 | RGBLIGHT_ENABLE = yes | 1 | # MCU name |
2 | BACKLIGHT_ENABLE = yes | 2 | MCU = atmega32u4 |
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = qmk-dfu | ||
13 | |||
14 | # Build Options | ||
15 | # change to "no" to disable the options, or define them in the Makefile in | ||
16 | # the appropriate keymap folder that will get included automatically | ||
17 | # | ||
18 | |||
19 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
20 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
22 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
25 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
26 | MIDI_ENABLE = no # MIDI controls | ||
27 | AUDIO_ENABLE = no # Audio output on port C6 | ||
28 | UNICODE_ENABLE = no # Unicode | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
30 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
33 | |||
34 | SPLIT_KEYBOARD = yes | ||
3 | ENCODER_ENABLE = yes | 35 | ENCODER_ENABLE = yes |
diff --git a/keyboards/keebio/iris/rev4/rules.mk b/keyboards/keebio/iris/rev4/rules.mk index d7e0da936..f3c90a078 100644 --- a/keyboards/keebio/iris/rev4/rules.mk +++ b/keyboards/keebio/iris/rev4/rules.mk | |||
@@ -1,3 +1,35 @@ | |||
1 | RGBLIGHT_ENABLE = yes | 1 | # MCU name |
2 | BACKLIGHT_ENABLE = yes | 2 | MCU = atmega32u4 |
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = qmk-dfu | ||
13 | |||
14 | # Build Options | ||
15 | # change to "no" to disable the options, or define them in the Makefile in | ||
16 | # the appropriate keymap folder that will get included automatically | ||
17 | # | ||
18 | |||
19 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
20 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
22 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
24 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
25 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
26 | MIDI_ENABLE = no # MIDI controls | ||
27 | AUDIO_ENABLE = no # Audio output on port C6 | ||
28 | UNICODE_ENABLE = no # Unicode | ||
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
30 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
31 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
33 | |||
34 | SPLIT_KEYBOARD = yes | ||
3 | ENCODER_ENABLE = yes | 35 | ENCODER_ENABLE = yes |
diff --git a/keyboards/keebio/iris/rules.mk b/keyboards/keebio/iris/rules.mk deleted file mode 100644 index ed730b02b..000000000 --- a/keyboards/keebio/iris/rules.mk +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | # MCU name | ||
2 | MCU = atmega32u4 | ||
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | ifneq (, $(findstring rev3, $(KEYBOARD))) | ||
13 | BOOTLOADER = qmk-dfu | ||
14 | else ifneq (, $(findstring rev4, $(KEYBOARD))) | ||
15 | BOOTLOADER = qmk-dfu | ||
16 | else | ||
17 | BOOTLOADER = caterina | ||
18 | endif | ||
19 | |||
20 | # Build Options | ||
21 | # change to "no" to disable the options, or define them in the Makefile in | ||
22 | # the appropriate keymap folder that will get included automatically | ||
23 | # | ||
24 | |||
25 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
26 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
27 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
28 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
29 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
30 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
31 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
32 | MIDI_ENABLE = no # MIDI controls | ||
33 | AUDIO_ENABLE = no # Audio output on port C6 | ||
34 | UNICODE_ENABLE = no # Unicode | ||
35 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
36 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
37 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
38 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
39 | |||
40 | SPLIT_KEYBOARD = yes | ||
41 | |||
42 | DEFAULT_FOLDER = keebio/iris/rev2 | ||
diff --git a/keyboards/keebio/nyquist/readme.md b/keyboards/keebio/nyquist/readme.md index 9fa7259d8..40e7ebf3d 100644 --- a/keyboards/keebio/nyquist/readme.md +++ b/keyboards/keebio/nyquist/readme.md | |||
@@ -4,16 +4,16 @@ Nyquist | |||
4 | A split 60% split 5x12 ortholinear keyboard made and sold by Keebio. [More info at Keebio](https://keeb.io). | 4 | A split 60% split 5x12 ortholinear keyboard made and sold by Keebio. [More info at Keebio](https://keeb.io). |
5 | 5 | ||
6 | Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) | 6 | Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) |
7 | Hardware Supported: Pro Micro | 7 | Hardware Supported: Pro Micro, ATmega32u4 |
8 | Hardware Availability: [Keebio](https://keeb.io) | 8 | Hardware Availability: [Keebio](https://keeb.io) |
9 | 9 | ||
10 | Make example for this keyboard (after setting up your build environment): | 10 | Make example for this keyboard (after setting up your build environment): |
11 | 11 | ||
12 | make keebio/nyquist/rev2:default | 12 | make keebio/nyquist/rev3:default |
13 | 13 | ||
14 | Example of flashing this keyboard: | 14 | Example of flashing this keyboard: |
15 | 15 | ||
16 | make keebio/nyquist/rev2:default:avrdude | 16 | make keebio/nyquist/rev3:default:flash |
17 | 17 | ||
18 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | 18 | See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |
19 | 19 | ||
diff --git a/keyboards/keebio/nyquist/rev1/rules.mk b/keyboards/keebio/nyquist/rev1/rules.mk index 7b30c0bef..c377644ba 100644 --- a/keyboards/keebio/nyquist/rev1/rules.mk +++ b/keyboards/keebio/nyquist/rev1/rules.mk | |||
@@ -1 +1,33 @@ | |||
1 | BACKLIGHT_ENABLE = no | 1 | MCU = atmega32u4 |
2 | |||
3 | # Bootloader selection | ||
4 | # Teensy halfkay | ||
5 | # Pro Micro caterina | ||
6 | # Atmel DFU atmel-dfu | ||
7 | # LUFA DFU lufa-dfu | ||
8 | # QMK DFU qmk-dfu | ||
9 | # ATmega32A bootloadHID | ||
10 | # ATmega328P USBasp | ||
11 | BOOTLOADER = caterina | ||
12 | |||
13 | # Build Options | ||
14 | # change to "no" to disable the options, or define them in the Makefile in | ||
15 | # the appropriate keymap folder that will get included automatically | ||
16 | # | ||
17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
18 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
20 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
21 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
22 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
23 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
24 | MIDI_ENABLE = no # MIDI controls | ||
25 | AUDIO_ENABLE = no # Audio output on port C6 | ||
26 | UNICODE_ENABLE = no # Unicode | ||
27 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
28 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
29 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
31 | |||
32 | SPLIT_KEYBOARD = yes | ||
33 | LAYOUTS = ortho_5x12 ortho_4x12 | ||
diff --git a/keyboards/keebio/nyquist/rev2/rules.mk b/keyboards/keebio/nyquist/rev2/rules.mk index bd518d8f2..a6131ae52 100644 --- a/keyboards/keebio/nyquist/rev2/rules.mk +++ b/keyboards/keebio/nyquist/rev2/rules.mk | |||
@@ -1 +1,33 @@ | |||
1 | BACKLIGHT_ENABLE = yes | 1 | MCU = atmega32u4 |
2 | |||
3 | # Bootloader selection | ||
4 | # Teensy halfkay | ||
5 | # Pro Micro caterina | ||
6 | # Atmel DFU atmel-dfu | ||
7 | # LUFA DFU lufa-dfu | ||
8 | # QMK DFU qmk-dfu | ||
9 | # ATmega32A bootloadHID | ||
10 | # ATmega328P USBasp | ||
11 | BOOTLOADER = caterina | ||
12 | |||
13 | # Build Options | ||
14 | # change to "no" to disable the options, or define them in the Makefile in | ||
15 | # the appropriate keymap folder that will get included automatically | ||
16 | # | ||
17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
18 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
20 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
21 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
22 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
23 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
24 | MIDI_ENABLE = no # MIDI controls | ||
25 | AUDIO_ENABLE = no # Audio output on port C6 | ||
26 | UNICODE_ENABLE = no # Unicode | ||
27 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
28 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
29 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
31 | |||
32 | SPLIT_KEYBOARD = yes | ||
33 | LAYOUTS = ortho_5x12 ortho_4x12 | ||
diff --git a/keyboards/keebio/nyquist/rev3/rules.mk b/keyboards/keebio/nyquist/rev3/rules.mk index 31077066a..740ff8002 100644 --- a/keyboards/keebio/nyquist/rev3/rules.mk +++ b/keyboards/keebio/nyquist/rev3/rules.mk | |||
@@ -1,2 +1,33 @@ | |||
1 | BACKLIGHT_ENABLE = yes | 1 | MCU = atmega32u4 |
2 | RGBLIGHT_ENABLE = yes | 2 | |
3 | # Bootloader selection | ||
4 | # Teensy halfkay | ||
5 | # Pro Micro caterina | ||
6 | # Atmel DFU atmel-dfu | ||
7 | # LUFA DFU lufa-dfu | ||
8 | # QMK DFU qmk-dfu | ||
9 | # ATmega32A bootloadHID | ||
10 | # ATmega328P USBasp | ||
11 | BOOTLOADER = qmk-dfu | ||
12 | |||
13 | # Build Options | ||
14 | # change to "no" to disable the options, or define them in the Makefile in | ||
15 | # the appropriate keymap folder that will get included automatically | ||
16 | # | ||
17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
18 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
20 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
21 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
22 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
23 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
24 | MIDI_ENABLE = no # MIDI controls | ||
25 | AUDIO_ENABLE = no # Audio output on port C6 | ||
26 | UNICODE_ENABLE = no # Unicode | ||
27 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
28 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
29 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
31 | |||
32 | SPLIT_KEYBOARD = yes | ||
33 | LAYOUTS = ortho_5x12 ortho_4x12 | ||
diff --git a/keyboards/keebio/nyquist/rules.mk b/keyboards/keebio/nyquist/rules.mk deleted file mode 100644 index bf3b67621..000000000 --- a/keyboards/keebio/nyquist/rules.mk +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | # MCU name | ||
2 | MCU = atmega32u4 | ||
3 | |||
4 | # Bootloader selection | ||
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | ifneq (, $(findstring rev3, $(KEYBOARD))) | ||
13 | BOOTLOADER = qmk-dfu | ||
14 | else | ||
15 | BOOTLOADER = caterina | ||
16 | endif | ||
17 | |||
18 | # Build Options | ||
19 | # change to "no" to disable the options, or define them in the Makefile in | ||
20 | # the appropriate keymap folder that will get included automatically | ||
21 | # | ||
22 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
23 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
24 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
25 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
26 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
27 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
28 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
29 | MIDI_ENABLE = no # MIDI controls | ||
30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
31 | UNICODE_ENABLE = no # Unicode | ||
32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
33 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
34 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
35 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
36 | |||
37 | SPLIT_KEYBOARD = yes | ||
38 | LAYOUTS = ortho_5x12 ortho_4x12 | ||
39 | DEFAULT_FOLDER = keebio/nyquist/rev2 | ||