mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-03 20:42:43 +00:00
Added helix keyboard build NEW method.
No change in build result. ## Helix build $ make helix:default ## no oled, no backlight, no underglow $ make helix/rev2/back:default ## no oled, with backlight, no underglow $ make helix/rev2/under:default ## no oled, no backlight, with underglow $ make helix/rev2/oled:default ## with oled, no backlight, not underglow $ make helix/rev2/oled/back:default ## with oled, with backlight, no underglow $ make helix/rev2/back/oled:default ## with oled, with backlight, no underglow $ make helix/rev2/oled/under:default ## with oled, no backlight, with underglow $ make helix/rev2/under/oled:default ## with oled, no backlight, with underglow ## Helix pico build $ make helix/pico:default ## no oled, no backlight, no underglow $ make helix/pico/back:default ## no oled, with backlight, no underglow $ make helix/pico/under:default ## no oled, no backlight, with underglow $ make helix/pico/oled:default ## with oled, no backlight, not underglow
This commit is contained in:
parent
7f5fc458c1
commit
ec3dbfc243
1
keyboards/helix/pico/back/rules.mk
Normal file
1
keyboards/helix/pico/back/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
LED_BACK_ENABLE = yes
|
@ -116,11 +116,18 @@ $ cd qmk_firmware
|
||||
build
|
||||
```
|
||||
$ make helix/pico:default
|
||||
$ make helix/pico/back:default # with backlight
|
||||
$ make helix/pico/under:default # with underglow
|
||||
$ make helix/pico/oled:default # with oled
|
||||
```
|
||||
|
||||
flash to keyboard
|
||||
```
|
||||
$ make helix/pico:default:avrdude
|
||||
$ make helix/pico/back:default:avrdude # with backlight
|
||||
$ make helix/pico/under:default:avrdude # with underglow
|
||||
$ make helix/pico/oled:default:avrdude # with oled
|
||||
|
||||
```
|
||||
|
||||
## Link
|
||||
|
1
keyboards/helix/pico/oled/rules.mk
Normal file
1
keyboards/helix/pico/oled/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
OLED_ENABLE = yes
|
1
keyboards/helix/pico/under/rules.mk
Normal file
1
keyboards/helix/pico/under/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
LED_UNDERGLOW_ENABLE = yes
|
1
keyboards/helix/rev2/back/oled/rules.mk
Normal file
1
keyboards/helix/rev2/back/oled/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
OLED_ENABLE = yes
|
1
keyboards/helix/rev2/back/rules.mk
Normal file
1
keyboards/helix/rev2/back/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
LED_BACK_ENABLE = yes
|
@ -130,11 +130,22 @@ $ cd qmk_firmware
|
||||
build
|
||||
```
|
||||
$ make helix:default
|
||||
$ make helix/rev2/back:default # with backlight
|
||||
$ make helix/rev2/under:default # with underglow
|
||||
$ make helix/rev2/oled:default # with oled
|
||||
$ make helix/rev2/oled/back:default # with oled and backlight
|
||||
$ make helix/rev2/oled/under:default # with oled and underglow
|
||||
```
|
||||
|
||||
flash to keyboard
|
||||
```
|
||||
$ make helix:default:avrdude
|
||||
$ make helix/rev2/back:default:avrdude # with backlight
|
||||
$ make helix/rev2/under:default:avrdude # with underglow
|
||||
$ make helix/rev2/oled:default:avrdude # with oled
|
||||
$ make helix/rev2/oled/back:default:avrdude # with oled and backlight
|
||||
$ make helix/rev2/oled/under:default:avrdude # with oled and underglow
|
||||
|
||||
```
|
||||
|
||||
## Link
|
||||
|
1
keyboards/helix/rev2/oled/back/rules.mk
Normal file
1
keyboards/helix/rev2/oled/back/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
LED_BACK_ENABLE = yes
|
1
keyboards/helix/rev2/oled/rules.mk
Normal file
1
keyboards/helix/rev2/oled/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
OLED_ENABLE = yes
|
1
keyboards/helix/rev2/oled/under/rules.mk
Normal file
1
keyboards/helix/rev2/oled/under/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
LED_UNDERGLOW_ENABLE = yes
|
1
keyboards/helix/rev2/under/oled/rules.mk
Normal file
1
keyboards/helix/rev2/under/oled/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
OLED_ENABLE = yes
|
1
keyboards/helix/rev2/under/rules.mk
Normal file
1
keyboards/helix/rev2/under/rules.mk
Normal file
@ -0,0 +1 @@
|
||||
LED_UNDERGLOW_ENABLE = yes
|
Loading…
Reference in New Issue
Block a user