<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/dztech/dz40rgb, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/dztech/dz40rgb?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/dztech/dz40rgb?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2019-11-14T19:55:46Z</updated>
<entry>
<title>[Keyboard] add kbdmini; dztech, kbdfans keyboards cleanup (#7223)</title>
<updated>2019-11-14T19:55:46Z</updated>
<author>
<name>moyi4681</name>
<email>moyi4681@users.noreply.github.com</email>
</author>
<published>2019-11-14T19:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=426c03eda0deb62d916498fbdd671c7d3532b9e4'/>
<id>urn:sha1:426c03eda0deb62d916498fbdd671c7d3532b9e4</id>
<content type='text'>
* add kbdmini, dztech and kbdfans keyboards small fix

* Caps lock indicator moved from keymap

* Update dz65rgb.c

* fix error

* fix matthewrobo keymap error

* Update keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/dztech/dz60rgb/dz60rgb.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/dztech/dz60rgb_ansi/dz60rgb_ansi.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/dztech/dz60rgb_wkl/dz60rgb_wkl.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/dztech/dz65rgb/dz65rgb.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* wrap all of the g_led_config stuff and rgb matrix functions in ifdefs

wrap all of the g_led_config stuff and rgb matrix functions in ifdefs
</content>
</entry>
<entry>
<title>Cleanup/rgb matrix (#5811)</title>
<updated>2019-05-10T23:55:02Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-05-10T23:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=62ba66d61821fec6a5ad3bdccdf738e15e082461'/>
<id>urn:sha1:62ba66d61821fec6a5ad3bdccdf738e15e082461</id>
<content type='text'>
* 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 &amp; typing heatmap if keyreactive effects are not enabled

* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Adding parenthesizes to DRIVER_LED_TOTAL where necessary

* Updated docs

* added notes about parentheses
</content>
</entry>
<entry>
<title>[Keyboard] DZTECH: CODE CLEANUP (#5828)</title>
<updated>2019-05-10T01:48:07Z</updated>
<author>
<name>moyi4681</name>
<email>moyi4681@users.noreply.github.com</email>
</author>
<published>2019-05-10T01:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=bce391a663d2848bff8ffffca0e4bad771bd3890'/>
<id>urn:sha1:bce391a663d2848bff8ffffca0e4bad771bd3890</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783)</title>
<updated>2019-05-07T23:22:46Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-05-07T23:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=af89752bffbaf5dcea30ea16be66b4d682701bc4'/>
<id>urn:sha1:af89752bffbaf5dcea30ea16be66b4d682701bc4</id>
<content type='text'>
* Initial conversion of the rgb_led struct

* Converting last keyboard &amp; 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
</content>
</entry>
<entry>
<title>Add DFU Suffix for ARM boards (#5763)</title>
<updated>2019-05-03T15:24:22Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-05-03T15:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=41beecfc1847bd0039c508753a212fa18f207e3f'/>
<id>urn:sha1:41beecfc1847bd0039c508753a212fa18f207e3f</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Updated rgb_led struct field modifier to flags (#5619)</title>
<updated>2019-04-29T22:18:50Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-04-29T22:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a7113c8ed090d0ac647f30ee9b8ef41252e568ed'/>
<id>urn:sha1:a7113c8ed090d0ac647f30ee9b8ef41252e568ed</id>
<content type='text'>
Updated effects to test led flags
Updated massdrop to use new flags field for led toggle</content>
</entry>
<entry>
<title>RGB Matrix Overhaul (#5372)</title>
<updated>2019-04-03T00:24:14Z</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-04-03T00:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c98247e3dd2958bd2d8969dc75170e7e2757b895'/>
<id>urn:sha1:c98247e3dd2958bd2d8969dc75170e7e2757b895</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Fix speed issues with RGB Matrix in the DZ60RGB  (#5380)</title>
<updated>2019-03-12T14:25:39Z</updated>
<author>
<name>moyi4681</name>
<email>moyi4681@users.noreply.github.com</email>
</author>
<published>2019-03-12T14:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fe642a84fcf1a52cc761dca231244b7971742d00'/>
<id>urn:sha1:fe642a84fcf1a52cc761dca231244b7971742d00</id>
<content type='text'>
* Fix speed issues with RGB Matrix in the DZ60RGB

* keep boards in sync
</content>
</entry>
<entry>
<title>[Keyboard] add dz60rgb ansi and hhkb support; add dz40rgb (#5231)</title>
<updated>2019-03-02T03:40:08Z</updated>
<author>
<name>moyi4681</name>
<email>moyi4681@users.noreply.github.com</email>
</author>
<published>2019-03-02T03:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=681db534f3e0e8efa3a9a03ae11b995e4a443ca9'/>
<id>urn:sha1:681db534f3e0e8efa3a9a03ae11b995e4a443ca9</id>
<content type='text'>
* 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 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz60rgb/keymaps/hhkb/config.h

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz60rgb/keymaps/iso/config.h

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz40rgb/rules.mk

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz60rgb/keymaps/ansi/config.h

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz60rgb/keymaps/default/config.h

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update keyboards/dztech/dz40rgb/keymaps/default/config.h

Co-Authored-By: moyi4681 &lt;moyi4681@users.noreply.github.com&gt;

* Update dz40rgb.c
</content>
</entry>
</feed>
