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

[Keyboard] Move Moonlander to ZSA folder #22740

Merged
merged 1 commit into from
Dec 23, 2023
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
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@
"montsinger/rebound": {
"target": "montsinger/rebound/rev1"
},
"moonlander": {
"target": "zsa/moonlander"
},
"mschwingen/modelm": {
"target": "ibm/model_m/mschwingen"
},
Expand Down
19 changes: 0 additions & 19 deletions keyboards/moonlander/keymaps/shahn-neo/config.h

This file was deleted.

121 changes: 0 additions & 121 deletions keyboards/moonlander/keymaps/shahn-neo/keymap.c

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/moonlander/keymaps/shahn-neo/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Moonlander

![Moonlander](https://zsa.io/static/gallery-white-case-7a2ef555f8f7f4ce1b9030477b16e517.png)
![Moonlander](https://i.imgur.com/st2PCgph.png)

A next-gen split, ergonomic keyboard with an active left side, USB type C, integrated wrist rest, and a thumb cluster that can move.

Expand All @@ -11,11 +11,11 @@ A next-gen split, ergonomic keyboard with an active left side, USB type C, integ

Make example for this keyboard (after setting up your build environment):

make moonlander:default
make zsa/moonlander:default

Flashing example for this keyboard:

make moonlander:default:flash
make zsa/moonlander:default:flash

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

Expand Down Expand Up @@ -55,4 +55,4 @@ void housekeeping_task_user(void) {
// set layer
}
}
```
```
File renamed without changes.