From 01eec6822c12842ed171ba99bff1f07957b2f86f Mon Sep 17 00:00:00 2001 From: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Date: Mon, 6 Mar 2023 01:09:33 -0500 Subject: [PATCH] fix: bootmagic lite no longer exists (#364) --- keyboards/boston/keymaps/vial/rules.mk | 30 ------------------- .../lets_split_eh/keymaps/vial/rules.mk | 2 +- .../reviung/reviung34/keymaps/vial/rules.mk | 12 ++++---- keyboards/xiudi/xd75/keymaps/vial/rules.mk | 1 - 4 files changed, 7 insertions(+), 38 deletions(-) diff --git a/keyboards/boston/keymaps/vial/rules.mk b/keyboards/boston/keymaps/vial/rules.mk index 7bd6d0bcff..15191c44e9 100644 --- a/keyboards/boston/keymaps/vial/rules.mk +++ b/keyboards/boston/keymaps/vial/rules.mk @@ -1,33 +1,3 @@ -# MCU name -MCU = STM32F072 - -# Bootloader selection -BOOTLOADER = stm32-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -NKRO_ENABLE = yes # USB Nkey Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -BLUETOOTH_ENABLE = no # Enable Bluetooth -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes - -# Enter lower-power sleep mode when on the ChibiOS idle thread -OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE - -# RGB setting -WS2812_DRIVER = bitbang - #Vial VIA_ENABLE = yes VIAL_ENABLE = yes diff --git a/keyboards/maple_computing/lets_split_eh/keymaps/vial/rules.mk b/keyboards/maple_computing/lets_split_eh/keymaps/vial/rules.mk index 9e928af8da..46e3d41ae6 100644 --- a/keyboards/maple_computing/lets_split_eh/keymaps/vial/rules.mk +++ b/keyboards/maple_computing/lets_split_eh/keymaps/vial/rules.mk @@ -1,6 +1,6 @@ # Build options BACKLIGHT_ENABLE = no -BOOTMAGIC_ENABLE = lite +BOOTMAGIC_ENABLE = yes COMBO_ENABLE = yes KEY_OVERRIDE_ENABLE = no LTO_ENABLE = yes diff --git a/keyboards/reviung/reviung34/keymaps/vial/rules.mk b/keyboards/reviung/reviung34/keymaps/vial/rules.mk index a028b58459..e6cbeabf73 100644 --- a/keyboards/reviung/reviung34/keymaps/vial/rules.mk +++ b/keyboards/reviung/reviung34/keymaps/vial/rules.mk @@ -1,9 +1,9 @@ -BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # USB Nkey Rollover +BOOTMAGIC_ENABLE = yes +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = no +COMMAND_ENABLE = no +NKRO_ENABLE = yes # reviung34_rgb RGBLIGHT_ENABLE = yes diff --git a/keyboards/xiudi/xd75/keymaps/vial/rules.mk b/keyboards/xiudi/xd75/keymaps/vial/rules.mk index 00136ad36a..096eb4eeb2 100644 --- a/keyboards/xiudi/xd75/keymaps/vial/rules.mk +++ b/keyboards/xiudi/xd75/keymaps/vial/rules.mk @@ -1,5 +1,4 @@ # Build options -BOOTMAGIC_ENABLE = lite COMBO_ENABLE = yes KEY_OVERRIDE_ENABLE = no LTO_ENABLE = yes