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.
qmk-fw/quantum
Takeshi ISHII 030faf951c Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)
* add temporary pdhelix(Patched Helix) code

* add test code into  quantum/split_common/matrix.c

* add test code into keyboards/handwired/pdhelix/

* Revert "add test code into keyboards/handwired/pdhelix/"

This reverts commit 9ed98f0797ddd962c99756689fc4ecb4cd067d3d.

* Revert "add test code into  quantum/split_common/matrix.c"

This reverts commit 1876d3ed69f6c213153a9f6476192be839f16c1f.

* Revert "add temporary pdhelix(Patched Helix) code"

This reverts commit 41ac92b814e3f894eaf85bc3e5bb945895342fa8.

* fix quantum/split_common/matrix.c: select_col()/select_row()
6 years ago
..
api
audio Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone (#5173) 6 years ago
debounce Fix compile error in debounce_eager_pk 6 years ago
keymap_extras Add UK variant of the SEND_STRING() LUTs 6 years ago
process_keycode Fix Audio Clicky by adding missing punctuation (#5171) 6 years ago
serial_link
split_common Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174) 6 years ago
stm32 Adds Proton C Conversion (#4661) 6 years ago
template Remove CUSTOM_MATRIX option from diode direction (#5090) 6 years ago
tools
visualizer
api.c
api.h Only include lufa.h if AVR in quantum/api.h 7 years ago
color.c Adds IS31FL3731 RGB Matrix Implementation (#2910) 7 years ago
color.h Adds IS31FL3731 RGB Matrix Implementation (#2910) 7 years ago
config_common.h Simplify split_common Code significantly (#4772) 6 years ago
debounce.h Removed #include "matrix.h" from debounce.h 6 years ago
dynamic_keymap.c Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_keymap.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_macro.h
encoder.c add support for encoders to core 7 years ago
encoder.h add support for encoders to core 7 years ago
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c Fix Bootmgic Mod Handling for LM keycodes (#4740) 6 years ago
led_matrix.c fix the led_matrix.h naming conflict 6 years ago
led_matrix_drivers.c fix the led_matrix.h naming conflict 6 years ago
led_tables.c
led_tables.h
ledmatrix.h fix the led_matrix.h naming conflict 6 years ago
matrix.c Debounce refactor / API (#3720) 6 years ago
mcu_selection.mk Adds Proton C Conversion (#4661) 6 years ago
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c Haptic feedback generalized - DRV2605 and solenoids (#4939) 6 years ago
quantum.h Haptic feedback generalized - DRV2605 and solenoids (#4939) 6 years ago
quantum_keycodes.h Haptic feedback generalized - DRV2605 and solenoids (#4939) 6 years ago
rgb.h Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 7 years ago
rgb_matrix.c Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) 6 years ago
rgb_matrix.h revert accidental rgb_matrix.h changes 6 years ago
rgb_matrix_drivers.c RGB Matrix refactoring to open up for new drivers (#3913) 7 years ago
rgblight.c Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167) 6 years ago
rgblight.h Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167) 6 years ago
rgblight_list.h Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070) 7 years ago
rgblight_reconfig.h rgblight.[ch] more configurable (#3582) 7 years ago
rgblight_types.h Adds support for Planck Rev 6 (#2666) 7 years ago
send_string_keycodes.h Clean up SEND_STRING keycodes and add media keys (#3214) 7 years ago
variable_trace.c
variable_trace.h