forked from mirrors/qmk_firmware
55e2a42047
* add support for otg * update endpoint numbering for stm32f4 * removed testing file * add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824) Add a Make variable to easily enable DEBUG_MATRIX_SCAN_RATE on the command line. eg. ``` make DEBUG_MATRIX_SCAN_RATE_ENABLE=yes KEYBOARD:KEYMAP ``` * [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549) * Added `add_oneshot_mods` & `del_oneshot_mods` Deleted undefined and unused prototypes: - void oneshot_enable(void) - void oneshot_disable(void) - void oneshot_toggle(void) Reordered the oneshot functions to follow the same order as other mod functions, that is to say : get, add, del, set, clear * Stricter conditions on add_oneshot_mods & del_oneshot_mods Prevent extending the one shot timer if the called add_oneshot_mods or del_oneshot_mods do not change anything to the current one shot mod state. Co-authored-by: David Kosorin <david@kosorin.net> Co-authored-by: David Kosorin <david@kosorin.net> * add support for otg * update endpoint numbering for stm32f4 * removed testing file * added missing #endif Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: David Kosorin <david@kosorin.net> |
||
---|---|---|
.. | ||
arm_atsam | ||
chibios | ||
lufa | ||
midi | ||
usb_hid | ||
vusb | ||
adb.c | ||
adb.h | ||
arm_atsam.mk | ||
chibios.mk | ||
ibm4704.c | ||
ibm4704.h | ||
lufa.mk | ||
m0110.c | ||
m0110.h | ||
midi.mk | ||
news.c | ||
news.h | ||
next_kbd.c | ||
next_kbd.h | ||
ps2.h | ||
ps2_busywait.c | ||
ps2_interrupt.c | ||
ps2_io.h | ||
ps2_io_avr.c | ||
ps2_mouse.c | ||
ps2_mouse.h | ||
ps2_usart.c | ||
serial.h | ||
serial_mouse.h | ||
serial_mouse_microsoft.c | ||
serial_mouse_mousesystems.c | ||
serial_soft.c | ||
serial_uart.c | ||
usb_descriptor.c | ||
usb_descriptor.h | ||
usb_descriptor_common.h | ||
usb_hid.mk | ||
vusb.mk | ||
xt.h | ||
xt_interrupt.c |