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.

34 lines
1.5 KiB

  1. # Little Alby
  2. Little Alby is a keyboard library using QMK used to create Arduino based keyboards.
  3. ## Keyboard Layouts
  4. [Mute:](keyboards/littlealby/mute)
  5. A single button layout that can be used as a mute audio keyboard shortcut for popular video conferencing programs e.g. [Zoom](keyboards/littlealby/mute/keymaps/zoom/readme.md), [Microsoft teams](keyboards/littlealby/mute/keymaps/ms_teams/readme.md), [Google meet](keyboards/littlealby/mute/keymaps/g_meet/readme.md)
  6. ## Arduino Micro pinout
  7. ![ARDUINO MICRO pinout](https://content.arduino.cc/assets/Pinout-Micro_latest.png)
  8. Keyboard Maintainer: [albybarber](https://github.com/albybarber)
  9. Keyboard Maintainers spirit guide : [Olivia](https://github.com/olivia)
  10. Hardware:
  11. * [ARDUINO MICRO - 5v](https://store.arduino.cc/usa/arduino-micro) or [Pro Micro - 5V/16MHz](https://www.sparkfun.com/products/12640)
  12. ## Building Code
  13. Make example for this keyboard (after setting up your build environment):
  14. make littlealby/mute:default
  15. // Builds for specific programs
  16. make littlealby/mute:zoom
  17. make littlealby/mute:ms_teams
  18. make littlealby/mute:g_meet
  19. 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).
  20. ## Credits
  21. + [2% Milk by spaceman - heavly inspired by](https://github.com/qmk/qmk_firmware/tree/master/keyboards/spaceman/2_milk)