summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps/yttyx/config.h
diff options
context:
space:
mode:
authoryttyx <yttyx@users.noreply.github.com>2018-07-08 02:36:01 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-08 02:36:01 +0200
commit978fa700d8dc7e857518be4af30ff06d1469ccd3 (patch)
treedb69646994a5e4cfd1e102ff2910d4bb4ef82b66 /keyboards/atreus/keymaps/yttyx/config.h
parent03766619d5646759182410f70d1a7f083c11e87d (diff)
downloadqmk_firmware-978fa700d8dc7e857518be4af30ff06d1469ccd3.tar.gz
qmk_firmware-978fa700d8dc7e857518be4af30ff06d1469ccd3.tar.xz
Added my Balance 12 layout for Atreus (#3336)
* New Balance Twelve-based layout for the Atreus keyboard * Rearrange cursor keys. Fix layout comment typo. * Added Balance 12 layout for Atreus * Changes following review.
Diffstat (limited to 'keyboards/atreus/keymaps/yttyx/config.h')
-rw-r--r--keyboards/atreus/keymaps/yttyx/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/atreus/keymaps/yttyx/config.h b/keyboards/atreus/keymaps/yttyx/config.h
new file mode 100644
index 000000000..68e0225e0
--- /dev/null
+++ b/keyboards/atreus/keymaps/yttyx/config.h
@@ -0,0 +1,12 @@
+#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
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
+#endif