diff options
Diffstat (limited to 'layouts/community/ortho_5x15/wanleg/rules.mk')
-rw-r--r-- | layouts/community/ortho_5x15/wanleg/rules.mk | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/layouts/community/ortho_5x15/wanleg/rules.mk b/layouts/community/ortho_5x15/wanleg/rules.mk index e36226fb2e..96bbaa458e 100644 --- a/layouts/community/ortho_5x15/wanleg/rules.mk +++ b/layouts/community/ortho_5x15/wanleg/rules.mk @@ -1 +1,11 @@ -SWAP_HANDS_ENABLE = no
\ No newline at end of file +#ifeq ($(strip $(KEYBOARD)), xd75) +#or +#ifeq (,$(findstring xd75,$(KEYBOARD))) +#something +#endif + +#ifeq ($(strip $(KEYBOARD)), 40percentclub/5x5) +#or +#ifeq (,$(findstring 40percentclub/5x5,$(KEYBOARD))) +#something +#endif
\ No newline at end of file |