#author("2020-03-22T10:01:58+09:00","default:ichinomoto","ichinomoto") #author("2020-05-01T11:31:41+09:00","default:ichinomoto","ichinomoto") [[hard]] *keyboard [#h7ce6f27] **qmk [#yf86159c] [[https://github.com/ichinomoto/qmk_firmware]]~ [[https://github.com/ichinomoto/qmk_firmware]]~ firmwareビルド環境作成 ./util/qmk_install.sh avrdudeは入らないようなので手動で入れる sudo apt install avrdude ビルド make helix:ichinomoto ビルドして書き込み make helix:ichinomoto:flash **シリアルポート設定 [#i1bb4756] sudo vi /etc/udev/rules.d/50-serial.rules で以下を追加 KERNEL=="ttyACM[0-9]*", GROUP="dialout", MODE="0666" avrdudeでアクセスエラーになる場合はModemManagerが動いてないか確認してみる。あれば止めてみる。~ [[https://arduino.stackexchange.com/questions/61359/avrdude-error-butterfly-programmer-uses-avr-write-page-but-does-not-provide]]~ sudo systemctl stop ModemManager.service adslとかモデムを使わないなら消しても良い。 sudo systemctl disable ModemManager.service