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
14
keyboards/s60-x/keymaps/ansi_qwertz/config.h
Normal file
14
keyboards/s60-x/keymaps/ansi_qwertz/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue