Age | Commit message (Collapse) | Author |
|
|
|
Corrected typo explaining encoder requirements.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* adds planck/rev7
* Remove config.h include
Co-authored-by: Drashna Jaelre <drashna@live.com>
* convert planck matrices to lite implementation
---------
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
* 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>
|
|
|
|
|
|
|
|
* Add an emphasis on QMK MSYS terminal
Not using MSYS terminal is a frequent user error. This change
adds an additional statement to guide users to run the first
command in MSYS itself. Edited the same statement for consistency
in the other OSes.
* Update instructions for the other operating systems
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Corrects the layout data for all three versions of the Peej Tripel.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
|
|
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
|
|
Co-authored-by: jack <0x6a73@protonmail.com>
|
|
|