summaryrefslogtreecommitdiffstats
path: root/keyboards/anavi
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Add Zoom keymap for ANAVI Macro Pad 8 (#10715)Leon Anavi2020-10-231-0/+96
| | | | | | | | | | | | | | Zoom keymap for ANAVI Macro Pad 8 with the following shortcuts: * Alt+V: Start/stop video * Alt+A: Mute/unmute my audio * Alt+M: Mute/unmute audio for everyone except the host * Alt+S: Start/stop screen sharing * Alt+R: Start/stop local recording * Alt+P: Pause/resume recording * Alt+C: Start/stop cloud recording * Switch to 2nd layout to control backlighting and underlighting Signed-off-by: Leon Anavi <leon@anavi.org>
* Add support for hsv->rgb conversion without using CIE curve. (#9856)Nick Brassel2020-08-291-1/+0
| | | | | * Add support for hsv->rgb conversion without using CIE curve. * Modify anavi/macropad8 to disable unicode (was unused), otherwise firmware size is too large.
* [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164)Leon Anavi2020-06-059-0/+507
ANAVI Macro Pad 8 is an open source mini mechanical keyboard with 8 keys, backlit, addressable RGB WS2812B LED strip on the back and mini OLED display. Powered by ATmega 32U4 microcontroller and with microUSB connector. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Signed-off-by: Leon Anavi <leon@anavi.org>