From 99f5d6c56d0e3b28ed208acdeae16cea5d563725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20=C4=90or=C4=91evi=C4=87?= Date: Thu, 3 Oct 2019 01:46:27 +0200 Subject: 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 --- users/konstantin/konstantin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'users/konstantin/konstantin.h') 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))) -- cgit v1.2.3