aboutsummaryrefslogtreecommitdiffstats
path: root/users/pvinis/config.h
diff options
context:
space:
mode:
authorPavlos Vinieratos <pvinis@gmail.com>2020-04-13 20:59:04 +0200
committerGitHub <noreply@github.com>2020-04-13 11:59:04 -0700
commitf6b40da7f854d461f30a3e525f4e36e51dac5db4 (patch)
tree84f56671b52ae7a33913e672e22300ba90a63da5 /users/pvinis/config.h
parent6fb048fdafe58897f64efa8c4b9455bbcb992110 (diff)
downloadfirmware-f6b40da7f854d461f30a3e525f4e36e51dac5db4.tar.gz
firmware-f6b40da7f854d461f30a3e525f4e36e51dac5db4.tar.bz2
firmware-f6b40da7f854d461f30a3e525f4e36e51dac5db4.zip
update pvinis keymap (#8746)
* update a bunch of stuff Better rules, better config, added encoders, lights, audio. * some fmt * more fmt
Diffstat (limited to 'users/pvinis/config.h')
-rw-r--r--users/pvinis/config.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/users/pvinis/config.h b/users/pvinis/config.h
index 8e2efb40a..14ec0dc8f 100644
--- a/users/pvinis/config.h
+++ b/users/pvinis/config.h
@@ -1,10 +1,9 @@
#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
+
+#if defined(MOUSE_KEYS)
+# define MOUSEKEY_WHEEL_TIME_TO_MAX 1
+#endif