Skip to content

Commit

Permalink
BOOTMAGIC_ENABLEの記載を修正
Browse files Browse the repository at this point in the history
QMKが2021/11/27の更新で、BOOTMAGIC_ENABLEにyesもしくはno以外の引数を指定するとコンパイルエラーとなるようになったため。
yesが旧来のliteの意味となった。
cf. qmk/qmk_firmware#15002
  • Loading branch information
h-mikisato committed May 14, 2022
1 parent 318a1d1 commit 22ed58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tone_rev2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
Expand Down

0 comments on commit 22ed58e

Please sign in to comment.