From 978fa700d8dc7e857518be4af30ff06d1469ccd3 Mon Sep 17 00:00:00 2001 From: yttyx Date: Sun, 8 Jul 2018 01:36:01 +0100 Subject: 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. --- keyboards/atreus/keymaps/yttyx/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/atreus/keymaps/yttyx/config.h (limited to 'keyboards/atreus/keymaps/yttyx/config.h') diff --git a/keyboards/atreus/keymaps/yttyx/config.h b/keyboards/atreus/keymaps/yttyx/config.h new file mode 100644 index 0000000000..68e0225e00 --- /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 -- cgit v1.2.3