Ilya Zhuravlev
06a2fdcc9c
Merge remote-tracking branch 'qmk/master' into merge-2023-03-12
2023-03-18 17:51:58 -06:00
Nick Brassel
7f805cc779
VIA Protocol 12 + fixes ( #19916 )
...
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
2023-02-23 09:19:00 +11:00
Drashna Jaelre
90fd08bf4b
[Bug] Use correct functions for RGB Matrix support in VIA ( #19554 )
2023-01-10 03:21:38 +00:00
Wilba
bc6f8dc8b0
VIA V3 - The Custom UI Update ( #18222 )
2022-11-10 07:46:44 +11:00
Joel Challis
a69ab05dd6
Initial DD keycode migration ( #18643 )
...
* Initial DD keycode migration
* Sort magic keycodes
2022-11-05 10:30:09 +00:00
Nisker
c4264aa2c7
Macro count increased ( #253 )
2022-09-26 17:55:39 -06:00
Wilba
4efe6330c4
VIA Encoder Map Support ( #17734 )
2022-07-21 09:53:42 +10:00
Ilya Zhuravlev
fde0c10bae
Merge remote-tracking branch 'qmk/master' into merge-2022-07-11
2022-07-11 18:40:32 -06:00
Drashna Jaelre
80034a847f
Ensure that rgb+via compiles in all cases ( #17355 )
2022-06-10 22:01:46 -07:00
Dasky
568924c76c
Add missing bracket for VIA brightness scaling ( #17354 )
2022-06-10 19:07:58 -07:00
yiancar
0fd08da806
Scale brigthness for VIA ( #17352 )
...
Co-authored-by: yiancar <yiancar@gmail.com>
2022-06-10 17:20:01 -07:00
Ilya Zhuravlev
f2c521edfa
add an error message when compiling with VIA_ENABLE=yes and VIAL_ENABLE=no
2022-05-22 00:27:47 -06:00
Drashna Jaelre
9056775e20
Add hacky via support for RGB Matrix ( #16086 )
2022-04-19 21:18:28 +10:00
Ilya Zhuravlev
3a3c93383f
Merge remote-tracking branch 'qmk/master' into merge-2022-03-06
2022-03-06 20:07:17 -06:00
QMK Bot
63646e8906
Format code according to conventions ( #16322 )
2022-02-12 18:29:31 +00:00
Drashna Jaelre
9124f5dc2d
Add layout change callbacks to VIA ( #16087 )
...
* Add layout change callbacks to VIA
* Update worklouder example
2022-02-06 22:01:04 +00:00
Ilya Zhuravlev
f0ae3fb701
Merge remote-tracking branch 'qmk/master' into merge-2021-12-11
2021-12-11 20:19:52 -05:00
Joel Challis
2728603fe6
Move tmk_core/common/<plat> ( #13918 )
2021-11-19 10:41:02 -08:00
Ilya Zhuravlev
cf548ab9e6
Merge branch 'qmk-pre-merge-2021-09-12' into qmk-merge-2021-09-12
2021-09-12 14:08:31 -04:00
Drashna Jaelre
a80d789147
Fix issues with VIA EEPROM init and bring in line with eeconfig functionality ( #13243 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-08-20 21:02:53 -07:00
Ilya Zhuravlev
7ee6ddd9a7
vialrgb: initial
2021-07-17 23:46:11 -04:00
Ilya Zhuravlev
a89c941828
Merge remote-tracking branch 'qmk/master' into vial
2021-06-26 16:11:57 -04:00
Jan Lunge
afb490c297
Call raw_hid_recieve_kb in via.c as a fallback on invalid cmd
2021-05-19 23:02:34 -04:00
Pieterv24
3968207f02
Reintroduced matrix tester, but it's disabled by default and requires unlock
2021-04-22 22:00:50 +02:00
xyzz
0779c34db8
Fix keycode mappings for via and ensure they don't change within protocol ( #12130 )
...
* Fix keycode mappings for via and ensure they don't change within protocol
* Update keycodes
* Fix broken keyboards
* added the missing keycodes found in via
* Remove invalid keycodes
Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
2021-03-15 12:19:01 +11:00
Ilya Zhuravlev
c9c90c06b7
fix reboot to vibl
2021-03-03 11:18:48 -05:00
Ilya Zhuravlev
ce49d6f644
Merge remote-tracking branch 'qmk/master' into vial
2021-03-03 11:12:07 -05:00
Nick Brassel
101990139f
Disable VIA protocol's EEPROM reset and bootloader jump commands ( #11892 )
...
* Disable VIA protocol's EEPROM reset and bootloader jump commands, and allow for reinstation through #define.
* Removed at Wilba's suggestion.
2021-02-14 11:20:57 +11:00
Ilya Zhuravlev
cc43ad2b41
vial: allow resuming an interrupted unlock sequence
2021-01-07 12:52:56 -05:00
Ilya Zhuravlev
276d4be495
via: fix compile when vial is not enabled
2020-12-29 19:42:07 -05:00
Ilya Zhuravlev
cc59ab21c5
via/vial: kill all rawhid handling while unlocking
2020-12-29 15:36:12 -05:00
Ilya Zhuravlev
6716b76f6c
vial: add security-related features
2020-12-27 08:03:10 -05:00
Ilya Zhuravlev
dcf794eb9f
via: ensure correct buffer size is passed in
2020-12-25 14:29:04 -05:00
Ilya Zhuravlev
21bd0cdda0
vial: use more entropy for determining whether to reset eeprom
2020-12-19 21:51:11 -05:00
Ilya Zhuravlev
9791507fae
vial initial
2020-10-14 22:14:00 -04:00
Wilba
bc7a745227
Fix typo in via.c ( #10000 )
2020-09-21 04:21:19 -07:00
Wilba
9bfa713421
Configurable VIA layout options default value ( #8707 )
2020-04-06 20:27:44 +01:00
Joel Challis
789e199450
Add support for Bootmagic lite when using SPLIT_HAND_PIN ( #8347 )
...
* Add support for Bootmagic lite when using SPLIT_HAND_PIN
* Deduplicate bootmagic_lite logic from within via
* Revert location of defaults so that user overrides still work for now
* Tidy up code slightly
2020-03-21 23:10:39 +00:00
Wilba
484a9b12bc
Add VIA support for QMK backlight, QMK RGBLight ( #7911 )
...
* Add VIA support for QMK backlight, QMK RGBLight
* clang-format changes
2020-01-20 10:18:25 -08:00
Joel Challis
667045b492
Run clang-format manually to fix recently changed files ( #7934 )
...
* Run clang-format manually to fix recently changed files
* Run clang-format manually to fix recently changed files - revert template files
* Run clang-format manually to fix recently changed files - format off for ascii_to_keycode_lut
2020-01-19 16:30:34 +00:00
Wilba
320822d75b
VIA Configurator Refactor ( #7268 )
...
* VIA Refactor
* Remove old code
* review changes
* review changes
* Fix cannonkeys/satisfaction75/prototype:via build
* Add via.h to quantum.h
* Move backlight init to after backlight config load
* Merge branch 'master' into via_refactor_pr
* Update user's rules.mk to new way of enabling VIA
* Added id_switch_matrix_state
* Review changes
2020-01-03 12:52:00 -08:00