]> git.donarmstrong.com Git - qmk_firmware.git/commit
handwired/ortho5x13: layout macro refactor
authornoroadsleft <xxiinophobia@yahoo.com>
Fri, 18 Jan 2019 05:07:54 +0000 (21:07 -0800)
committerDrashna Jaelre <drashna@live.com>
Fri, 18 Jan 2019 06:10:54 +0000 (22:10 -0800)
commit0ebec1e41124b04d36e32461947539ffd0eb54ac
tree2b567978c1d2322955db5b1ef654ad93ea6f3815
parentba05f9667b9e33c49249fd456f11e652cbde574b
handwired/ortho5x13: layout macro refactor

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.
keyboards/handwired/ortho5x13/ortho5x13.h