]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - key_process.c
changed wait time for volume control.
[max/tmk_keyboard.git] / key_process.c
index 9c9ea26c4f9c70c87da55b990653a937fbce5a4a..b790ffa631567173f007db9dd569e59ef3990854 100644 (file)
@@ -79,11 +79,11 @@ void proc_matrix(void) {
             } else if (code == KB_VOLU) {
                 usb_extra_audio_send(AUDIO_VOL_UP);
                 usb_extra_audio_send(0);
-                _delay_ms(100);
+                _delay_ms(200);
             } else if (code == KB_VOLD) {
                 usb_extra_audio_send(AUDIO_VOL_DOWN);
                 usb_extra_audio_send(0);
-                _delay_ms(100);
+                _delay_ms(200);
             } else if (code == KB_PWR) {
                 if (suspend && remote_wakeup) {
                     usb_remote_wakeup();