]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keymap] CRKBD Custom Keymap - KidBrazil (#7630)
authorLucas Moreira <hello@lucasmoreira.dev>
Wed, 18 Dec 2019 08:37:56 +0000 (03:37 -0500)
committerDrashna Jaelre <drashna@live.com>
Wed, 18 Dec 2019 08:37:56 +0000 (00:37 -0800)
commit3415dcef6fbd7e3ed96159747e2b428780642b3a
treeb2463c967b57c15e5517a56df17bbee3d2bfb6fe
parent7048b9403472464e3b2c9eea4ffbaf5be9538785
[Keymap] CRKBD Custom Keymap - KidBrazil (#7630)

* 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 & requests

* Second round of revisions
keyboards/crkbd/keymaps/kidbrazil/README.md [new file with mode: 0644]
keyboards/crkbd/keymaps/kidbrazil/config.h [new file with mode: 0644]
keyboards/crkbd/keymaps/kidbrazil/glcdfont.c [new file with mode: 0644]
keyboards/crkbd/keymaps/kidbrazil/keymap.c [new file with mode: 0644]
keyboards/crkbd/keymaps/kidbrazil/kidbrazil.json [new file with mode: 0644]
keyboards/crkbd/keymaps/kidbrazil/logo_reader.c [new file with mode: 0644]
keyboards/crkbd/keymaps/kidbrazil/rules.mk [new file with mode: 0644]