diff options
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 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 |