aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ortho5x13/ortho5x13.h
Commit message (Collapse)AuthorAgeFilesLines
* handwired/ortho5x13: layout macro refactornoroadsleft2019-01-171-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.
* More QMK Configurator Warning/Error Fixes (#2720)MechMerlin2018-04-111-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
* Add handwired 5x13 ortholinear keyboardDanny Nguyen2017-03-091-0/+36