2
0

rules.mk 319 B

123456789101112131415
  1. ifndef QUANTUM_DIR
  2. include ../../../../Makefile
  3. endif
  4. # https://beta.docs.qmk.fm/reference/config-options#feature-options
  5. # Features Specifically Wanted
  6. EXTRAKEY_ENABLE = yes
  7. STENO_ENABLE = yes
  8. NKRO_ENABLE = yes
  9. AUDIO_ENABLE = yes
  10. # Features taking up space
  11. MOUSEKEY_ENABLE = no
  12. MIDI_ENABLE = no
  13. CONSOLE_ENABLE = no