]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: formatting changes for readme and enable bootmagic (#3851)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 4 Sep 2018 20:29:58 +0000 (13:29 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 4 Sep 2018 20:29:58 +0000 (13:29 -0700)
keyboards/kbd6x/readme.md
keyboards/kbd6x/rules.mk

index 625ec8968b2dc98f1227da2b96656c6d775b0d86..b50646ace13141b2abce9aceaefca11a9cef315b 100644 (file)
@@ -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
index b8acb7ad9908c27e783938ffd80d8bba4d4c10d1..5c7a3877eefa830a7728d443cf42e28334bf6a75 100644 (file)
@@ -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)