You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Takeshi ISHII 302b35c2a0
fix matrix_io_delay() timing in quantum/matrix.c (#9603)
* fix matrix_io_delay() timing in quantum/matrix.c

* Updated comments explaining the need for matrix_io_delay() in quantum/matrix.c

* fix matrix_io_delay() timing in quantum/split_common/matrix.c

* Update quantum/matrix.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update quantum/split_common/matrix.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update quantum/matrix.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update quantum/split_common/matrix.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* add waitOutputPinValid() and wait_cpuclock() into quantum/quantum.h and tmk_core/common/wait.h

* add matrix_output_select_delay() and matrix_output_unselect_delay()

* fix quantum/matrix_common.c, tmk_core/common/matrix.h

* fix tmk_core/common/wait.h

* fix quantum/quantum.h, tmk_core/common/wait.h

* waitOutputPinValid() rename to waitInputPinDelay() in quantum/quantum.h.

* waitOutputPinValid() rename to waitInputPinDelay() in quantum/matrix_common.c

* update tmk_core/common/wait.h

* update comment in quantum/matrix.c, quantum/split_common/matrix.c

* update quantum/quantum.h: Make more margin in the GPIO_INPUT_PIN_DELAY default value.

Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
..
arm_atsam Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
avr Merge remote-tracking branch 'origin/master' into develop 5 years ago
chibios Lighting Layers should be disabled when suspended (#11442) 5 years ago
test Ensure single newline at EOF for core files (#11310) 5 years ago
action.c
action.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_code.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_layer.c
action_layer.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_macro.c
action_macro.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_tapping.c
action_tapping.h manually run formatting job (#11503) 5 years ago
action_util.c
action_util.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
bootloader.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
bootmagic.c
bootmagic.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
bootmagic_lite.c
command.c Add target 'check-md5' to `build_keyboard.mk` (#11338) 5 years ago
command.h
debug.c
debug.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
eeconfig.c
eeconfig.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
eeprom.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
host.c
host.h
host_driver.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
keyboard.c Keep track of last matrix activity (#10730) 5 years ago
keyboard.h Keep track of last matrix activity (#10730) 5 years ago
keycode.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
led.h Normalise include statements in keyboard code (#11185) 5 years ago
magic.c
magic.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
matrix.h fix matrix_io_delay() timing in quantum/matrix.c (#9603) 5 years ago
mousekey.c Implement kinetic mouse movement algorithm (#6739) 5 years ago
mousekey.h Merge remote-tracking branch 'origin/master' into develop 5 years ago
nodebug.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
print.c
print.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
progmem.h
raw_hid.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
report.c
report.h Add support for shared EP on V-USB boards (#11103) 5 years ago
sendchar.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
sendchar_null.c
sendchar_uart.c
sleep_led.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
suspend.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
sync_timer.c
sync_timer.h
timer.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
uart.c
uart.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
util.c
util.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
virtser.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
wait.h fix matrix_io_delay() timing in quantum/matrix.c (#9603) 5 years ago