summaryrefslogtreecommitdiffstats
path: root/keyboards/iron180/iron180.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-31/+0
|
* led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen2022-10-151-3/+1
| | | | Following #14452, less boilerplate is needed to customize indicator led control.
* Add 'capslock backlight' feature to Iron180 (#15462)Álvaro A. Volpato2021-12-271-1/+16
| | | | | | | * Add 'capslock backlight' capability to Iron180 * Update readme * Revers CAPSLOCK_BACKLIGHT back to default
* [Keyboard] Iron180 (#10948)Álvaro A. Volpato2020-12-161-0/+18
* Initial CK60i support * Initial Iron180 support * Add PWM support * Feedback from PCB protos * Update README * Remove CK60i references * Remove KC_NO ____ definition and replaced with predefined * Remove description field in USD descriptors * Shorten bluetooth enable and audio output comments on rules.mk * Initial VIA support Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>