diff options
| -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) |
