From 439afc883a94627fd3f742d573fcfdf90ddbb22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20=C4=90or=C4=91evi=C4=87?= Date: Thu, 9 Apr 2020 18:54:19 +0200 Subject: [Keymap] Update personal userspace and keymaps (#8747) * Update mousekey parameters in userspace * Disable GRAVE_ESC in boards where it isn't used * Tweak MODERN_DOLCH_RED and reset RGB on Shift+Toggle in KBD6X * Disable RGB controls when Fn/Caps indicator lights are on * Use LTO_ENABLE instead of setting -flto directly * Add led_update_keymap, use SS_LCTL instead of SS_LCTRL * Change TAPPING_TOGGLE from 2 to 3 --- 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 da21058312..0936e3c3ea 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h @@ -86,3 +86,4 @@ void keyboard_post_init_keymap(void); bool process_record_keymap(uint16_t keycode, keyrecord_t *record); uint32_t layer_state_set_keymap(uint32_t state); void led_set_keymap(uint8_t usb_led); +bool led_update_keymap(led_t led_state); -- cgit v1.2.3