Minor changes to felix keymap

This commit is contained in:
Felix Uhl 2016-08-15 22:57:26 +02:00
commit faa3fd48ae
3 changed files with 54 additions and 17 deletions

View file

@ -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