diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-10-22 12:35:09 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 12:35:09 -0700 |
commit | bf57587e6203e3bcabbc161c1d45b9a6cc7abfaa (patch) | |
tree | 1e1a74751b86e47e2b9c649e254d2299d6d9a78c /layouts/community/ortho_4x12/wanleg/rules.mk | |
parent | 47dcda1087a2aa3bbb46d69c5cf682bf45650a8b (diff) |
Keyboard: Zlant refactor and Configurator support (#3678)
* Matrix/keymap refactor
White space and readability updates
* Configurator support
Added info.json file.
* Readme update
Markdown formatting
* Add support for ortho_4x12 keymaps
* Added planck_mit layout support
* Disable SWAP_HANDS_ENABLE for zlant:wanleg keymap
* Disable BACKLIGHT_ENABLE for zlant:bakingpy keymap
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 69f377a015..fa433a6b0d 100644 --- a/layouts/community/ortho_4x12/wanleg/rules.mk +++ b/layouts/community/ortho_4x12/wanleg/rules.mk @@ -7,4 +7,8 @@ endif ifeq ($(strip $(KEYBOARD)), 4x4) SWAP_HANDS_ENABLE = no +endif + +ifeq ($(strip $(KEYBOARD)), zlant) + SWAP_HANDS_ENABLE = no endif
\ No newline at end of file |