diff options
author | yttyx <yttyx@users.noreply.github.com> | 2018-07-08 01:36:01 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-07 17:36:01 -0700 |
commit | 978fa700d8dc7e857518be4af30ff06d1469ccd3 (patch) | |
tree | db69646994a5e4cfd1e102ff2910d4bb4ef82b66 /keyboards/atreus/keymaps/yttyx/config.h | |
parent | 03766619d5646759182410f70d1a7f083c11e87d (diff) |
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.h | 12 |
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 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 |