rules.mk 554 B

123456789101112131415
  1. # Copyright 2022 Ryan Neff (@JellyTitan)
  2. # SPDX-License-Identifier: GPL-2.0-or-later
  3. # Turn on mouse:
  4. MOUSEKEY_ENABLE = yes
  5. # Turn on tap dance:
  6. TAP_DANCE_ENABLE = yes
  7. # Dynamic Tapping Term:
  8. DYNAMIC_TAPPING_TERM_ENABLE = yes
  9. # Replicates the normal keyswitch layer handling functionality, but with encoders:
  10. ENCODER_MAP_ENABLE = yes
  11. # Console for debug:
  12. # This is enabled by the parent iris rev6a config - turning it off saves us some space.
  13. # You can find the other iris default options here: keyboards/keebio/iris/rev6a/rules.mk
  14. CONSOLE_ENABLE = no