qmk_firmware/keyboards/handwired/ortho5x13
noroadsleft 0ebec1e411 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.
2019-01-17 22:10:54 -08:00
..
keymaps/default
config.h
info.json
ortho5x13.c
ortho5x13.h handwired/ortho5x13: layout macro refactor 2019-01-17 22:10:54 -08:00
readme.md
rules.mk

ortho5x13 handwired

Custom handwired ortho5x13 keyboard.

Keyboard Maintainer: Danny
Hardware Supported: Custom handwired 5x13 ortho keyboard
Hardware Availability:

Make example for this keyboard (after setting up your build environment):

make handwired/ortho5x13:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.