mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 17:04:50 +00:00
d4c935d8fa
by JellyTitan
15 lines
554 B
Makefile
15 lines
554 B
Makefile
# Copyright 2022 Ryan Neff (@JellyTitan)
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Turn on mouse:
|
|
MOUSEKEY_ENABLE = yes
|
|
# Turn on tap dance:
|
|
TAP_DANCE_ENABLE = yes
|
|
# Dynamic Tapping Term:
|
|
DYNAMIC_TAPPING_TERM_ENABLE = yes
|
|
# Replicates the normal keyswitch layer handling functionality, but with encoders:
|
|
ENCODER_MAP_ENABLE = yes
|
|
# Console for debug:
|
|
# This is enabled by the parent iris rev6a config - turning it off saves us some space.
|
|
# You can find the other iris default options here: keyboards/keebio/iris/rev6a/rules.mk
|
|
CONSOLE_ENABLE = no
|