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

Specify DEFAULT_FOLDER for v2/splinky #19093

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

0xcharly
Copy link
Contributor

QMK's list-keyboards infer a keyboard directory by looking for a rules.mk file. Because v2/splinky/v2 and v2/splinky/v3 share some rules.mk definition in v2/splinky/rules.mk, multibuild attempts to build them, which fails because POINTING_DEVICE_CS_PIN is only defined for the leaf folders.

This commit allows us to default to v3 by specifying DEFAULT_FOLDER in v2/splinky/rules.mk

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

QMK's `list-keyboards` infer a keyboard directory by looking for a
`rules.mk` file. Because `v2/splinky/v2` and `v2/splinky/v3` share
some `rules.mk` definition in `v2/splinky/rules.mk`, `multibuild`
attempts to build them, which fails because `POINTING_DEVICE_CS_PIN` is
only defined for the leaf folders.

This commit allows us to default to `v3` by specifying `DEFAULT_FOLDER`
in `v2/splinky/rules.mk`
@drashna drashna requested a review from a team November 16, 2022 03:04
@tzarc tzarc merged commit d695666 into qmk:master Nov 16, 2022
@0xcharly 0xcharly deleted the 2022-11-16-list_keyboards branch November 16, 2022 10:38
dkruyt pushed a commit to dkruyt/qmk_firmware that referenced this pull request Nov 18, 2022
thystips pushed a commit to thystips/qmk_firmware that referenced this pull request Nov 24, 2022
ramonimbao pushed a commit to ramonimbao/qmk_firmware that referenced this pull request Nov 28, 2022
elpekenin pushed a commit to elpekenin/qmk_firmware that referenced this pull request Dec 7, 2022
crembz pushed a commit to crembz/qmk_firmware that referenced this pull request Dec 18, 2022
nolanseaton pushed a commit to nolanseaton/qmk_firmware that referenced this pull request Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants