Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce helix build variation2 #31

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keyboards/helix/pico/keymaps/default/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ make helix/pico/under:default # with underglow

build (experimental use of split_common with backlight)
```
$ make helix/pico/split_common:default
$ make helix/pico/sc:default
```

flash to keyboard
Expand Down
2 changes: 1 addition & 1 deletion keyboards/helix/rev2/keymaps/default/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ $ make HELIX=no-oled helix:default # without oled

build (experimental use of split_common with backlight and oled)
```
$ make helix/rev2/split_common:default
$ make helix/rev2/sc:default
```

flash to keyboard
Expand Down