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.
24 lines
722 B
24 lines
722 B
6 years ago
|
# 68Keys.io
|
||
|
|
||
|
Custom [68Keys.io](https://68keys.io) DIY keyboard.
|
||
|
|
||
6 years ago
|
Keymap Maintainer: [sbstjn](https://sbstjn.com)
|
||
|
Hardware Supported: mf68
|
||
6 years ago
|
Hardware Availability: [DIY Guide](https://68keys.io)
|
||
|
|
||
|
Make example for this keyboard (after setting up your build environment):
|
||
|
|
||
|
```bash
|
||
|
$ > cd qmk_firmware/
|
||
6 years ago
|
$ > make 40percentclub/mf68:68keys
|
||
6 years ago
|
```
|
||
|
|
||
|
Example of flashing this keyboard:
|
||
|
|
||
|
```bash
|
||
|
$ > cd qmk_firmware/
|
||
6 years ago
|
$ > make 40percentclub/mf68:68keys:avrdude
|
||
6 years ago
|
```
|
||
|
|
||
|
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).
|