Gompa ae2c77c827 [Bug] fix v-usb connection enumeration, ifdef workaround (#16511) 4 éve
..
audio 63646e8906 Format code according to conventions (#16322) 4 éve
backlight 63646e8906 Format code according to conventions (#16322) 4 éve
bootmagic 63646e8906 Format code according to conventions (#16322) 4 éve
debounce 63646e8906 Format code according to conventions (#16322) 4 éve
encoder 63646e8906 Format code according to conventions (#16322) 4 éve
keymap_extras 63646e8906 Format code according to conventions (#16322) 4 éve
led_matrix 5b688a09ec Merge remote-tracking branch 'upstream/master' into develop 4 éve
logging 63646e8906 Format code according to conventions (#16322) 4 éve
process_keycode 63646e8906 Format code according to conventions (#16322) 4 éve
rgb_matrix 63646e8906 Format code according to conventions (#16322) 4 éve
rgblight 63646e8906 Format code according to conventions (#16322) 4 éve
sequencer 63646e8906 Format code according to conventions (#16322) 4 éve
split_common 63646e8906 Format code according to conventions (#16322) 4 éve
action.c 25ba9b41c1 Format code according to conventions (#16421) 4 éve
action.h 25ba9b41c1 Format code according to conventions (#16421) 4 éve
action_code.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 éve
action_layer.c 63646e8906 Format code according to conventions (#16322) 4 éve
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 éve
action_tapping.c 63646e8906 Format code according to conventions (#16322) 4 éve
action_tapping.h 4bac5f53d8 New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036) 4 éve
action_util.c ae2c77c827 [Bug] fix v-usb connection enumeration, ifdef workaround (#16511) 4 éve
action_util.h 63646e8906 Format code according to conventions (#16322) 4 éve
bitwise.c 63646e8906 Format code according to conventions (#16322) 4 éve
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 éve
color.c 63646e8906 Format code according to conventions (#16322) 4 éve
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) 4 éve
command.c 63646e8906 Format code according to conventions (#16322) 4 éve
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) 5 éve
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) 4 éve
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 éve
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 éve
debounce.h c1297ceb97 [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) 4 éve
deferred_exec.c 63646e8906 Format code according to conventions (#16322) 4 éve
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) 4 éve
digitizer.c 63646e8906 Format code according to conventions (#16322) 4 éve
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 5 éve
dip_switch.c 63646e8906 Format code according to conventions (#16322) 4 éve
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 éve
dynamic_keymap.c 63646e8906 Format code according to conventions (#16322) 4 éve
dynamic_keymap.h b624f32f94 clang-format changes 7 éve
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 éve
eeconfig.c 63646e8906 Format code according to conventions (#16322) 4 éve
eeconfig.h 63646e8906 Format code according to conventions (#16322) 4 éve
encoder.c a44abeb99a Merge remote-tracking branch 'upstream/master' into develop 4 éve
encoder.h 4d0dd1eab7 [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311) 4 éve
haptic.c 63646e8906 Format code according to conventions (#16322) 4 éve
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 4 éve
joystick.c d4be07dad3 Hid joystick interface (#4226) 6 éve
joystick.h c4b03509da Save a single byte of memory for joystick buttons (#15555) 4 éve
keyboard.c 63646e8906 Format code according to conventions (#16322) 4 éve
keyboard.h 63646e8906 Format code according to conventions (#16322) 4 éve
keycode.h 63646e8906 Format code according to conventions (#16322) 4 éve
keycode_config.c f529580860 Basic keycode overhaul (#14726) 4 éve
keycode_config.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 5 éve
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) 4 éve
keymap.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 éve
keymap_common.c 63646e8906 Format code according to conventions (#16322) 4 éve
led.c 63646e8906 Format code according to conventions (#16322) 4 éve
led.h 6e83b44940 Align location of some host led logic (#15954) 4 éve
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 éve
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 éve
main.c 63646e8906 Format code according to conventions (#16322) 4 éve
matrix.c 63646e8906 Format code according to conventions (#16322) 4 éve
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) 4 éve
matrix_common.c 63646e8906 Format code according to conventions (#16322) 4 éve
mousekey.c 63646e8906 Format code according to conventions (#16322) 4 éve
mousekey.h fed36fc5f8 Adjust mouse key defaults (#15883) 4 éve
pointing_device.c 63646e8906 Format code according to conventions (#16322) 4 éve
pointing_device.h 63646e8906 Format code according to conventions (#16322) 4 éve
pointing_device_drivers.c 63646e8906 Format code according to conventions (#16322) 4 éve
programmable_button.c 63646e8906 Format code according to conventions (#16322) 4 éve
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) 4 éve
quantum.c da280739ef Merge remote-tracking branch 'origin/master' into develop 4 éve
quantum.h 6e83b44940 Align location of some host led logic (#15954) 4 éve
quantum_keycodes.h 63646e8906 Format code according to conventions (#16322) 4 éve
quantum_keycodes_legacy.h b45a037c7e Rename some Quantum keycodes (#15968) 4 éve
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 éve
ring_buffer.h 63646e8906 Format code according to conventions (#16322) 4 éve
send_string.c 63646e8906 Format code according to conventions (#16322) 4 éve
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 5 éve
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) 5 éve
sync_timer.c 63646e8906 Format code according to conventions (#16322) 4 éve
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 éve
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 éve
variable_trace.c b624f32f94 clang-format changes 7 éve
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 éve
velocikey.c 63646e8906 Format code according to conventions (#16322) 4 éve
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 éve
via.c 63646e8906 Format code according to conventions (#16322) 4 éve
via.h 63646e8906 Format code according to conventions (#16322) 4 éve
via_ensure_keycode.h b45a037c7e Rename some Quantum keycodes (#15968) 4 éve
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 éve
wpm.c 63646e8906 Format code according to conventions (#16322) 4 éve
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 4 éve