initial commit for skeletyl

This commit is contained in:
2026-01-19 15:19:34 -08:00
commit 5da017ce83
2 changed files with 32 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# Skeletyl With QMK & Miryoku
Clone `qmk_firmware` from Gitea
```sh
git@gitea.tail017187.ts.net:lucasjensen/qmk_firmware.git
```
Checkout miryoku qmk
```
cd qmk_firmware # the above repo from Gitea
git remote add miryoku_qmk git@github.com:manna-harbour/miryoku_qmk.git # if using SSH
git remote add miryoku_qmk https://github.com/manna-harbour/miryoku_qmk.git # if using HTTPS
git fetch miryoku_qmk
git checkout --track miryoku_qmk/miryoku
make git-submodule
```
Build miryoku for Skeletyl using this repo
```
cd qmk # this repo
./skeletyl
```

5
skeletyl Executable file
View File

@@ -0,0 +1,5 @@
qmk compile -c -kb bastardkb/skeletyl/v2/splinky_3 -km manna-harbour_miryoku \
-e MIRYOKU_ALPHAS=QWERTY \
-e MIRYOKU_LAYERS=FLIP \
-e MIRYOKU_NAV=INVERTEDT \
-e MIRYOKU_CLIPBOARD=FUN