aboutsummaryrefslogtreecommitdiffstats
path: root/users/pvinis/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/pvinis/config.h')
-rw-r--r--users/pvinis/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/pvinis/config.h b/users/pvinis/config.h
new file mode 100644
index 000000000..8e2efb40a
--- /dev/null
+++ b/users/pvinis/config.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#ifdef AUDIO_ENABLE
+// #define STARTUP_SONG SONG(SONIC_RING)
+// #define DAC_SAMPLE_MAX 65535U // maybe this works for volume?
+#endif
+
+// allow rolling when keys have hold functionality
+#define IGNORE_MOD_TAP_INTERRUPT
+// #define TAPPING_TERM 150