diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2017-08-19 22:05:18 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-20 11:51:57 -0400 |
commit | e74a95bf268660b4f338aa49ff9a683248b18b45 (patch) | |
tree | 78adf1b7e98b62e5880c53cc2bf82680c455d604 /keyboards/gherkin/keymaps/steno/config.h | |
parent | bae1144a9f45e0b9157cc489ab0b6c66f3cd22cb (diff) |
Keymap tweaks.
Diffstat (limited to 'keyboards/gherkin/keymaps/steno/config.h')
-rw-r--r-- | keyboards/gherkin/keymaps/steno/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/gherkin/keymaps/steno/config.h b/keyboards/gherkin/keymaps/steno/config.h new file mode 100644 index 0000000000..abacefa01d --- /dev/null +++ b/keyboards/gherkin/keymaps/steno/config.h @@ -0,0 +1,12 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define NO_ACTION_LAYER +#define NO_ACTION_TAPPING +#define NO_ACTION_ONESHOT +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION + +#endif
\ No newline at end of file |