diff options
author | wanleg <32079073+wanleg@users.noreply.github.com> | 2018-08-30 09:34:14 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-30 09:34:14 -0700 |
commit | 2fcfd5cff7089338385c40a630315939a7a9ebbc (patch) | |
tree | 11e549f05d6141bc40ede234b319ec6edb54be4b /layouts/community/ortho_4x12/wanleg/rules.mk | |
parent | 2b707f3470afd10f2db9db17d096dda836535444 (diff) | |
download | qmk_firmware-2fcfd5cff7089338385c40a630315939a7a9ebbc.tar.gz qmk_firmware-2fcfd5cff7089338385c40a630315939a7a9ebbc.zip |
Keymap: Wanleg updates (#3794)
* various edits and minor additions
* updates
* updates
* updates
* lets_split LEDs off instructions
* lets_split LEDs off instructions
* turn off lets_split LEDs in userspace
* one-hand setup for right side
Diffstat (limited to 'layouts/community/ortho_4x12/wanleg/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/wanleg/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/wanleg/rules.mk b/layouts/community/ortho_4x12/wanleg/rules.mk index 79929689cb..69f377a015 100644 --- a/layouts/community/ortho_4x12/wanleg/rules.mk +++ b/layouts/community/ortho_4x12/wanleg/rules.mk @@ -3,4 +3,8 @@ SWAP_HANDS_ENABLE = yes ifeq ($(strip $(KEYBOARD)), jj40) SWAP_HANDS_ENABLE = no +endif + +ifeq ($(strip $(KEYBOARD)), 4x4) + SWAP_HANDS_ENABLE = no endif
\ No newline at end of file |