You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
documentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I wrote a draft document how to configure your own keymap.
It is in Japanese, but I'll translate to English later.
GitHubでforkする
既存のキーマップ(ディレクトリ)をコピーする
$ cp -Rp qmk_firmware/keyboards/keyball/keyball61/keymaps/{via,mykeymap}keyball61は自分の使ってるキーボードに合わせてkeyball39などに変えるVIA機能が要らなければ
viaの代わりにdefaultでも良いmykeymapは既存のものと被らなければ自分の好きな名前で良い自前キーマップを書き換える
rules.mk: OLEDやLEDといった機能を有効化・無効化できる
config.h:
#defineで設定できるパラメーターなどkeymap.c: デフォルトのキーマップやそのほかロジックが必要な機能
GitHub Actionsを、自前キーマップをビルドするように書き換える
.github/workflows/keyball{39,46,61}.yml 内の
qmk compileの前に自前の分を書き足す例:
commitしてpush
All reactions