Yowkees / keyball

keyball is split keyboard has 100% track ball
GNU General Public License v3.0
576 stars 405 forks source link

【keyball39】QMK firmwareでビルドしたhexファイルを書き込むとキーマップが反転する #566

Closed TakumiMurai closed 5 months ago

TakumiMurai commented 5 months ago

背景

オートマウスレイヤーやOLEDをカスタマイズしたく、QMK firmwareの環境構築を行い公式のファームウェアをビルドして動作確認しようとしたところ、キーマップやポインタの動きが反転してしまいました(裏返して使っているようなイメージ)

やったこと

  1. QMK firmwareのインストール
  2. keyballリポジトリのクローン
  3. make keyball/keyball39:viaコマンドの実行
  4. pro micro web updaterを用いて書き込み

環境

QMK firmware ver. 0.24.7 windows 11

その他

公式で案内のあったremap上のファームウェア書き込みでは正しく動作しております。 逆転症状が発生している状態でremapを確認すると、正しいキーマップが表示されます。

何卒よろしくお願いいたします。

okuRaku commented 5 months ago

Keyball relies on an older version of QMK than 0.24.7. I noticed the same behavior you did when I tried to use newer QMK, however other features will also break I believe. Try 0.22.14 instead. How to check out this specific version for your local build environment is detailed here in step 2 (basically, check out the versioned tag)

Good luck and have fun tinkering :)

TakumiMurai commented 5 months ago

Thanks! With 0.22.14, built firmware worked correctly. I didn't know there is official firmware build guide.

I will close this issue.