Просмотр исходного кода

Keyboard: formatting changes for readme and enable bootmagic (#3851)

MechMerlin 6 лет назад
Родитель
Сommit
1a907a1627
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 1
      keyboards/kbd6x/readme.md
  2. 1 1
      keyboards/kbd6x/rules.mk

+ 2 - 1
keyboards/kbd6x/readme.md

@@ -4,7 +4,8 @@ A WKL Hot Swap Double USB C 60%
 
 Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)  
 Hardware Supported: KBD6x PCB  
-Hardware Availability: [KBDFans](https://kbdfans.cn/products/kbd6x-wkl-hot-swap-60-double-type-c-pcb)
+Hardware Availability: [KBDFans](https://kbdfans.cn/products/kbd6x-wkl-hot-swap-60-double-type-c-pcb)  
+
 Make example for this keyboard (after setting up your build environment):
 
     make kbd6x:default

+ 1 - 1
keyboards/kbd6x/rules.mk

@@ -51,7 +51,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 # Build Options
 #   change yes to no to disable
 #
-BOOTMAGIC_ENABLE = no      # Virtual DIP switch configuration(+1000)
+BOOTMAGIC_ENABLE = yes      # Virtual DIP switch configuration(+1000)
 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 CONSOLE_ENABLE = yes        # Console for debug(+400)