rules.mk 236 B

1234567891011121314
  1. AUDIO_ENABLE = no
  2. SWAP_HANDS_ENABLE = yes
  3. ifeq ($(strip $(KEYBOARD)), jj40)
  4. SWAP_HANDS_ENABLE = no
  5. endif
  6. ifeq ($(strip $(KEYBOARD)), 4x4)
  7. SWAP_HANDS_ENABLE = no
  8. endif
  9. ifeq ($(strip $(KEYBOARD)), zlant)
  10. SWAP_HANDS_ENABLE = no
  11. endif