summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps/yttyx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreus/keymaps/yttyx/config.h')
-rw-r--r--keyboards/atreus/keymaps/yttyx/config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/atreus/keymaps/yttyx/config.h b/keyboards/atreus/keymaps/yttyx/config.h
index 68e0225e0..b9e113ec0 100644
--- a/keyboards/atreus/keymaps/yttyx/config.h
+++ b/keyboards/atreus/keymaps/yttyx/config.h
@@ -1,12 +1,4 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#define ONESHOT_TIMEOUT 500 // Time (in ms) before the one shot key is released
-
-// Disable some options to reduce firmware size
-#define NO_PRINT
-#define NO_ACTION_TAPPING
+#pragma once
+#define NO_ACTION_ONESHOT
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
-
-#endif