rules.mk 394 B

12345678910111213141516171819
  1. # Change from yes to no to disable features
  2. # Enables Audio control and System control Keycodes
  3. EXTRAKEY_ENABLE = yes
  4. # Enables Mousekeys
  5. MOUSEKEY_ENABLE = yes
  6. # Encoder Support
  7. ENCODER_ENABLE = yes
  8. # Use Enocoder Mapping
  9. ENCODER_MAP_ENABLE = yes
  10. # Enables RGB Matrix
  11. RGB_MATRIX_ENABLE = yes
  12. # Allows use of `qmk console` for debugging
  13. # CONSOLE_ENABLE = yes
  14. # Enables VIA
  15. VIA_ENABLE = yes