summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ortho5x13/ortho5x13.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-18handwired/ortho5x13: layout macro refactornoroadsleft1-5/+2
Discovered the LAYOUT_compact macro didn't compile in QMK Configurator. Realized the reason for that was that it automatically prepends `KC_` to every keycode received. Renamed the macro to LAYOUT_kc so Configurator will ignore it. Also changed the file to use the #pragma once include guard because I was in here anyway.
2018-04-12More QMK Configurator Warning/Error Fixes (#2720)MechMerlin1-2/+2
* 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
2017-03-09Add handwired 5x13 ortholinear keyboardDanny Nguyen1-0/+36