You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Leon Anavi 9682fca47b
[Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821)
3 years ago
..
keymaps [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago
config.h [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago
info.json [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago
macropad2.c [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago
macropad2.h [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago
readme.md [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago
rules.mk [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 2 (#11821) 3 years ago

readme.md

ANAVI Macro Pad 8

ANAVI Macro Pad 2 is an open source mini mechanical keyboard with 2 keys and backlit. Powered by ATtiny 85 microcontroller and with microUSB connector. Designed with KiCad.

  • Keyboard Maintainer: Leon Anavi
  • Hardware Supported: ANAVI Macro Pad 2
  • Hardware Availability: PCB Files

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