]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix LAYOUT define generation (#4148)
authorDrashna Jaelre <drashna@live.com>
Tue, 16 Oct 2018 18:14:52 +0000 (11:14 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 16 Oct 2018 18:14:52 +0000 (14:14 -0400)
commit6cf9402cbc8156dd7c0892822ba949a1a1d8a4ba
treeb9f546ac13dac709520a0f168d9d74144e19a7bc
parent76aa2baf3ea169b976c4cef7013b2020d93a69c3
Fix LAYOUT define generation (#4148)

* Fix LAYOUT define generation

Prior to this, only the full keyboard path was defined.  Eg `KEYBOARD_planck_rev6`.
But the docs mention `KEYBOAD_planck`, which never actually gets defined.

This addresses this, and creates a define for each level of the keyboard folder, so that stuff like `KEYBOARD_planck` actually exists.

* Clean up changes to make it more readable
build_keyboard.mk