Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LAYOUT define generation #4148

Merged
merged 2 commits into from
Oct 16, 2018
Merged

Conversation

drashna
Copy link
Member

@drashna drashna commented Oct 16, 2018

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.

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.
@jackhumbert
Copy link
Member

Awesome - thanks!

@drashna drashna deleted the fix_layout_defines branch October 16, 2018 18:51
ReganL added a commit to ReganL/qmk_firmware that referenced this pull request Oct 16, 2018
* 'master' of github.com:ReganL/qmk_firmware:
  Fix LAYOUT define generation (qmk#4148)
  Fix doc typo
  Keymap: 60_ansi keymap for DZ60 (qmk#4139)
  Keymap: Some tweaks to Maxr1998's Contra layout (qmk#4144)
  Update to drashna keymaps and userspace - RGB edition (qmk#4143)
moperon pushed a commit to moperon/qmk_firmware that referenced this pull request Oct 18, 2018
* 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
zer09 pushed a commit to zer09/qmk_firmware that referenced this pull request Oct 27, 2018
* 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
rseymour pushed a commit to rseymour/qmk_firmware that referenced this pull request Mar 13, 2019
* 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
yamad pushed a commit to yamad/qmk_firmware that referenced this pull request Apr 10, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants