<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/quantum/color.h, branch master</title>
<subtitle>Custom split ortholinear mechanical keyboard with rollerball mouse. Firmware. https://blog.node5.net/custom-keyboard
</subtitle>
<id>http://git.node5.net/firmware/qmk/atom?h=master</id>
<link rel='self' href='http://git.node5.net/firmware/qmk/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/'/>
<updated>2022-01-22T06:12:14+00:00</updated>
<entry>
<title>fixed typo in orange HSV colors decalartion (#15976)</title>
<updated>2022-01-22T06:12:14+00:00</updated>
<author>
<name>Ryan Hausen</name>
<email>ryan.hausen@gmail.com</email>
</author>
<published>2022-01-22T06:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=489475814a7cff2bbcbe75b94024092173d01345'/>
<id>urn:sha1:489475814a7cff2bbcbe75b94024092173d01345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Relocate RGB/HSV color defs to a more fitting place (#13377)</title>
<updated>2021-06-29T18:15:58+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2021-06-29T18:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=653082235aaca8552078e62714eab30d1a517f57'/>
<id>urn:sha1:653082235aaca8552078e62714eab30d1a517f57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add BGR byte order for WS2812 drivers (#11562)</title>
<updated>2021-01-15T21:42:30+00:00</updated>
<author>
<name>kb-elmo</name>
<email>lorwel@mailbox.org</email>
</author>
<published>2021-01-15T21:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=3d70766327422bcd918b6940298f7557ab10d248'/>
<id>urn:sha1:3d70766327422bcd918b6940298f7557ab10d248</id>
<content type='text'>
* add byte order bgr for ws2812

* update docs for driver change

* Update ws2812_driver.md

* Update docs/ws2812_driver.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>Change include guards in quantum/ to pragma once (#11239)</title>
<updated>2020-12-26T04:53:12+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-12-26T04:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=48f4768d33313e6a6ed48c31f95eb44feda10a51'/>
<id>urn:sha1:48f4768d33313e6a6ed48c31f95eb44feda10a51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)</title>
<updated>2020-12-06T06:15:48+00:00</updated>
<author>
<name>Josh Hinnebusch</name>
<email>joshhinnebusch@gmail.com</email>
</author>
<published>2020-12-06T06:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=c59f87a5d73a2d8a2085663ae329c4d7c75c83e3'/>
<id>urn:sha1:c59f87a5d73a2d8a2085663ae329c4d7c75c83e3</id>
<content type='text'>
* add define for WS2812B-2020 to fix RGB issues

* update driver doc

* add WS2812_BYTE_ORDER definition to correct RGB byte issues

* add definition variable thing

* update per PR request

* update per PR reqs

* update per PR request

* inital changes

* move defines to color.h and add rgbw incase

* Update docs/ws2812_driver.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: hineybush &lt;hineybushkeyboards@gmail.com&gt;
Co-authored-by: Xelus22 &lt;preyas22@gmail.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>Add support for hsv-&gt;rgb conversion without using CIE curve. (#9856)</title>
<updated>2020-08-29T21:30:02+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-08-05T05:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=c990dc1e6cdcabbfe280d60e981f9e7cc733d5db'/>
<id>urn:sha1:c990dc1e6cdcabbfe280d60e981f9e7cc733d5db</id>
<content type='text'>
* Add support for hsv-&gt;rgb conversion without using CIE curve.

* Modify anavi/macropad8 to disable unicode (was unused), otherwise firmware size is too large.</content>
</entry>
<entry>
<title>Use White channel on RGBW LEDs (#7678)</title>
<updated>2019-12-31T16:33:49+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-12-31T16:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=7ba6456c0b2e041bb9f97dbed265c5b8b4b12192'/>
<id>urn:sha1:7ba6456c0b2e041bb9f97dbed265c5b8b4b12192</id>
<content type='text'>
* Use White channel on RGBW LEDs

Co-authored-by: kwerdenker &lt;sebastian.spindler@gmail.com&gt;

* Manually apply white channel to array

* Move where convert_rgb_to_rgbw is called

* Fix type for rgbw led struct

* Add changes to Ergodox EZ

can revert if deemed necessary

* Revert "Add changes to Ergodox EZ"

This reverts commit aa44db198d40d758ca10470eb94615513592d1dd.

* Revert "Fix type for rgbw led struct"

This reverts commit c5c744cba040201cc0d124400773cf13f8a2cf22.

* Revert "Move where convert_rgb_to_rgbw is called"

This reverts commit cd7f17caf6dd30731c54b3be54490fe4519444f9.

* Revert changes and fix up functions

* Enable white channel for Ergodox EZ as well

* Only run conversion of rgblight is enabled

Co-authored-by: kwerdenker &lt;sebastian.spindler@gmail.com&gt;
</content>
</entry>
<entry>
<title>clang-format changes</title>
<updated>2019-08-30T22:01:52+00:00</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2019-08-30T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=b624f32f944acdc59dcb130674c09090c5c404cb'/>
<id>urn:sha1:b624f32f944acdc59dcb130674c09090c5c404cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moving rgb typedefs into a single location (#5978)</title>
<updated>2019-06-04T18:04:30+00:00</updated>
<author>
<name>XScorpion2</name>
<email>rcalt2vt@gmail.com</email>
</author>
<published>2019-06-04T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=e7711b3b665c7df0a2a1d7272580cc01be28590d'/>
<id>urn:sha1:e7711b3b665c7df0a2a1d7272580cc01be28590d</id>
<content type='text'>
Because someone named the define poorly

Using full relative path as handwired/promethium has a color.h file</content>
</entry>
<entry>
<title>Adds IS31FL3731 RGB Matrix Implementation (#2910)</title>
<updated>2018-05-08T19:24:18+00:00</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2018-05-08T19:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=14b7602a65dedaf51db1c9288144765d43a83a15'/>
<id>urn:sha1:14b7602a65dedaf51db1c9288144765d43a83a15</id>
<content type='text'>
* adds is31fl3731 rgb matrix implementation

* fix build script for force pushes

* allow bootloader size to be overwritten

* adds planck light implementation

* split led config into 2 arrays

* idk

* betterize register handling

* update planck implementation

* update planck

* refine rgb interface

* cleanup names, rgb matrix

* start documentation

* finish up docs

* add effects list

* clean-up merge

* add RGB_MATRIX_SKIP_FRAMES

* add support for at90usb1286 to bootloader options
</content>
</entry>
</feed>
