diff options
Diffstat (limited to 'keyboards/s60-x/keymaps/ansi_qwertz/config.h')
| -rw-r--r-- | keyboards/s60-x/keymaps/ansi_qwertz/config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/s60-x/keymaps/ansi_qwertz/config.h b/keyboards/s60-x/keymaps/ansi_qwertz/config.h new file mode 100644 index 000000000..6c01d579f --- /dev/null +++ b/keyboards/s60-x/keymaps/ansi_qwertz/config.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #ifndef CONFIG_USER_H | ||
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | |||
| 6 | // keymap needs oneshot functionality | ||
| 7 | #undef NO_ACTION_ONESHOT | ||
| 8 | |||
| 9 | #undef IS_COMMAND | ||
| 10 | #define IS_COMMAND() ( \ | ||
| 11 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 12 | ) | ||
| 13 | |||
| 14 | #endif \ No newline at end of file | ||
