rules.mk 170 B

12345678910
  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