<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/crkbd/keymaps/kidbrazil, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/crkbd/keymaps/kidbrazil?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/crkbd/keymaps/kidbrazil?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-03-01T06:56:50Z</updated>
<entry>
<title>Clean up includes for glcdfont headers (#7745)</title>
<updated>2020-03-01T06:56:50Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-03-01T06:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c9e3fa6f702d7b814c408f1476e43ce6cdd8f7d8'/>
<id>urn:sha1:c9e3fa6f702d7b814c408f1476e43ce6cdd8f7d8</id>
<content type='text'>
* Clean up includes for glcdfont headers

* Remove pragma once, most of these are not headers

* Missed these
</content>
</entry>
<entry>
<title>[Keymap] crkbd/kidbrazil adding layer dependent RGB &amp; better idle timeout. (#7901)</title>
<updated>2020-01-25T22:43:57Z</updated>
<author>
<name>Lucas Moreira</name>
<email>hello@lucasmoreira.dev</email>
</author>
<published>2020-01-25T22:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9ff61601e31585b924a3b3ff3738a30c520acc65'/>
<id>urn:sha1:9ff61601e31585b924a3b3ff3738a30c520acc65</id>
<content type='text'>
* Added KidBrazil custom keymap for CRKBD
-Custom Font
-Custom OLED output

* Added missing readme

* Oled Timeout Update for KidBrazil Keymap (#1)

* Setup Oled timeout based on simple timer

* Cleaned up comments and added timeout for LEDs

* Fixed some small errors

* Updated oled timout with matrix scan

* Updated oled timout with matrix scan

* Update withou eeprom

* Update timer code

* Use process user instead of keymap

* Added ifdef to protect oledtimer

* Updated with half timeout state for logo

* Removed middle tier timer

* Final cleanup of unused files

* Updated code as per suggestions &amp; requests

* Second round of revisions

* Updated keymap to better handle LED timeout
- Added boolean to hold LED state
- Added init function to set rgb to known state
- Modified RGB_TOG to work with noeeprom commands

* Finished adding the timeout for OLED and testing on CRKBD

* Updated documentation

* fixed the timeout logic so it works as intended

* Added initial limits to color settings

* Added layer reset as part of the iddle timeout process

* Split Keymap into more manageable files

* Finalizing RGB Layer status on CRKBD
- Refactored OLED timeout to deal only with oled
- If user remains iddle on game layer for too long it will switch to
default
- LED / OLED iddle working
- Minor changes to _SYM layer
- Removed some rgb controls from keyboard due to layer dependent RGB
colors

* Update keyboards/crkbd/keymaps/kidbrazil/keymap.c

Used suggestion from Drashna to replace EEPROM_RESET with shorter version.

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/crkbd/keymaps/kidbrazil/keymap.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Implemented drashna's comment

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
</content>
</entry>
<entry>
<title>[Keymap] Improvements to KidBrazil keymap to better handle OLED/LED Matrix timeout. (#7688)</title>
<updated>2020-01-08T01:28:06Z</updated>
<author>
<name>Lucas Moreira</name>
<email>hello@lucasmoreira.dev</email>
</author>
<published>2020-01-08T01:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fdc144d215b59a5bc3f3283b159895ec42ccba0b'/>
<id>urn:sha1:fdc144d215b59a5bc3f3283b159895ec42ccba0b</id>
<content type='text'>
* Added KidBrazil custom keymap for CRKBD
-Custom Font
-Custom OLED output

* Added missing readme

* Oled Timeout Update for KidBrazil Keymap (#1)

* Setup Oled timeout based on simple timer

* Cleaned up comments and added timeout for LEDs

* Fixed some small errors

* Updated oled timout with matrix scan

* Updated oled timout with matrix scan

* Update withou eeprom

* Update timer code

* Use process user instead of keymap

* Added ifdef to protect oledtimer

* Updated with half timeout state for logo

* Removed middle tier timer

* Final cleanup of unused files

* Updated code as per suggestions &amp; requests

* Second round of revisions

* Updated keymap to better handle LED timeout
- Added boolean to hold LED state
- Added init function to set rgb to known state
- Modified RGB_TOG to work with noeeprom commands

* Finished adding the timeout for OLED and testing on CRKBD

* Updated documentation

* fixed the timeout logic so it works as intended

* Update keyboards/crkbd/keymaps/kidbrazil/README.md
</content>
</entry>
<entry>
<title>[Keymap] CRKBD Custom Keymap - KidBrazil (#7630)</title>
<updated>2019-12-18T08:37:56Z</updated>
<author>
<name>Lucas Moreira</name>
<email>hello@lucasmoreira.dev</email>
</author>
<published>2019-12-18T08:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3415dcef6fbd7e3ed96159747e2b428780642b3a'/>
<id>urn:sha1:3415dcef6fbd7e3ed96159747e2b428780642b3a</id>
<content type='text'>
* Added KidBrazil custom keymap for CRKBD
-Custom Font
-Custom OLED output

* Added missing readme

* Oled Timeout Update for KidBrazil Keymap (#1)

* Setup Oled timeout based on simple timer

* Cleaned up comments and added timeout for LEDs

* Fixed some small errors

* Updated oled timout with matrix scan

* Updated oled timout with matrix scan

* Update withou eeprom

* Update timer code

* Use process user instead of keymap

* Added ifdef to protect oledtimer

* Updated with half timeout state for logo

* Removed middle tier timer

* Final cleanup of unused files

* Updated code as per suggestions &amp; requests

* Second round of revisions
</content>
</entry>
</feed>
