]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/68keys/README.md
Use DFU bootloader for rev 3
[qmk_firmware.git] / keyboards / 68keys / README.md
1 # 68Keys.io
2
3 Custom [68Keys.io](https://68keys.io) DIY keyboard.
4
5 Keyboard Maintainer: [sbstjn](https://sbstjn.com)  
6 Hardware Supported: Pro Micro  
7 Hardware Availability: [DIY Guide](https://68keys.io)
8
9 Make example for this keyboard (after setting up your build environment):
10
11 ```bash
12 $ > cd qmk_firmware/
13 $ > make 68keys:default
14 ```
15
16 Example of flashing this keyboard:
17
18 ```bash
19 $ > cd qmk_firmware/
20 $ > make 68keys:default:avrdude
21 ```
22
23 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).