Nick Brassel
884be6c1ba
Fix up operator precedence in RGBLIGHT ( #21280 )
2 years ago
Nick Brassel
6c7c5889ca
Rely on introspection to handle OOB access. ( #21247 )
2 years ago
Albert Y
3444e9656d
Refactor the rain lighting decision operator ( #21139 )
2 years ago
Xelus22
806b61c2f7
[Core] RGB matrix ws2812 update ( #21135 )
...
* ws2812_update boolean to stop update every single cycle
* lint1
Co-authored-by: Joel Challis <git@zvecr.com>
* lint2
Co-authored-by: Joel Challis <git@zvecr.com>
* Update quantum/rgb_matrix/rgb_matrix_drivers.c
---------
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
dexter93
90ea9e447a
Reset `matrix_need_update` properly in eager debouncing algorithms ( #21154 )
...
The `matrix_need_update` variable needs to be reset to `false` in
`transfer_matrix_values()`, otherwise that function continues to be
invoked for every scanning loop (forever with `sym_eager_pk` and
`sym_eager_pk`, or until some key gets released with
`asym_eager_defer_pk`), and the scanning rate gets much lower because of
all that useless work.
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2 years ago
Pablo Martínez
ae0342c12a
[Bugfix] LVGL bindings wrong offset math ( #21147 )
2 years ago
Albert Y
fd1e638c28
Use unsigned integer for mousekey kinetic speed ( #21151 )
2 years ago
Joel Challis
0c0cabe3f5
Remove quantum/keymap.h ( #21086 )
2 years ago
Pablo Martínez
edaf665414
[Enhancement] Decouple autocorrect logic ( #21116 )
2 years ago
Ariane Emory
c754f644dc
[Core] Move dynamic macro "stop recording" logic to a function ( #21108 )
2 years ago
Ryan
a4ed6ad0f5
Unicodemap keycodes rename ( #21092 )
2 years ago
Evgenii Vilkov
04719c774d
Fix backlight sync on suspend_power_down for split keyboards ( #21079 )
2 years ago
André Greiner-Petter
249fb3c2c2
[BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix ( #20988 )
2 years ago
Pascal Getreuer
3993b15f05
[Core] Add Repeat Key ("repeat last key") as a core feature. ( #19700 )
...
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2 years ago
Sergey Vlasov
21b660fa07
Move `pre_process_record_kb()` before `process_combo()` ( #20969 )
2 years ago
Nick Brassel
5faa23d54c
Keymap introspection for combos. ( #19670 )
2 years ago
Albert Y
128f808496
Add a user callback for pre process record ( #20584 )
2 years ago
Drashna Jaelre
aec882528a
[Bug] Fix compilation error introduced by #20669 ( #20849 )
2 years ago
Pete Sevander
8a332e6f01
Fix Mod-Tap combo regression ( #20669 )
...
* Add keyevent for combo keyrecord
* Fix formatting
* Update quantum/process_keycode/process_combo.c
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Add combo unit-tests and hot-fix process_record_tap_hint
...as this function tries to lookup the combo keys passed in. This will
be refactored in a later pr.
---------
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2 years ago
Drashna Jaelre
5c4b53a143
[Bug] Realign and size check EECONFIG structures ( #20541 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Nick Brassel
88780bf710
Fixup QP font rendering when `--no-ascii` is specified. ( #20637 )
2 years ago
Drashna Jaelre
59eb8940b0
Make Pointing Device Auto Layer more configurable ( #20061 )
...
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
2 years ago
Pablo Martínez
82a34aee30
[Feature] Disable debug on QP's internal task ( #20623 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
Xelus22
6a619e6403
[Core] Clean up ISSI drivers, Add IS31FL3736 support ( #20572 )
...
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
2 years ago
Jasmin
4887f03dbd
typing_heatmap: Add macro to configure increase steps ( #20300 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
Christopher Berner
7138fa4582
Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 ( #20093 )
2 years ago
precondition
c3ae5c1076
Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue #20080 ) ( #20515 )
2 years ago
Nick Brassel
c9f619124d
Encodermap direction define. ( #20454 )
2 years ago
Manuel Ullmann
1502193181
quantum/action_util.c: Use uint8_t for oneshot_layer_data ( #20423 )
2 years ago
Giuseppe Rota
e77699a58a
Fix preprocessor condition for SPLIT_HAPTIC_ENABLE ( #20411 )
2 years ago
Ricardo Hermida Ruiz
d3b8179f46
Prevent Tri-Layer keys from stopping caps words ( #20398 )
2 years ago
Albert Y
f5b7491883
Add swap hands toggle functions ( #20381 )
2 years ago
Stefan Kerkmann
73b376a881
[Chore] Remove stray mod tap interrupt defines and per key functions ( #20347 )
...
* Remove stray defines and per key functions
* Remove defunct get_ignore_mod_tap_interrupt declaration
2 years ago
Drashna Jaelre
7115927559
[Bug] Fix compilation issue with Swap Hands and Encoder Map ( #20348 )
2 years ago
Nick Brassel
b1b8cd1bf0
Add basic profiler. ( #20238 )
2 years ago
Pascal Getreuer
ae63c0f509
[Core] Caps Word "Invert on shift" option: pressing Shift inverts the shift state. ( #20092 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2 years ago
ngs-ch
ccda5d2d2f
Make "detected_host_os()" available on the SLAVE side of the split keyboard ( #19854 )
...
Co-authored-by: ngs.ch <ngs.ch>
Co-authored-by: Drashna Jaelre <drashna@drashna.net>
2 years ago
CobraSock
d82c6648f5
Fixed split keyboard issue where custom LED indicators could activate incorrect LEDs ( #20203 ) ( #20204 )
...
Co-authored-by: N M <ninja.milkman@gmail.com>
Fixed split keyboard issue where custom LED indicators could activate incorrect LEDs (#20203 )
2 years ago
jack
36ab0c0aaa
Add core/fallback encoder behaviour ( #20320 )
2 years ago
Stefan Kerkmann
fcf8b804ed
[Core] Refactor `keyevent_t` for 1ms timing resolution ( #15847 )
2 years ago
Kasimir Pihlasviita
46844347c4
Fix OSMs getting stuck ( #20034 )
2 years ago
precondition
1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps ( #20211 )
2 years ago
Johannes H. Jensen
68efea70b2
Add direction to dynamic_macro_record_start_user ( #19689 )
2 years ago
Vladislav Marchenko
9a68472da8
Added PMW3320 driver ( #19543 )
2 years ago
Pablo Martínez
15a106b1ef
[Bugfix] Check QGF's bpp against display's native_bits_per_pixel ( #19995 )
2 years ago
Joel Challis
5b0bd553b3
Delete config_common.h ( #20312 )
2 years ago
Drashna Jaelre
297779385f
Add last activity functions for pointing device ( #20079 )
2 years ago
Ryan
647c2835e6
WS2812 driver improvements ( #20262 )
2 years ago
Joel Challis
c485d1cf26
Remove use of keymap.h ( #20004 )
2 years ago
Eli Lipsitz
7e54defa20
Fix rgblight layers when animations aren't enabled ( #20097 )
2 years ago