rules.mk 933 B

12345678910111213141516171819
  1. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  2. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  3. NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  4. USE_I2C = yes
  5. TAP_DANCE_ENABLE = yes
  6. CONSOLE_ENABLE = no # Console for debug(+400)
  7. COMMAND_ENABLE = no # Commands for debug and configuration
  8. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  9. MIDI_ENABLE = no # MIDI controls
  10. AUDIO_ENABLE = no # Audio output on port C6
  11. UNICODE_ENABLE = yes # Unicode
  12. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  13. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
  14. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  15. ifndef QUANTUM_DIR
  16. include ../../../../Makefile
  17. endif