qmk-dactyl-manuform-a/keyboards/anavi/macropad8
Leon Anavi 1bfec6ddd9
[Keymap] Add KiCad keymap for ANAVI Macro Pad 8 (#10766)
KiCad is a cross platform, free and open source electronics design
automation (EDA) suite. It was used to create ANAVI Macro Pad 8.

This keymap contains 2 layers for KiCad hotkeys and a 3rd layer
for controlling the backlighting and the underlighting.

- Layer for KiCad Schematic hotkeys:
  m - to move selected component
  r - to rotate selected component
  w - to wire components
  v - to edit component value
  F1 - zoom in
  F2 - zoom out
  F4 - zoom center

- Layer for KiCad PCB layout hotkets:
  m - to move selected component
  r - to rotate selected component
  x - to route a new track
  v - to add a via
  F1 - zoom in
  F2 - zoom out
  F4 - zoom center

Signed-off-by: Leon Anavi <leon@anavi.org>
2020-10-29 01:28:13 -07:00
..
keymaps [Keymap] Add KiCad keymap for ANAVI Macro Pad 8 (#10766) 2020-10-29 01:28:13 -07:00
config.h [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164) 2020-06-05 00:48:58 -07:00
glcdfont.c [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164) 2020-06-05 00:48:58 -07:00
info.json [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164) 2020-06-05 00:48:58 -07:00
macropad8.c [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164) 2020-06-05 00:48:58 -07:00
macropad8.h [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164) 2020-06-05 00:48:58 -07:00
readme.md [Keyboard] keyboards/anavi: Add ANAVI Macro Pad 8 (#9164) 2020-06-05 00:48:58 -07:00
rules.mk Add support for hsv->rgb conversion without using CIE curve. (#9856) 2020-08-29 14:30:02 -07:00

readme.md

ANAVI Macro Pad 8

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 ATmega32U4 microcontroller and with microUSB connector.

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

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

qmk compile -kb anavi/macropad8 -km default

Flash to ANAVI Macro Pad 8:

qmk flash -kb anavi/macropad8 -km default

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