summaryrefslogtreecommitdiff
path: root/keyboards/meira/promicro/rules.mk
AgeCommit message (Collapse)Author
2021-01-30Add a <FEATURE>_SUPPORTED flag (#9058)Zach White
* Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2019-10-24Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark
* Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
2018-04-19Meira updates for bluetooth and audio (#2731)Cole Markham
* Add audio output * Update Miera to fix bluetooth issues, bootloader definition. * Added keymap with audio example * Cleanup Meira audio code
2018-03-07Update Meira for revision 1.1 to enable backlighting by default (#2468)Cole Markham
* Update Meira for revision 1.1 to enable backlighting by default * Updates to fix other keymaps
2017-12-14Fix keyboard not working if I2C pullups not enabled.Cole Markham
Disable backlighting by default.
2017-12-09Add support for MeiraCole Markham