Skip to content

Commit

Permalink
fix a formula
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Apr 6, 2024
1 parent 900eca8 commit c3b9ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmk_firmware/keyboards/keyball/lib/keyball/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Keyballのセンサーは感度がとても高い。
ビット数を節約する目的で $n$ が取りうる値は 1~7 の範囲とした。
結果実際の割る数は以下の式で計算できる。
$$ 2 ^ (n - 1) $$
$$ 2 ^ {(n - 1)} $$
$n$ の初期値は 4 で 1/8 になることを意味する。
この値は config.h で `KEYBALL_SCROLL_DIV_DEFAULT` マクロを定義することで変更できる。
Expand Down

0 comments on commit c3b9ff4

Please sign in to comment.