diff options
author | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
---|---|---|
committer | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
commit | 49046f621bc8304c8c7ba7a065d2568f45ecc616 (patch) | |
tree | 4a1fc5d37e012502ff4732c801381eec814a2e01 /keyboards/s60_x/keymaps/ansi_qwertz/config.h | |
parent | 9e7448ea89a1a88317f0acb805819af79d0a76e3 (diff) | |
parent | c5cef025ec39e67408f000825747d88c6aaa86eb (diff) | |
download | firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.tar.gz firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.tar.bz2 firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.zip |
Merge tag '0.5.43' into coderkun_neo2
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 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// keymap needs oneshot functionality +#undef NO_ACTION_ONESHOT + +#undef IS_COMMAND +#define IS_COMMAND() ( \ + keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ +) + +#endif
\ No newline at end of file |