Consolidate Binepad BN009 R1 and R2 into common folder #20113
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is intended for the
develop
branch as it's deemed a breaking change (insofar as moving folders).This PR consolidates the Binepad BN009 R1 (ft. a ATMega32U4 mcu) and R2 (ft. the PCB upgrade to the STM32F103 mcu) into a single folder. The two keypads feature the same VID/PID, same matrix grid, and same keymap.
Further cleanup has been performed on the original KB,
keyboards/binepad/bn009
, now moved to thekeyboards/binepad/bn009/r1
folder:config.h
andrules.mk
settings moved toinfo.json
to enable data-driven compile.default
andvia
kemaps moved tokeymap.json
for data-driven keymaps.Folder items in
keyboards/binepad/bn009r2
have been moved tokeyboards/binepad/bn009/r2
and common items merged in.Types of Changes
Issues Fixed or Closed by This PR
(n/a)
Checklist