Browse Source

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

pull/3854/head
MechMerlin 5 years ago
committed by Drashna Jaelre
parent
commit
1a907a1627
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      keyboards/kbd6x/readme.md
  2. +1
    -1
      keyboards/kbd6x/rules.mk

+ 2
- 1
keyboards/kbd6x/readme.md View 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


+ 1
- 1
keyboards/kbd6x/rules.mk View 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)


Loading…
Cancel
Save