summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/keymaps/peterfalken/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/preonic/keymaps/peterfalken/rules.mk')
-rw-r--r--keyboards/preonic/keymaps/peterfalken/rules.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/peterfalken/rules.mk b/keyboards/preonic/keymaps/peterfalken/rules.mk
new file mode 100644
index 0000000000..a33c6c1ddb
--- /dev/null
+++ b/keyboards/preonic/keymaps/peterfalken/rules.mk
@@ -0,0 +1,8 @@
+# Setup keymap QMK features
+# TODO: Check for space optimizations
+AUDIO_ENABLE = yes # Enable Audio Output
+ENCODER_ENABLE = no # Disable encoder
+
+ifeq ($(strip $(AUDIO_ENABLE)), yes)
+ SRC += muse.c
+endif