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

Data-Driven Keyboard Conversions: Mechlovin #23624

Merged
merged 17 commits into from
Apr 27, 2024

Conversation

noroadsleft
Copy link
Member

Description

Converts rules.mk entries to data-driven where applicable. Renames info.json to keyboard.json in instances where rules.mk can be safely deleted.

  • keyboards with names beginning with mechlovin/

Types of Changes

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

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).

Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/adelais/rgb_led/rev1`
  - `mechlovin/adelais/rgb_led/rev2`
  - `mechlovin/adelais/rgb_led/rev3`
  - `mechlovin/adelais/standard_led/arm/rev2`
  - `mechlovin/adelais/standard_led/arm/rev3`
  - `mechlovin/adelais/standard_led/arm/rev4/apm32f103`
  - `mechlovin/adelais/standard_led/arm/rev4/stm32f303`
  - `mechlovin/adelais/standard_led/avr/rev1`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/delphine/mono_led`
  - `mechlovin/delphine/rgb_led`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/hannah60rgb/rev1`
  - `mechlovin/hannah60rgb/rev2`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/hannah65/rev1/haus`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/hannah910/rev1`
  - `mechlovin/hannah910/rev2`
  - `mechlovin/hannah910/rev3`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/hex4b/rev1`
  - `mechlovin/hex4b/rev2`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/jay60`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/mechlovin9/rev1`
  - `mechlovin/mechlovin9/rev2`
  - `mechlovin/mechlovin9/rev3`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/olly/bb`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/olly/jf/rev1`
  - `mechlovin/olly/jf/rev2`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/serratus`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/th1800`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/zed1800/oreum`
  - `mechlovin/zed1800/saber`
  - `mechlovin/zed1800/zepsody`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/zed65/910`
  - `mechlovin/zed65/mono_led`
  - `mechlovin/zed65/no_backlight/retro66`
  - `mechlovin/zed65/no_backlight/wearhaus66`
  - `mechlovin/zed65/rev1`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/infinity87/rev1/rogue87`
  - `mechlovin/infinity87/rev1/rouge87`
  - `mechlovin/infinity87/rev1/standard`
  - `mechlovin/infinity87/rev2`
  - `mechlovin/infinity87/rgb_rev1`
Converts `rules.mk` entries to data-driven where applicable. Renames
`info.json` to `keyboard.json` in instances where `rules.mk` can be
safely deleted.

Affects:

  - `mechlovin/infinity875`
@noroadsleft noroadsleft changed the title Data-Driven Keyboard Conversions: Mechlovin Data-Driven Keyboard Conversions: Mechlovin Apr 27, 2024
Previous data-driven conversions inadvertently disabled some features
that were enabled prior to conversion. This commit restores the pre-DD
configurations.

Affects:

  - `mechlovin/adelais/standard_led/arm/rev4/apm32f103`
  - `mechlovin/adelais/standard_led/arm/rev4/stm32f303`
  - `mechlovin/infinity87/rev1/standard`
@zvecr zvecr merged commit 8f8fffc into qmk:develop Apr 27, 2024
2 of 3 checks passed
@noroadsleft noroadsleft deleted the dev/dd_json_mechlovin branch April 27, 2024 18:43
PepperLola pushed a commit to PepperLola/qmk_firmware that referenced this pull request May 29, 2024
whoisjordangarcia pushed a commit to whoisjordangarcia/qmk_firmware that referenced this pull request Jun 8, 2024
nuphy-src pushed a commit to nuphy-src/qmk_firmware that referenced this pull request Jul 2, 2024
AJO-Python pushed a commit to AJO-Python/qmk_firmware that referenced this pull request Jul 7, 2024
jrtex pushed a commit to jrtex/qmk_firmware that referenced this pull request Jul 13, 2024
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

3 participants