From 09ee7da6deb50a3ff5f808cc47daebe94f5a3f3a Mon Sep 17 00:00:00 2001 From: Maarten Dekkers Date: Sat, 19 Jan 2019 23:29:15 +0100 Subject: Add Plain60 support (#4887) * Add Plain60 support * Delete info.json * Remove definition of KC_TRNS in keymap * Add spaces for proper markdown to readme.md --- keyboards/plain60/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/plain60/readme.md (limited to 'keyboards/plain60/readme.md') diff --git a/keyboards/plain60/readme.md b/keyboards/plain60/readme.md new file mode 100644 index 0000000000..58be67ac05 --- /dev/null +++ b/keyboards/plain60/readme.md @@ -0,0 +1,12 @@ +Plain60-C and Plain60-B +====== + +A plain 60% PCB with USB-C. + +Keyboard Maintainer: Maartenwut +Hardware Supported: Plain60-C and Plain60-B +Hardware Availability: https://github.com/Maartenwut/plain60-c + +Make example for this keyboard (after setting up your build environment): + + make plain60:default \ No newline at end of file -- cgit v1.2.3 From 17fbfcb898c8f765b94ef34cf3f6c9181c7a5c56 Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Sun, 20 Jan 2019 18:19:10 -0800 Subject: 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 --- keyboards/plain60/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/plain60/readme.md') diff --git a/keyboards/plain60/readme.md b/keyboards/plain60/readme.md index 58be67ac05..5e8b17a965 100644 --- a/keyboards/plain60/readme.md +++ b/keyboards/plain60/readme.md @@ -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 \ No newline at end of file + 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). -- cgit v1.2.3