Age | Commit message (Collapse) | Author |
|
* allow customizing decrease delay of rgb heatmap
* rename rgb typing heatmap decrease delay variable
* address review comments
* nix-shell: add clang-tools required for formatting the C code
* heatmap: use real timer to track decrement rate
* heatmap: fix ifndef var name typo
* heatmap: add docs
* Update docs/feature_rgb_matrix.md
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
* nix-shell: update nixpkgs reference
* nix-shell: add missing python dependency
|
|
|
|
* now uses gcc 8.4
* fixes building boards with adafruit feather (in my case pancake)
|
|
|
|
|
|
|
|
Temporary fix for https://github.com/qmk/qmk_firmware/issues/5868
|
|
|
|
* Pin avr-gcc in shell.nix pending release of 8.3.0
There's apparently a critical bug in 8.2.0, which is now the nixpkgs default. This change overrides that default in favor of the known good version. Once 8.3.0 is the default, the override can be dropped.
* Arch/Manjaro fix
|
|
add avrdude do dependency list
|
|
|
|
|