Fix some additional bootmagic settings (#13979)
This commit is contained in:
parent
799c2bdfa3
commit
477365912d
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
一部のキーボードでは、ブートマジックはデフォルトで無効になっています。その場合、`rules.mk` 内で以下のように明示的に有効にする必要があります:
|
||||
|
||||
```make
|
||||
BOOTMAGIC_ENABLE = full
|
||||
BOOTMAGIC_ENABLE = yes
|
||||
```
|
||||
|
||||
?> `full` の代わりに `yes` が使われていることがあるかもしれませんが、これは問題ありません。ただし、`yes` は非推奨で、理想的には `full` (あるいは`lite`) が使われるべきです。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue