summaryrefslogtreecommitdiff
path: root/keyboards/littlealby/readme.md
blob: 039b09a584bbe79bd860ad51604d2b7c41443b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Little Alby

Little Alby is a keyboard library using QMK used to create Arduino based keyboards.

## Keyboard Layouts

[Mute:](keyboards/littlealby/mute)
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) 


## Arduino Micro pinout
![ARDUINO MICRO pinout](https://content.arduino.cc/assets/Pinout-Micro_latest.png)

Keyboard Maintainer: [albybarber](https://github.com/albybarber)

Keyboard Maintainers spirit guide : [Olivia](https://github.com/olivia)

Hardware:
* [ARDUINO MICRO - 5v](https://store.arduino.cc/usa/arduino-micro) or [Pro Micro - 5V/16MHz](https://www.sparkfun.com/products/12640)

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

    make littlealby/mute:default
    
    // Builds for specific programs 
    make littlealby/mute:zoom
    make littlealby/mute:ms_teams
    make littlealby/mute:g_meet

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).

## Credits
+ [2% Milk by spaceman - heavly inspired by](https://github.com/qmk/qmk_firmware/tree/master/keyboards/spaceman/2_milk)