]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
increase timeout for dual mode caps key
authorlucwastiaux <luc.wastiaux@airpost.net>
Wed, 1 Feb 2017 05:46:00 +0000 (13:46 +0800)
committerlucwastiaux <luc.wastiaux@airpost.net>
Wed, 1 Feb 2017 05:46:00 +0000 (13:46 +0800)
keyboards/ergodox/keymaps/dvorak_programmer/keymap.c

index 4a2ffcce4404da797942749673625b2fcc38aa2c..4594a7698ead599f8fb671d6dac03b7f9e0fc870 100644 (file)
@@ -374,7 +374,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
                break;  
                case DUAL_CAPSLOCK: 
                   if (record->event.pressed) { 
-                                  if(timer_elapsed(capslock_timer) < 100) { 
+                                  if(timer_elapsed(capslock_timer) < 300) { 
                                                   // activate SHELL_NAV
                                                   layer_on(SHELL_NAV); 
                                   } else {