qmk-dactyl-manuform-a/keyboards/anavi/macropad2
Leon Anavi 542918d073
[Keymap] ANAVI Macro Pad 2 add MS Teams keymap (#12779)
This keymap contains the following shortcuts for Microsoft Teams
on MS Windows and GNU/Linux distributions:

- Ctrl+Shift+M: Toggle mute
- Ctrl+Shift+O: Toggle video (doesn't work in a web browser)

NOTE: Mac users should replace Ctrl with Command in all shortcuts

Signed-off-by: Leon Anavi <leon@anavi.org>
2021-05-13 10:22:54 -07:00
..
keymaps [Keymap] ANAVI Macro Pad 2 add MS Teams keymap (#12779) 2021-05-13 10:22:54 -07:00
config.h [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 2021-02-20 14:47:05 -05:00
info.json [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 2021-02-20 14:47:05 -05:00
macropad2.c [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 2021-02-20 14:47:05 -05:00
macropad2.h [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 2021-02-20 14:47:05 -05:00
readme.md [Keyboard] ANAVI Macro Pad 2 update readme.md (#12827) 2021-05-13 12:35:55 +10:00
rules.mk [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 2021-02-20 14:47:05 -05:00

readme.md

ANAVI Macro Pad 2

ANAVI Macro Pad 2 is an open source, custom programmable, tiny 2% mechanical keyboard/keypad with backlit. Each of the two keys allows you to reprogram and use it as macro keypad or even dedicated shortcut keys.

ANAVI Macro Pad 2 can be customized for multiple use cases across various industries. It is the perfect fit for copy and paste as well as video conferencing applications. You can easily turn the camera or microphone on or off. Various keymaps are available, including for Zoom, Jitsi, Skype, Microsoft Teams, Google Meet, and Git.

Powered by Microchip ATtiny 85 microcontroller and with microUSB connector. Only free and open source software tools like KiCad, OpenSCAD, and Inkscape were used to design ANAVI Macro Pad 2. ANAVI Macro Pad 2 relies on QMK firmware, Micronucleus and V-USB.

Note: Due to limited firmware space, a lot of features have to be disabled to get a functioning QMK based keyboard.

Make example for this keyboard (after setting up your build environment):

make anavi/macropad2:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Flashing

Prerequisites

git clone https://github.com/micronucleus/micronucleus.git
cd micronucleus/commandline/
sudo make install

On GNU/Linux distributions, you will need proper privileges to access the MCU. You can either use sudo when flashing firmware, or place these files in /etc/udev/rules.d/. Once added run the following:

sudo udevadm control --reload-rules
sudo udevadm trigger

Instructions

  • Run one of the following commands:
make anavi/macropad2:default:flash

# or directly with...
micronucleus --run <firmware.hex>
  • Plug ANAVI Macro Pad 2 to the USB port and the flashing procedure should start

Recovery