You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Okke Formsma
7b7701ae90
feature(modifiers): add explicit modifiers
...
this makes LS(LEFT_CONTROL) work as if shift and control were both
pressed explicitly. Previously, the left shift would have been released
as soon as another key was pressed. The implicit behavior is useful in
case of LS(NUMBER_1) when rolling over to other keys.
Also see #361 .
4 years ago
..
behaviors
refactor(modifiers): define is_mods function
4 years ago
display
feat: Add WPM calculator and display widget
4 years ago
events
feat: Add WPM calculator and display widget
4 years ago
split/ bluetooth
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
activity.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
battery.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
ble.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
combo.c
refactor(core): Combine `is_` and `cast_` event functions.
4 years ago
endpoints.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
event_manager.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
ext_power_generic.c
fix(power): Fix for 2.4 API changes.
4 years ago
hid.c
feature(modifiers): add explicit modifiers
4 years ago
hid_listener.c
feature(modifiers): add explicit modifiers
4 years ago
hog.c
fix(ble): Perform GATT notifies from dedicated queue.
4 years ago
keymap.c
refactor(core): Combine `is_` and `cast_` event functions.
4 years ago
kscan.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
main.c
fix(display): All display updates in work thread.
4 years ago
matrix_transform.c
refactor: replace filename hyphens with underscores
4 years ago
power.c
feat(ext-power): Cut power when PM is sleeping
4 years ago
rgb_underglow.c
Remove setting the animation/effect when setting hsv ; some of the effects like glowing will use the hsv color specified
4 years ago
sensors.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
split_listener.c
refactor(core): Combine `is_` and `cast_` event functions.
4 years ago
usb.c
refactor(core): Extra event payloads to own types, refactor API.
4 years ago
wpm.c
feat: Add WPM calculator and display widget
4 years ago