This website requires JavaScript.
Explore
Help
Sign In
sporq
/
qmk-firmware
Watch
1
Star
0
Fork
0
You've already forked qmk-firmware
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
693e1afa59686f9848517a3da895078d51bb6894
qmk-firmware
/
quantum
History
James Churchill
6d2071ad6e
Fix
1<col
instead of
1<<col
typo in matrix_is_on()
2019-01-27 08:37:26 -08:00
..
api
…
audio
…
keymap_extras
…
process_keycode
Fix process_combo which assign -1 to uint16_t (
#3697
)
2019-01-25 12:11:38 -08:00
serial_link
…
split_common
…
stm32
…
template
Fix Command feature: use get_mods() instead of keyboard_report->mods (
#4955
)
2019-01-27 00:28:40 -08:00
tools
…
visualizer
…
api.c
…
api.h
…
color.c
…
color.h
…
config_common.h
…
debounce.c
…
debounce.h
…
dynamic_keymap.c
…
dynamic_keymap.h
…
dynamic_macro.h
…
encoder.c
…
encoder.h
…
fauxclicky.c
…
fauxclicky.h
…
keycode_config.c
…
keycode_config.h
…
keymap_common.c
Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used
2019-01-25 12:05:17 -08:00
keymap.h
…
led_tables.c
…
led_tables.h
…
matrix.c
Fix
1<col
instead of
1<<col
typo in matrix_is_on()
2019-01-27 08:37:26 -08:00
mcu_selection.mk
…
pincontrol.h
…
pointing_device.c
…
pointing_device.h
…
quantum_keycodes.h
Add C(), A() and G() to match already existing S() (
#4673
)
2019-01-25 13:12:48 -08:00
quantum.c
move
#include "rgb.h"
from quantum.h to quantum.c
2019-01-25 13:38:12 -08:00
quantum.h
move
#include "rgb.h"
from quantum.h to quantum.c
2019-01-25 13:38:12 -08:00
rgb_matrix_drivers.c
…
rgb_matrix.c
…
rgb_matrix.h
…
rgb.h
…
rgblight_list.h
…
rgblight_reconfig.h
…
rgblight_types.h
…
rgblight.c
…
rgblight.h
…
send_string_keycodes.h
…
variable_trace.c
…
variable_trace.h
…