Skip to content

Commit

Permalink
Move Bootmagic config to data driven (qmk#19860)
Browse files Browse the repository at this point in the history
info.jsonへの移行項目だが、
defaultがfalseなので、指定自体を削除。
  • Loading branch information
jpskenn committed Nov 2, 2023
1 parent 10561bf commit 17ebd8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion keyboards/sandy/dn0020/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Build Options
BOOTMAGIC_ENABLE = no # 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
1 change: 0 additions & 1 deletion keyboards/sandy/dn0030/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Build Options
BOOTMAGIC_ENABLE = no # 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
1 change: 0 additions & 1 deletion keyboards/sandy/v01/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Build Options
BOOTMAGIC_ENABLE = no # 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 17ebd8d

Please sign in to comment.