diff options
author | Felix Uhl <felix.uhl@outlook.de> | 2016-08-14 00:41:09 +0200 |
---|---|---|
committer | Felix Uhl <felix.uhl@outlook.de> | 2016-08-14 00:41:09 +0200 |
commit | 911cc6832598ac9b637fdb11448354d418c197c4 (patch) | |
tree | a202d768e782f2a8edd8a4344203e0782bc6dcf2 /keyboards/s60-x/Makefile | |
parent | 4725942dc71c2f386d8323865a6255f4dfd2785b (diff) | |
download | qmk_firmware-911cc6832598ac9b637fdb11448354d418c197c4.tar.gz qmk_firmware-911cc6832598ac9b637fdb11448354d418c197c4.zip |
Added all original S60-X keymaps
All keymaps that were included in VinnyCordeiro's repository were ported to QMK.
Main Readme was copied over from VC's repo, slightly altered.
Main Makefile was updated to reflect VC's original configuration.
Small changes in felix keymap.
Diffstat (limited to 'keyboards/s60-x/Makefile')
-rw-r--r-- | keyboards/s60-x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/s60-x/Makefile b/keyboards/s60-x/Makefile index 57edd5e036..8b51d4609f 100644 --- a/keyboards/s60-x/Makefile +++ b/keyboards/s60-x/Makefile @@ -53,7 +53,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 ?= yes # Mouse keys(+4700) EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) CONSOLE_ENABLE ?= yes # Console for debug(+400) |