aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/kidbrazil/glcdfont.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-011-12/+1
| | | | | | | | * Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* [Keymap] CRKBD Custom Keymap - KidBrazil (#7630)Lucas Moreira2019-12-181-0/+243
* 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