1
0
Fork 0

Plain60 Configurator support and cleanup (#4888)

* Plain60: remove redundant include guard from plain60.h

Superseded by #pragma once.

* Plain60: add Docs links to readme file

* Plain60: Configurator support
This commit is contained in:
noroadsleft 2019-01-20 18:19:10 -08:00 committed by MechMerlin
parent a0d5e270eb
commit 17fbfcb898
3 changed files with 82 additions and 6 deletions

View file

@ -9,4 +9,6 @@ Hardware Availability: https://github.com/Maartenwut/plain60-c
Make example for this keyboard (after setting up your build environment):
make plain60:default
make plain60:default
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).