1
0
Fork 0

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
This commit is contained in:
noroadsleft 2018-10-22 12:35:09 -07:00 committed by Drashna Jaelre
parent 47dcda1087
commit bf57587e62
7 changed files with 77 additions and 24 deletions

View file

@ -3,4 +3,8 @@ ifeq ($(LAYOUTS_HAS_RGB),yes)
RGBLIGHT_ENABLE = yes
endif
AUDIO_ENABLE = no
BACKLIGHT_ENABLE = yes
ifeq ($(strip $(KEYBOARD)), zlant)
BACKLIGHT_ENABLE = no
else
BACKLIGHT_ENABLE = yes
endif

View file

@ -7,4 +7,8 @@ endif
ifeq ($(strip $(KEYBOARD)), 4x4)
SWAP_HANDS_ENABLE = no
endif
ifeq ($(strip $(KEYBOARD)), zlant)
SWAP_HANDS_ENABLE = no
endif