Skip to content

Commit

Permalink
handwired/qc60: refactor, Configurator update, and readme update (#4878)
Browse files Browse the repository at this point in the history
* handwired/qc60: refactor and Configurator update

- correct layout macro name (LAYOUT_ANSI_DEFAULT to LAYOUT_ansi_default)
- add layout data for remaining layout macros
- correct ISO layout macros (neither had a split left Shift)
- refactor LAYOUT_iso_alt (place KC_NUHS key on home row; consistent with LAYOUT_iso_default)
- proto.h refactored to use #pragma once include guard

* handwired/qc60: keymap refactor

- delete redundant KC_TRNS and KC_NO aliases

* handwired/qc60: readme update

- update header (made consistent with QMK template)
- update Docs links (Newbs Guide; grammar)
  • Loading branch information
noroadsleft authored and drashna committed Jan 19, 2019
1 parent 76afdd0 commit c4680a6
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 65 deletions.
5 changes: 2 additions & 3 deletions keyboards/handwired/qc60/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
QC60
========
# QC60

![qc60 layout](https://i.imgur.com/BAW1VGc.png)

Expand All @@ -19,4 +18,4 @@ Example of flashing this keyboard:

make handwired/qc60/proto:avrdude

See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
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).
Loading

0 comments on commit c4680a6

Please sign in to comment.