diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-09-04 13:29:58 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-09-04 13:29:58 -0700 |
| commit | 1a907a1627796468c5d93c091168fede5893bbc7 (patch) | |
| tree | b01593d72f06d9296415909d183327948b2aaae4 | |
| parent | 224b4dea9805412d0f4b677dc22c1c4fca79a9de (diff) | |
| download | qmk_firmware-1a907a1627796468c5d93c091168fede5893bbc7.tar.gz qmk_firmware-1a907a1627796468c5d93c091168fede5893bbc7.zip | |
Keyboard: formatting changes for readme and enable bootmagic (#3851)
| -rw-r--r-- | keyboards/kbd6x/readme.md | 3 | ||||
| -rw-r--r-- | keyboards/kbd6x/rules.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/kbd6x/readme.md b/keyboards/kbd6x/readme.md index 625ec8968..b50646ace 100644 --- a/keyboards/kbd6x/readme.md +++ b/keyboards/kbd6x/readme.md | |||
| @@ -4,7 +4,8 @@ A WKL Hot Swap Double USB C 60% | |||
| 4 | 4 | ||
| 5 | Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) | 5 | Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) |
| 6 | Hardware Supported: KBD6x PCB | 6 | Hardware Supported: KBD6x PCB |
| 7 | Hardware Availability: [KBDFans](https://kbdfans.cn/products/kbd6x-wkl-hot-swap-60-double-type-c-pcb) | 7 | Hardware Availability: [KBDFans](https://kbdfans.cn/products/kbd6x-wkl-hot-swap-60-double-type-c-pcb) |
| 8 | |||
| 8 | Make example for this keyboard (after setting up your build environment): | 9 | Make example for this keyboard (after setting up your build environment): |
| 9 | 10 | ||
| 10 | make kbd6x:default | 11 | make kbd6x:default |
diff --git a/keyboards/kbd6x/rules.mk b/keyboards/kbd6x/rules.mk index b8acb7ad9..5c7a3877e 100644 --- a/keyboards/kbd6x/rules.mk +++ b/keyboards/kbd6x/rules.mk | |||
| @@ -51,7 +51,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE = yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
