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.

18 lines
912 B

  1. # ANAVI Macro Pad 8
  2. 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.
  3. * Keyboard Maintainer: [Leon Anavi](https://github.com/leon-anavi)
  4. * Hardware Supported: ANAVI Macro Pad 8
  5. * Hardware Availability: [PCB Files](https://github.com/AnaviTechnology/anavi-macro-pad-8)
  6. Make example for this keyboard (after setting up your build environment):
  7. qmk compile -kb anavi/macropad8 -km default
  8. Flash to ANAVI Macro Pad 8:
  9. qmk flash -kb anavi/macropad8 -km default
  10. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).