summaryrefslogtreecommitdiff
path: root/keyboards/atreus/keymaps/yttyx/config.h
diff options
context:
space:
mode:
authoryttyx <yttyx@users.noreply.github.com>2019-03-03 18:34:41 +0000
committerDrashna Jaelre <drashna@live.com>2019-03-03 10:34:41 -0800
commit33806947409e23dcba7cef75d2977d3cffc7cec8 (patch)
treecc24997c62f2ae547c540a2da4a9b6fb9cead31e /keyboards/atreus/keymaps/yttyx/config.h
parentf9f04ff2a4318798a79e6ec242ae773fdb80b069 (diff)
Update Atreus layout to match the Niu layout. Fix Niu comment typo. (#5297)
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 68e0225e00..b9e113ec0b 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