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 DFU Suffix for ARM boards
* Blindly flash DFU SUFFIX ARGS for now
* Fix commented out check
* Fix DFU Suffix Argument check
Thank you jack!
* Update Travis CI Scripts to include dfu-util
So we can get dfu-suffix as well
* Manually add dfu-suffix package
* Use external repo for newer version of dfu-util
One that includes dfu-suffix
* Update .travis.yml
* Silence unnecessary output from dfu-suffix
|
|
Updated effects to test led flags
Updated massdrop to use new flags field for led toggle
|
|
* RGB Matrix overhaul
Breakout of animations to separate files
Integration of optimized int based math lib
Overhaul of rgb_matrix.c and animations for performance
* Updating effect function api for future extensions
* Combined the keypresses || keyreleases define checks into a single define so I stop forgetting it where necessary
* Moving define RGB_MATRIX_KEYREACTIVE_ENABLED earlier in the include chain
|
|
* Fix speed issues with RGB Matrix in the DZ60RGB
* keep boards in sync
|
|
* add dz60rgb keyboard
* add info.json
* Update config.h
* Update rules.mk
* Update dz60rgb.h
* Update dz60rgb.c
* Update keymap.c
* Update dz60rgb.h
* Create readme.md
* Update readme.md
* Update keymap.c
* Update dz60rgb.h
* Update info.json
* Update info.json
* Update dz60rgb.c
add dz60rgb ansi, iso and hhkb support
* Update dz60rgb.h
add dz60rgb ansi, iso and hhkb support
* Add files via upload
* Add files via upload
* Delete config.h
* Delete keymap.c
* add ansi,iso and hhkb layout
* add dz60rgb ansi,iso and hhkb layout
* Update keyboards/dztech/dz40rgb/dz40rgb.c
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/hhkb/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/iso/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz40rgb/rules.mk
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/ansi/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz60rgb/keymaps/default/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update keyboards/dztech/dz40rgb/keymaps/default/config.h
Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com>
* Update dz40rgb.c
|