Keyboard: handwired/fivethirteen Refactor, Configurator support, and readme cleanup (#4559)

* handwired/fivethirteen: refactor

- Layout macro KEYMAP renamed to LAYOUT
- Default keymap
  - now uses #include QMK_KEYBOARD_H
  - Removed redundant KC_TRNS definition
  - Removed deprecated fn_actions and action_get_macro functions.

* handwired/fivethirteen: Configurator support

* handwired/fivethirteen: readme cleanup

Restructured readme file to be closer to current QMK template.

Couldn't find a photo of an assembled fivethirteen, so deleted the
reference to the photograph.

Renamed to readme.md
This commit is contained in:
noroadsleft
2018-12-05 16:55:35 -08:00
committed by Drashna Jaelre
parent 58670ef4b7
commit 8ad561c8f0
5 changed files with 105 additions and 55 deletions

View File

@@ -0,0 +1,12 @@
# fivethirteen
A handwired 5x13 ortholinear keyboard with a 2U space bar.
Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
Hardware Supported: fivethirteen handwired
Make example for this keyboard (after setting up your build environment):
make handwired/fivethirteen: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).