diff options
author | Geoff Lane <geoff@zorched.net> | 2019-01-29 18:28:37 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-29 15:28:37 -0800 |
commit | d0a7e96d1e300fd722b9c5f93056d58867116bc4 (patch) | |
tree | 19ea466fa79e61027770cbfad8d423229fff2404 /keyboards/s65_x/rules.mk | |
parent | f0e0a67ea56e1830e3b89382e4739a9fcbfac509 (diff) |
S60x Make Default standard layout and have separate Mac OS one (#4964)
* Make Default standard layout
Move Mac OS layout to a separate layout. Basically Mac has the Alt and GUI keys swapped
* Fix typos
* Use Bootmagic keys instead of separate MacOS keymap
Diffstat (limited to 'keyboards/s65_x/rules.mk')
-rw-r--r-- | keyboards/s65_x/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/s65_x/rules.mk b/keyboards/s65_x/rules.mk index c97f7323e2..598e269cbf 100644 --- a/keyboards/s65_x/rules.mk +++ b/keyboards/s65_x/rules.mk @@ -53,7 +53,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) +BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |