Update personal userspace and keymaps (#6876)
* Align bottom row in KBD6X keymap to match LAYOUT macro * Remove TAP_HOLD_CAPS_DELAY override in userspace * Change default USB polling rate to 1000 Hz * Move media controls to nav cluster on Wasdat * Add dz60:konstantin_b keymap
This commit is contained in:
parent
de386e5972
commit
99f5d6c56d
7 changed files with 77 additions and 13 deletions
|
@ -46,6 +46,7 @@
|
|||
#endif
|
||||
|
||||
#define LCT_CPS LCTL_T(KC_CAPS)
|
||||
#define RSF_SLS RSFT_T(KC_SLSH)
|
||||
|
||||
#define IS_LAYER_ON_STATE(state, layer) ( (state) & (1UL << (layer)))
|
||||
#define IS_LAYER_OFF_STATE(state, layer) (~(state) & (1UL << (layer)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue