Age | Commit message (Collapse) | Author |
|
* clean up rgb matrix extern usage
Moved rgb matrix boiler plate into macros
Rebased onto typing heatmap pr
* Fixing the reversed frame buffer access in digital rain
* Fixing digital rain & typing heatmap if keyreactive effects are not enabled
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Adding parenthesizes to DRIVER_LED_TOTAL where necessary
* Updated docs
* added notes about parentheses
|
|
* Delete board.c
* Delete board.h
* Delete board.mk
* Delete bootloader_defs.h
* Delete chconf.h
* Delete halconf.h
* Delete mcuconf.h
* Update rules.mk
* Update config.h
* Update config.h
* Update config.h
* Update config.h
* Update config.h
* Update rules.mk
* Delete bootloader_defs.h
* Delete halconf.h
* Delete chconf.h
* Delete mcuconf.h
* Update rules.mk
* Update config.h
* Update dz40rgb.c
* Update dz65rgb.c
|
|
2) (#5783)
* Initial conversion of the rgb_led struct
* Converting last keyboard & updating effects to take advantage of the new structure
* New struct should not be const
* Updated docs
* Changing define ___ for no led to NO_LED
* Missed converting some keymap usages of the old struct layout
|
|
* add dz68rgb
* Update dz68rgb.c
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Rename keyboards/dztech/dz68rgb/rules.mk to keyboards/dztech/dz65rgb/rules.mk
* Update and rename keyboards/dztech/dz68rgb/config.h to keyboards/dztech/dz65rgb/config.h
* Update and rename keyboards/dztech/dz68rgb/dz68rgb.c to keyboards/dztech/dz65rgb/dz65rgb.c
* Rename keyboards/dztech/dz68rgb/dz68rgb.h to keyboards/dztech/dz65rgb/dz65rgb.h
* Update and rename keyboards/dztech/dz68rgb/info.json to keyboards/dztech/dz65rgb/info.json
* Update readme.md
* Rename keyboards/dztech/dz68rgb/readme.md to keyboards/dztech/dz65rgb/readme.md
* Rename keyboards/dztech/dz68rgb/keymaps/default/keymap.c to keyboards/dztech/dz65rgb/keymaps/default/keymap.c
* Update dz65rgb.c
* Update readme.md
* Update keyboards/dztech/dz65rgb/keymaps/default/keymap.c
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz65rgb/keymaps/default/keymap.c
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
|