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
-
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
Beta Was this translation helpful? Give feedback.
All reactions