1
0
Fork 0

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:
Konstantin Đorđević 2019-10-03 01:46:27 +02:00 committed by fauxpark
parent de386e5972
commit 99f5d6c56d
7 changed files with 77 additions and 13 deletions

View file

@ -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)))