qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.47k stars 37.7k forks source link

[keyboard] add bear_face/v3, folder maintenance #23950

Closed will-hedges closed 2 days ago

will-hedges commented 2 weeks ago

Added bear_face/v3, updated keyboard folder to align with latest documentation, with particular attention to moving backlight functionality to json files and removing version C files.

Description

Types of Changes

Checklist

will-hedges commented 2 weeks ago

From the PR checklist:

  • keyboard updates and refactors (eg. to data driven) must go through develop

Also the following would probably apply

  • PRs should contain the smallest amount of modifications required for a single change to the codebase

    • multiple keyboards at the same time is not acceptable

Where possible, refactoring should really be completed within a separate PR.

Apologies for missing going through develop, and since I couldn't get any version to compile I assumed I would need to update all 3 in one PR. I am happy to close this one and open 3 separate ones into develop if need be. Thanks