diff options
Diffstat (limited to 'layouts/community/ortho_4x12/wanleg/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/wanleg/rules.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/wanleg/rules.mk b/layouts/community/ortho_4x12/wanleg/rules.mk new file mode 100644 index 0000000000..e8277610b6 --- /dev/null +++ b/layouts/community/ortho_4x12/wanleg/rules.mk @@ -0,0 +1,10 @@ +AUDIO_ENABLE = no +SWAP_HANDS_ENABLE = no + +ifeq ($(strip $(KEYBOARD)), lets_split/rev2) + SWAP_HANDS_ENABLE = yes +endif + +ifeq ($(strip $(KEYBOARD)), planck/rev6) + AUDIO_ENABLE = yes +endif
\ No newline at end of file |