From 4cfd1e30fc320dee84840b7af9ed474a6afcfaa6 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 11 Apr 2018 15:10:55 -0700 Subject: More QMK Configurator Warning/Error Fixes (#2720) * Add readme with brief description Change KEYMAP to LAYOUT * Add readme.md with brief description Use LAYOUT macro * add a readme.md file * Add readme.md with brief description Use LAYOUT macro * Add readme.md with brief description Use LAYOUT macro * Fix "Warning: contra: Missing layout pp macro for ['planck_mit', 'planck_grid']", * Use LAYOUT macro --- keyboards/handwired/onekey/readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/handwired/onekey/readme.md (limited to 'keyboards/handwired/onekey') diff --git a/keyboards/handwired/onekey/readme.md b/keyboards/handwired/onekey/readme.md new file mode 100644 index 000000000..c28e284f3 --- /dev/null +++ b/keyboards/handwired/onekey/readme.md @@ -0,0 +1,15 @@ +# onekey handwired + +Custom handwired one key keyboard. + +Keyboard Maintainer: +Hardware Supported: Custom handwired one key +Hardware Availability: + +Switch must be connected to pins B0 and D0. + +Make example for this keyboard (after setting up your build environment): + + make handwired/onekey:default + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. \ No newline at end of file -- cgit v1.2.3-24-g4f1b