forked from mirrors/qmk_userspace
Small changes, renamed keymap
Added MicMute Revived all dead keys Removed OS Shift
This commit is contained in:
parent
faa3fd48ae
commit
07924511f3
4 changed files with 236 additions and 213 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue