1234567891011121314 |
- AUDIO_ENABLE = no
- SWAP_HANDS_ENABLE = yes
- ifeq ($(strip $(KEYBOARD)), jj40)
- SWAP_HANDS_ENABLE = no
- endif
- ifeq ($(strip $(KEYBOARD)), 4x4)
- SWAP_HANDS_ENABLE = no
- endif
- ifeq ($(strip $(KEYBOARD)), zlant)
- SWAP_HANDS_ENABLE = no
- endif
|