Ryan 50d4dfd2e6 `keymap_extras`: Remove deprecated defines (#12949) 5 年 前
..
api eae7343741 Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) 5 年 前
audio 8ba537fa23 Keyboard: Planck THK (#12597) 5 年 前
backlight d66090af19 `backlight.c`: include `eeprom.h` (#13024) 5 年 前
bootmagic b2f5bd7c60 Format code according to conventions (#12056) 5 年 前
debounce a0959f1b33 Add asym_eager_defer_pk debounce type (#12689) 5 年 前
keymap_extras 50d4dfd2e6 `keymap_extras`: Remove deprecated defines (#12949) 5 年 前
led_matrix d61e5c0027 Move LED/RGB Matrix code into their own directories (#13257) 5 年 前
process_keycode 791363a680 Remove rgblight stubs (#13302) 5 年 前
rgb_matrix 38d979189b Merge remote-tracking branch 'origin/master' into develop 5 年 前
rgblight 653082235a Relocate RGB/HSV color defs to a more fitting place (#13377) 5 年 前
sequencer c66df16644 2020 November 28 Breaking Changes Update (#11053) 5 年 前
serial_link 8d9f527081 Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845) 5 年 前
split_common 550d9253b0 Allow invert of SPLIT_HAND_PIN logic (#13433) 5 年 前
template 94e94ffb5b Recommend use of LED Indicator config (#10895) 5 年 前
tools 13bb6b4b7f Backlight abstraction and other changes (#439) 10 年 前
visualizer 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 年 前
api.c b624f32f94 clang-format changes 7 年 前
api.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 年 前
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 年 前
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 年 前
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 6 年 前
color.h 653082235a Relocate RGB/HSV color defs to a more fitting place (#13377) 5 年 前
command.c 8da8aabbe5 Improve layer mask handling (#13065) 5 年 前
command.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 年 前
config_common.h 38d8d5445e Remove KEYMAP and LAYOUT_kc (#12160) 5 年 前
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 年 前
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 年 前
debounce.h b829a1d264 Avoid 8-bit timer overflows in debounce algorithms (#12240) 5 年 前
dip_switch.c 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 年 前
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 年 前
dynamic_keymap.c a116b3f1ae Improve EEPROM defaults for Dynamic Keymaps (#12853) 5 年 前
dynamic_keymap.h b624f32f94 clang-format changes 7 年 前
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 年 前
encoder.c a0fed0ea17 Convert Encoder callbacks to be boolean functions (#12805) 5 年 前
encoder.h a0fed0ea17 Convert Encoder callbacks to be boolean functions (#12805) 5 年 前
joystick.c d4be07dad3 Hid joystick interface (#4226) 6 年 前
joystick.h c66df16644 2020 November 28 Breaking Changes Update (#11053) 5 年 前
keycode_config.c b624f32f94 clang-format changes 7 年 前
keycode_config.h 0e984b6e7e Add ability to toggle One Shot functionality (#4198) 5 年 前
keymap.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 年 前
keymap_common.c 58a9c84d6b Strip out features to allow minimum firmware sizes (#8645) 6 年 前
led.c 1b7b72c0e9 Ensure single newline at EOF for core files (#11310) 5 年 前
led.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 年 前
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 年 前
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 年 前
matrix.c 3ab805fc67 Add support for NO_PIN to all matrix types (#12238) 5 年 前
matrix.h ff41c22fdc Adding keyboard level weak function for slave matrix scan (#12317) 5 年 前
matrix_common.c f5a38b95c1 Remove legacy print backward compatiblitly (#11805) 5 年 前
mcu_selection.mk 8bb231aa1c Adds support for STM32L412xB, STM32L422xB. (#13383) 5 年 前
mousekey.c b5c361542e mousekey: expose current report to users (#13069) 5 年 前
mousekey.h b5c361542e mousekey: expose current report to users (#13069) 5 年 前
pointing_device.c b2d0e8a491 Manually run formatting job (#11797) 5 年 前
pointing_device.h 780ca5565d Improve Pointing Device report sending (#11064) 5 年 前
quantum.c 8da8aabbe5 Improve layer mask handling (#13065) 5 年 前
quantum.h b2fdd48744 Add ST7565 LCD driver (#13089) 5 年 前
quantum_keycodes.h 7e832e46de Add Mac centric Shift and Alt + GUI Macros (#13107) 5 年 前
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 年 前
send_string.c 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 5 年 前
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 5 年 前
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) 5 年 前
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 年 前
variable_trace.c b624f32f94 clang-format changes 7 年 前
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 年 前
velocikey.c b624f32f94 clang-format changes 7 年 前
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 年 前
via.c 0779c34db8 Fix keycode mappings for via and ensure they don't change within protocol (#12130) 5 年 前
via.h 501f2fdef1 Normalise include statements in core code (#11153) 5 年 前
via_ensure_keycode.h 0779c34db8 Fix keycode mappings for via and ensure they don't change within protocol (#12130) 5 年 前
wpm.c 230f09ca17 [CI] Format code according to conventions (#12623) 5 年 前
wpm.h 230f09ca17 [CI] Format code according to conventions (#12623) 5 年 前