diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2017-04-13 13:26:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-13 13:26:02 +0200 |
| commit | a43cb6c0af3ac616903172c4b8932bfc5ee4939b (patch) | |
| tree | c3ca94b544ab832507b37b6268bb04f7f7eedb4a /quantum/serial_link/system/serial_link.c | |
| parent | 3e41cde9f99778ca30c03b97470c32780379db43 (diff) | |
| parent | d3301c0f8b0005738ab9aa2030d83739ffb5c4b6 (diff) | |
| download | qmk_firmware-a43cb6c0af3ac616903172c4b8932bfc5ee4939b.tar.gz qmk_firmware-a43cb6c0af3ac616903172c4b8932bfc5ee4939b.zip | |
Merge pull request #20 from qmk/master
Merge from QMK
Diffstat (limited to 'quantum/serial_link/system/serial_link.c')
| -rw-r--r-- | quantum/serial_link/system/serial_link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/serial_link/system/serial_link.c b/quantum/serial_link/system/serial_link.c index 75c7e77a7..b3bee62a1 100644 --- a/quantum/serial_link/system/serial_link.c +++ b/quantum/serial_link/system/serial_link.c | |||
| @@ -212,7 +212,7 @@ void serial_link_update(void) { | |||
| 212 | 212 | ||
| 213 | systime_t current_time = chVTGetSystemTimeX(); | 213 | systime_t current_time = chVTGetSystemTimeX(); |
| 214 | systime_t delta = current_time - last_update; | 214 | systime_t delta = current_time - last_update; |
| 215 | if (changed || delta > US2ST(1000)) { | 215 | if (changed || delta > US2ST(5000)) { |
| 216 | last_update = current_time; | 216 | last_update = current_time; |
| 217 | last_matrix = matrix; | 217 | last_matrix = matrix; |
| 218 | matrix_object_t* m = begin_write_keyboard_matrix(); | 218 | matrix_object_t* m = begin_write_keyboard_matrix(); |
