diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-10-03 01:46:27 +0200 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2019-10-03 09:46:27 +1000 |
| commit | 99f5d6c56d0e3b28ed208acdeae16cea5d563725 (patch) | |
| tree | c37236930a7d8d8c173a8aff0c76d4220ed4b735 /users/konstantin/konstantin.h | |
| parent | de386e5972597e89bda99022d30591ae2f6087b5 (diff) | |
| download | qmk_firmware-99f5d6c56d0e3b28ed208acdeae16cea5d563725.tar.gz qmk_firmware-99f5d6c56d0e3b28ed208acdeae16cea5d563725.zip | |
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
Diffstat (limited to 'users/konstantin/konstantin.h')
| -rw-r--r-- | users/konstantin/konstantin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index f42d5feaa..da2105831 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | #endif | 46 | #endif |
| 47 | 47 | ||
| 48 | #define LCT_CPS LCTL_T(KC_CAPS) | 48 | #define LCT_CPS LCTL_T(KC_CAPS) |
| 49 | #define RSF_SLS RSFT_T(KC_SLSH) | ||
| 49 | 50 | ||
| 50 | #define IS_LAYER_ON_STATE(state, layer) ( (state) & (1UL << (layer))) | 51 | #define IS_LAYER_ON_STATE(state, layer) ( (state) & (1UL << (layer))) |
| 51 | #define IS_LAYER_OFF_STATE(state, layer) (~(state) & (1UL << (layer))) | 52 | #define IS_LAYER_OFF_STATE(state, layer) (~(state) & (1UL << (layer))) |
