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 | |
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')
-rw-r--r-- | users/konstantin/config.h | 7 | ||||
-rw-r--r-- | users/konstantin/konstantin.h | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/users/konstantin/config.h b/users/konstantin/config.h index d712e79d3f..bc1987c357 100644 --- a/users/konstantin/config.h +++ b/users/konstantin/config.h @@ -20,10 +20,11 @@ #define RGBLIGHT_EFFECT_SNAKE #define PERMISSIVE_HOLD -#define TAPPING_TERM 200 -#define TAPPING_TOGGLE 2 -#define TAP_HOLD_CAPS_DELAY 50 +#define TAPPING_TERM 200 +#define TAPPING_TOGGLE 2 #define UNICODE_CYCLE_PERSIST false #define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX #define UNICODE_KEY_WINC KC_RGUI + +#define USB_POLLING_INTERVAL_MS 1 diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index f42d5feaaa..da21058312 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h @@ -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))) |