1
0
Fork 0

Small changes, renamed keymap

Added MicMute
Revived all dead keys
Removed OS Shift
This commit is contained in:
Felix Uhl 2016-08-18 10:01:46 +02:00
parent faa3fd48ae
commit 07924511f3
4 changed files with 236 additions and 213 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