added keymaps for qwertz and started the colemak keymap
This commit is contained in:
parent
92c28aa37d
commit
599e645223
9 changed files with 845 additions and 1 deletions
33
keyboards/callmemero/keymaps/totem_colemak/config.h
Normal file
33
keyboards/callmemero/keymaps/totem_colemak/config.h
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#pragma once
|
||||
|
||||
/* The way how "handedness" is decided (which half is which),
|
||||
see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness
|
||||
for more options.
|
||||
*/
|
||||
|
||||
#define MASTER_LEFT
|
||||
// #define MASTER_RIGHT
|
||||
|
||||
/* QMK */
|
||||
#define TAPPING_TERM 200
|
||||
|
||||
/* Miryoku, see https://sunaku.github.io/home-row-mods.html*/
|
||||
#define BILATERAL_COMBINATIONS_LIMIT_CHORD_TO_N_KEYS 4 /* GUI, Alt, Ctrl, Shift */
|
||||
#define BILATERAL_COMBINATIONS_DELAY_MODS_THAT_MATCH MOD_MASK_GUI
|
||||
#define BILATERAL_COMBINATIONS_DELAY_MATCHED_MODS_BY 120 /* ms */
|
||||
#define BILATERAL_COMBINATIONS_ALLOW_CROSSOVER_AFTER 80 /* ms */
|
||||
#define BILATERAL_COMBINATIONS_ALLOW_SAMESIDED_AFTER 3000 /* ms */
|
||||
#define BILATERAL_COMBINATIONS_TYPING_STREAK_TIMEOUT 160 /* ms */
|
||||
#define BILATERAL_COMBINATIONS_TYPING_STREAK_MODMASK (~MOD_MASK_SHIFT)
|
||||
|
||||
#undef LOCKING_SUPPORT_ENABLE
|
||||
#undef LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
|
||||
#define CAPS_WORD_INVERT_ON_SHIFT
|
||||
//#define NO_ACTION_ONESHOT
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_MUSIC_MODE
|
||||
|
||||
#define COMBO_COUNT 50
|
||||
#define COMBO_MUST_TAP_PER_COMBO
|
||||
Loading…
Add table
Add a link
Reference in a new issue