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

[QP] Fix up delta frame boundaries #20296

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Conversation

tzarc
Copy link
Member

@tzarc tzarc commented Mar 29, 2023

Description

Geometry needs to be specified as pixel-inclusive -- delta frames forgot about that.

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

@tzarc tzarc added the bug label Mar 29, 2023
@tzarc tzarc requested a review from a team March 29, 2023 22:08
@github-actions github-actions bot added cli qmk cli command python labels Mar 29, 2023
@tzarc tzarc merged commit c3c401f into qmk:master Mar 30, 2023
@tzarc tzarc deleted the qgf-delta-frame-fix branch March 30, 2023 21:41
sudish added a commit to sudish/qmk_firmware that referenced this pull request Apr 1, 2023
* upstream/master:
  [QP] Fix up delta frame boundaries (qmk#20296)
  [Keyboard update] Fix json error (qmk#20299)
  Revert to hex output for kint41 (qmk#20295)
  [Keyboard] Add KeyDeck8 (qmk#20107)
  [Keyboard] Add Steezy60 Rev B (qmk#19688)
  [Keyboard] Add Plaque80 (qmk#20240)
  [Keyboard] Add alhenkb macropad (qmk#20123)
  Minify content published to API (qmk#20285)
  Add ability for `qmk mass-compile` to build specified targets (qmk#20294)
  Fixup CI command failures. (qmk#20291)
  Add step summary output to CI builds, with failure logs. (qmk#20288)
  Fix some invalid layout macros (qmk#20256)
  CI Builds: master/develop, default/via, twice daily. (qmk#20283)
  I have zero involvement with this keyboard... (qmk#20287)
  Add new keyboard Tightwriter (qmk#20136)
  Remove invalid characters (qmk#20277)
  [keyboard] Correcting info.JSON for OSAv2 (qmk#20247)
  [chore] keyboards/tzarc: Alignment with clang-format. (qmk#20265)
coquizen pushed a commit to coquizen/qmk_firmware that referenced this pull request Apr 6, 2023
efjacobson added a commit to efjacobson/qmk_firmware that referenced this pull request Apr 8, 2023
* [Bug] Fix compiliation issue for Key Overrides (qmk#19856)

* Elaborate on keyboard level encoder functionality (qmk#19839)

* Fix regen script for macOS (qmk#19857)

* [Keyboard] Add Quarkeys Z40 keyboard (qmk#19741)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove unused RGBLight defines from config.h (qmk#19859)

* Move Bootmagic config to data driven (qmk#19860)

* Move LED indicator config to data driven (qmk#19800)

* Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (qmk#19778)

Co-authored-by: Nick Brassel <nick@tzarc.org>

* [Keyboard] Add Ciel65 (qmk#19847)

Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>

* Fixup durgod/dgk6x (scroll lock mis-defined as num lock) (qmk#19864)

* Remove matrix size defines (qmk#19581)

* Move `SOFT_SERIAL_PIN` to data driven (qmk#19863)

* Fix API generation (qmk#19866)

* Added via keymap for bpiphany/pegasushoof (qmk#19653)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Fixup for_science (qmk#19867)

* Fix more build failures (qmk#19869)

* Fixup pegasushoof VIA keymap (qmk#19874)

* [Keyboard] Brick (qmk#19851)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>

* [Keyboard] Add Degenpad (qmk#19812)

Co-authored-by: jack <0x6a73@protonmail.com>

* Align sequencer keycodes (qmk#19875)

* Add caps lock indicator capabilities to M75S (qmk#19552)

* [Keyboard] Add LED startup sequence to Lumberjack (qmk#19841)

* Add ac001 keyboard (qmk#19868)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Add mouse layer to Kprepublic BM40HSRGB Coffee layout (qmk#19878)

Co-authored-by: Fae <faenkhauser@gmail.com>

* Fix functions when `NO_ACTION_TAPPING` is defined (qmk#11528)

* Add `mass-compile` ability to filter by key existence. (qmk#19885)

* BM40 keymap for Skewwhiffy, revamp (qmk#19876)

* [Keymap] Add encoder map to degenpad default keymap (qmk#19880)

* Move layouts for direct_pins boards to data driven (qmk#19872)

* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (qmk#19884)

* Add license headers to all default layout keymaps (qmk#19888)

* Stub changelog

* Fix date

* Refactor more KC_MISSION_CONTROL/KC_LAUNCHPAD usages (qmk#19891)

* New keymap for GMMK2 Compact (qmk#19430)

Co-authored-by: Joel Challis <git@zvecr.com>

* Move backlight config to data driven, part 1 (qmk#19887)

* Add some missing `#pragma once`s (qmk#19902)

* Remove default and unused `BACKLIGHT_LEVELS` (qmk#19898)

* Remove magic bodges from via keymaps (qmk#19890)

* Fixup cannonkeys/satisfaction75 (readd `backlight.breathing_period`) (qmk#19901)

* [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (qmk#19893)

* Align magic keycodes (qmk#19877)

* VIA Protocol 12 + fixes (qmk#19916)

Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>

* Move QMK LUFA bootloader config to data driven (qmk#19879)

* Migrate some more layouts to data driven (qmk#19889)

* Reallocate SAFE_RANGE (qmk#19909)

* Reallocate user/kb keycode ranges (qmk#19907)

* Open Use standard magic keycodes in yandrstudio keymaps (qmk#19919)

* Remove VIA specific use of `MACRO0*` (qmk#19918)

* [Keyboard] Update Reviung Vendor ID (qmk#19928)

* Move backlight config to data driven (qmk#19910)

* Move encoder config to data driven (qmk#19923)

Co-authored-by: Nick Brassel <nick@tzarc.org>

* `keebio/kbo5000`: fix encoder config (qmk#19941)

* Hide hex output when building uf2 (qmk#19940)

* Breaking Changes 2023q1 changelog. (qmk#19945)

* Add changelog for Leader Key refactor (qmk#19953)

* Flag "builddefs" as core changes (qmk#19950)

* [Keymap] Drashna updates for 0.20.0 (qmk#19960)

* [Keyboard] remove non-existent method from ploopy documentation (qmk#19957)

* Bump tj-actions/changed-files from 34 to 35 (qmk#19971)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v34...v35)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Keyboard] Add FRL84 PCB. (qmk#19942)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keymap] sofle/keymaps/michal: rewrite (qmk#19938)

* [Keyboard] Add GPAD8-2R (gpad8_2r) Macro Pad (qmk#19914)

Co-authored-by: jack <0x6a73@protonmail.com>

* Disable safe.directory check (qmk#19970)

* Remove `all` from list of animations in `info.json` (qmk#19978)

* added Polly40 keyboard (qmk#19936)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keymap] Add davidrambo lulu keymap (qmk#19448)

Co-authored-by: Joel Challis <git@zvecr.com>

* [Keyboard] Clean up contra & move to data-driven (qmk#19973)

Co-authored-by: Joel Challis <git@zvecr.com>

* Check all keys have matrix positions when parsing C LAYOUT macros (qmk#19781)

* Update branch names to reflect configurator's new deployment. (qmk#19999)

* Initial deprecation policy documentation. (qmk#19908)

* Add new keymap for Preonic rev3 (qmk#19706)

* Add Support for Lilly58 r2g (qmk#19862)

* Add support for lilly58 r2g by Mechboards

* Add Keychron Q12 (qmk#19844)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Unbreak switchplate/southpaw_65 after qmk#16277 (qmk#20015)

Apparently the changes done in qmk#16277 swapped the values read from the
PCA9555 expanders by mistake, which resulted in mixed up matrix columns.
Fix the chip and register addresses to match the original code.

* Reject VIA keys within info.json (qmk#20026)

* keyboards/anavi: Add ANAVI Knobs 3 (qmk#18624)

* [Keyboard] Add gummykey (qmk#19695)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Docs] Discuss layout macro (qmk#19803)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* [Keyboard] Sejin EAT-1010R2 keyboard (qmk#19809)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Add disable git safe directory check step (qmk#20040)

* [Keyboard] Add Karn Keyboard (qmk#19846)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] Smooted's BM80v2 keymap (qmk#19873)

* implement rgb matrix for momokai keyboards (qmk#19904)

Co-authored-by: jack <0x6a73@protonmail.com>

* VIA keymap for djinn (qmk#19881)

* Fix processing of recently added system keycodes (qmk#20058)

* [Keyboard] Teahouse Ayleen TKL (qmk#19900)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>

* EC Pro 2 PCB (qmk#19917)

* EC Pro 2 firmware by Cipulot

* [Docs] Add mod-tap section header (qmk#20041)

* [Doc] Update PR checklist (qmk#19988)

* Adding firmware for New Proto[Typist] in-stock PCBs. (qmk#19958)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Anjheos <Anjheos.Designs@gmail.com>

* `qmk info`: add warning when layout is offset (qmk#20070)

* Keebio/KBO-5000 Encoder Misconfiguration Fix for qmk#20073 (qmk#20074)

* Add CI builds for default and via keymaps (qmk#20071)

* [Keymap] Fix the secondary keyboard not updating WPM (qmk#20069)

* [Keyboard] frobiac custom boards and layout (qmk#19883)

* [Keymap] add crkbd/keymaps/markstos (qmk#19010)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* [Keyboard] update matrix pins for Polly40 (qmk#20002)

* [Keyboard] Add tsubasa keyboard (qmk#19352)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add Ortho48v2 Keyboard (qmk#18889)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Fix incorrect matrix positions for RGB LEDs (qmk#20082)

* Move macro3 to data-driven (qmk#20046)

* Zeno pcb V0.0.4 update via + fileformatting (qmk#20023)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Caerdroia Keyboard Firmware (qmk#20036)

* [Keyboard] VIA support for Pierce keyboard (qmk#20045)

* [Keyboard] Add Binpad BN009 R2 3x3 macropad (qmk#19992)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add Spleeb default and custom firmware (qmk#19481)

Co-authored-by: jack <0x6a73@protonmail.com>

* Yet another adventure in trying to fit things into a 32U4 (qmk#20091)

* Teleport native bugfix (changed F411CC wear levelling) (qmk#20090)

* workaround for flash size issue

* enable mousekeys due to requests by some users

* [Keyboard] Change pierce vendor ID (qmk#20088)

* Ketch LGUI/LALT key transposed on Minivan layout (qmk#20025)

* [Keyboard] Add k83 (qmk#19896)

* Add Chimera65 Hotswap keyboard (qmk#20038)

Co-authored-by: jack <0x6a73@protonmail.com>

* Allow for CI builds to run for 23 hours, instead of 6. (qmk#20094)

* Allow for CI builds to run for 23 hours, instead of 6. (part deux) (qmk#20095)

* [keyboard] Prevent LED flicker when connecting AnnePro 2 (qmk#19709)

* Move Ferris Sweep to data-driven (qmk#20111)

* Document Autocorrect callback functions (qmk#20115)

* RF R1 8-9Xu PCB (qmk#20048)

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update newbs_getting_started to include instructions for apple silicon (qmk#19579)

Co-authored-by: Joel Challis <git@zvecr.com>

* [Keyboard] Add KP60 (qmk#20096)

Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Let's use workflows to parallelise the builds. (qmk#20120)

* Let's use workflows to parallelise the builds.

* Nofail if files aren't present.

* Formatting.

* [Keyboard] New Keyboard - Sugar Glider (qmk#19933)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* add new board: splaytoraid (qmk#20052)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* [Keyboard] Add hineybush/h87_g2 (qmk#20053)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* add tiger80 iso layout support (qmk#19975)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add Atlantis PS17 (qmk#19952)

* [Doc] Add example to  keyboard housekeeping and some minor fixes (qmk#19968)

Co-authored-by: jack <0x6a73@protonmail.com>

* Update keycodes_0.0.1_basic.hjson (qmk#20129)

* Update keychron_common.c (qmk#20055)

* [Keymap] Sugarglider VIA keymap enhancement (qmk#20140)

* [Keyboard] Add Blueberry (qmk#19915)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Add `qmk find` command, reuse logic for `qmk mass-compile`. (qmk#20139)

* [Keyboard] 1upkeyboards/pi40 update (qmk#20066)

* [keyboard] Viktus Minne (qmk#19977)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Fix typos in readme for Lily58 R2G (qmk#20149)

* [Keyboard] Add yandrstudio/transition80 (qmk#19790)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* De-parallelise CI (qmk#20171)

* De-parallelise CI

No speed increase.

* Update .github/workflows/ci_builds.yml

* [Keymap] crkbd toinux update (qmk#19673)

* [Keyboard] Add Coban Pad 3A (qmk#19634)

* Add Support for LPAD (qmk#19852)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Fixup kbdfans/tiger80 RGB animations (qmk#20164)

* Format code according to conventions (qmk#20175)

* Update lpad info.json (qmk#20184)

Update incorrect row and col pins, now confirmed working via manual build in QMK MSYS

* [Keyboard] Add Blu vimclutch (qmk#20060)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] for sharkby7e (qmk#20121)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add Kuro65 keyboard (qmk#20122)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* [Keyboard] Add CannonKeys Bakeneko60 ISO Hotswap PCB (qmk#20130)

* [Keyboard] Add pteropus keyboard (qmk#20147)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Chi-Han Yang <chyang@enrichtx.com>

* [Keyboard] OSAv2 (qmk#20166)

* [Keyboard] Olly Orion: Disable SWD and JTAG (qmk#20169)

Co-authored-by: Joel Challis <git@zvecr.com>

* [Keyboard] Add tiny board 16 rgb keyboard (qmk#20158)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] update creek70 change rgb num (qmk#20196)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Adding Bad Wings Support (qmk#20153)

* fixup: correct filename (qmk#20212)

* [Keyboard] Add via support for jotanck keyboard (qmk#20146)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add Geistmaschine Geist (qmk#20117)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Ymd09 config updates (qmk#20124)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Fix tata80 wkl layout (qmk#20195)

* [jacky_studio/piggy60] warn about incompatible PCB rev (qmk#20232)

* EC 60 PCB (qmk#20050)

* Add EC 60 PCB firmware

* Moved from data driven row/col def to config def

* Implemented proper LAYOUT_ changes

* Removed unnecessary `.h` includes

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Update readme.md

Added missing `cipulot/`in readme example commands

* Update keyboards/cipulot/ec_60/readme.md

Co-authored-by: Tom Barnes <barnestom@me.com>

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update keyboards/cipulot/ec_60/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

---------

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* EC 23U PCB (qmk#20049)

* Add EC 23U PCB firmware

* Moved from data driven row/col def to config def

* Implemented proper LAYOUT_ changes

* Removed unnecessary `.h` includes

* Updated default thresholds

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Update readme.md

Added missing `cipulot/` in example commands.

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update rules.mk

* EC ProX PCB (qmk#20047)

* Add EC Pro X

Addition of EC Pro X PCB series.
This series comprises 2 versions:
- ANSI/ISO
- JIS

The PCBs are different and are compatible only with their respective cases.

* Moved from data driven row/col def to config def

* Added project url in info.json

* Implemented proper `LAYOUT_` changes

* Removen unnecessary `.h` includes

* Removal of `"w": 1`

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Fixed keymap error in ordering

* Update keyboards/cipulot/ec_prox/jis/readme.md

Co-authored-by: Tom Barnes <barnestom@me.com>

* Update keyboards/cipulot/ec_prox/ansi_iso/readme.md

Co-authored-by: Tom Barnes <barnestom@me.com>

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update keyboards/cipulot/ec_prox/jis/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update rules.mk

---------

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [keyboard] Correcting info.JSON for Viktus Minne (qmk#20244)

* [Keyboard]Viktus Minne - Topre variant (qmk#20044)

* Adding the Viktus Minne topre pcb variant

* Update keyboards/viktus/minne_topre/readme.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update rules.mk

* Moving layouts from *.h to info.json

* Removing minne_topre.h and updating others

* fixing *.c's

* Switch from int to void for ec_init

* Update info.json

* Update info.json

---------

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK (qmk#20131)

* Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK

* Add 65_iso_blocker community layout support

* Bump actions/stale from 7 to 8 (qmk#20246)

Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v7...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Documentation] Pointing device minor rewrite (qmk#19641)

* Check for multiple matrix positions assigned to same key (qmk#20039)

* [chore] keyboards/tzarc: Alignment with clang-format. (qmk#20265)

* [keyboard] Correcting info.JSON for OSAv2 (qmk#20247)

* Remove invalid characters (qmk#20277)

* Add new keyboard Tightwriter (qmk#20136)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* I have zero involvement with this keyboard... (qmk#20287)

* CI Builds: master/develop, default/via, twice daily. (qmk#20283)

* Fix some invalid layout macros (qmk#20256)

* Add step summary output to CI builds, with failure logs. (qmk#20288)

* Fixup CI command failures. (qmk#20291)

* Add ability for `qmk mass-compile` to build specified targets (qmk#20294)

* Minify content published to API (qmk#20285)

* [Keyboard] Add alhenkb macropad (qmk#20123)

* [Keyboard] Add Plaque80 (qmk#20240)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>

* [Keyboard] Add Steezy60 Rev B (qmk#19688)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* [Keyboard] Add KeyDeck8 (qmk#20107)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Revert to hex output for kint41 (qmk#20295)

* [Keyboard update] Fix json error (qmk#20299)

* [QP] Fix up delta frame boundaries (qmk#20296)

* [Keymap] Add md40 ckrbd keymap (qmk#19931)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] Ferris - Add split USB detection directive (qmk#20213)

* [Keyboard] Add GMMK Numpad (qmk#20067)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keymap] update arkag keymap, add hitbox layout (qmk#20271)

Co-authored-by: Alex Kagno <alex@turncommerce.com>

* Add angle65 (qmk#19986)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Enable encoder mapping in VIA for Keebio KBO-5000 (qmk#20272)

* [Keyboard] Add Mechlovin9 rev.3 (qmk#20119)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add Royal Kludge RKG-68 (qmk#20138)

* [Keyboard] Add pocketpad (qmk#20229)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add Erdnuss 65 (qmk#20202)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keymap] Add dancxjo hotdox76v2 keymap (qmk#20016)

* Add support for Geistmaschine Macropod (qmk#20116)

Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>

* [Keyboard] Add nullbits SNAP keyboard (qmk#18916)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Add user horrortroll in userspace (qmk#19769)

* Add recommendations for VSCode intellisense (qmk#19402)

* ISO-DE Keymap for Dactyl Manuform 6x7 (qmk#19441)

* [Bugfix] Check QGF's bpp against display's native_bits_per_pixel (qmk#19995)

* Adding my keymap (qmk#19964)

* Update WT60-H1, WT60-H3 layouts (qmk#20114)

* onekey: Fix console output on AVR (qmk#19930)

* New layer added to giabalanai keyboard (qmk#20118)

* Adding Unextended Standard PCB (qmk#20190)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>

* Refactor Galatea (qmk#20011)

* Add an alternate layout definition for Keyboardio Model 01 (qmk#20245)

* Suggest `qmk list-keyboards` when testing build environment (qmk#19471)

Co-authored-by: Joel Challis <git@zvecr.com>

* Data-driven updates to overnumpad controller keyboards (qmk#20259)

* PR checklist: keyboard updates must go to `develop` (qmk#20323)

* Modify default encoder mappings, change PID, enable mousekeys (qmk#20329)

* Adding Oceanographer to QMK. (qmk#20324)

* Personal keymaps for crkbd and kyria (qmk#20009)

* Add Ripple TKL Hotswap Firmware (qmk#20302)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Add Ripple TKL Keyboard firmware (qmk#20301)

* [keyboard] Adding OSAv2 numpad (qmk#20209)

Co-authored-by: jack <0x6a73@protonmail.com>

* Use table for debounce algorithm description (qmk#20322)

* Manibus keyboard, update pinout (qmk#20309)

* Add debounce time description (qmk#20333)

* Resolve keyboard names for `qmk mass-compile`. (qmk#20335)

* [Keyboard] Add Budgy and Crowboard Keyboards (qmk#19141)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* Add Junco Keyboard (qmk#19516)

* [Keyboard] Add lxxt (qmk#19935)

Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>

* Add Iron160 I160-S and I160-H PCBs support (qmk#20077)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Add peterfalken userspace & keymaps (qmk#19897)

Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>

* Bump peter-evans/create-pull-request from 4 to 5 (qmk#20346)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Keyboard] Add Keychron Q11 (qmk#20125)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Move a_dux to data-driven (qmk#20043)

* Add Discord webhook at end of each CI run. (qmk#20355)

* Fixup CI build variables. (qmk#20357)

* Avoid generating empty ENCODER_RESOLUTION (qmk#20179)

* Convertors documentation: Removed duplicate table entry (qmk#20360)

* [Keyboard] Add audio support to Adafruit MacroPad RP2040 (qmk#20353)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: TommyZ <60314626+tommyamoszhao@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: chickenman112 <76463635+chickenman112@users.noreply.github.com>
Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>
Co-authored-by: Emrik Östling <emrik.ostling@gmail.com>
Co-authored-by: pauper <125139481+pauperboards@users.noreply.github.com>
Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>
Co-authored-by: ThePanduuh <feojoe2@gmail.com>
Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Paul James <paul@peej.co.uk>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: CoffeeIsLife <36961653+CoffeeIsLife87@users.noreply.github.com>
Co-authored-by: Fae <faenkhauser@gmail.com>
Co-authored-by: Kenny Hung (he) <kennysubs+github@outlook.com>
Co-authored-by: Eugenio Pastoral <46639608+achrovisual@users.noreply.github.com>
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: azhizhinov <azhizhinov@mail.ru>
Co-authored-by: Drashna Jaelre <drashna@drashna.net>
Co-authored-by: Shawn Meier <shawn.meier@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: studiokestra <74369928+studiokestra@users.noreply.github.com>
Co-authored-by: Michal S <mchal_@tuta.io>
Co-authored-by: gkeyboard <giggox_man@hotmail.com>
Co-authored-by: Paul Enrico N. Viola <pviola@gbox.adnu.edu.ph>
Co-authored-by: David Rambo <davidrambo@mailfence.com>
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: Guillermo Aguirre <guillermoaguirre1@gmail.com>
Co-authored-by: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-authored-by: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Leon Anavi <leon@anavi.org>
Co-authored-by: gumorr <102767971+gumorr@users.noreply.github.com>
Co-authored-by: souvlakeeb <109096368+souvlakeeb@users.noreply.github.com>
Co-authored-by: Dmitry Nosachev <quartz64@gmail.com>
Co-authored-by: Robert Mills <robcmills@gmail.com>
Co-authored-by: Olivia <125531297+Smooted@users.noreply.github.com>
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Niles Tanner <nilestanner@users.noreply.github.com>
Co-authored-by: Freather <72902384+CMMS-Freather@users.noreply.github.com>
Co-authored-by: CMM.Studio Freather <50167286+frankBTHID@users.noreply.github.com>
Co-authored-by: Cipulot <40441626+Cipulot@users.noreply.github.com>
Co-authored-by: Anjheos <69339386+Anjheos@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Anjheos <Anjheos.Designs@gmail.com>
Co-authored-by: Flame Soulis <firecatdan@gmail.com>
Co-authored-by: Budiman Jojo <budimanjojo@gmail.com>
Co-authored-by: frobiac <frobiac@gmail.com>
Co-authored-by: Mark Stosberg <mark@rideamigos.com>
Co-authored-by: Kuribayashi Atsushi <kuribayashi.atsushi@g.sp.m.is.nagoya-u.ac.jp>
Co-authored-by: Andrew Kannan <andrew.kannan@gmail.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>
Co-authored-by: paulgali <paulgali@live.co.uk>
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Co-authored-by: Christopher Hoage <iam@chrishoage.com>
Co-authored-by: ebastler <moritz.plattner@gmx.net>
Co-authored-by: Dan White <BlueTufa@users.noreply.github.com>
Co-authored-by: Andrew Kannan <andrew.kannan@klaviyo.com>
Co-authored-by: Darkhan <darkhanu@gmail.com>
Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Sophie Machen <87283102+sophonaroap@users.noreply.github.com>
Co-authored-by: d-floe <31980883+d-floe@users.noreply.github.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
Co-authored-by: Conor Burns <mail@conor-burns.com>
Co-authored-by: Josh Hinnebusch <joshhinnebusch@gmail.com>
Co-authored-by: dztech <moyi4681@users.noreply.github.com>
Co-authored-by: mjbogusz <mjbogusz@users.noreply.github.com>
Co-authored-by: しぐれ <23041178+ForsakenRei@users.noreply.github.com>
Co-authored-by: ToffeeStudio <116937564+ToffeeStudio@users.noreply.github.com>
Co-authored-by: ziptyze <mwcordier@gmail.com>
Co-authored-by: blindassassin111 <38090555+blindassassin111@users.noreply.github.com>
Co-authored-by: Fabien <vaga@users.noreply.github.com>
Co-authored-by: JX <572673807@qq.com>
Co-authored-by: toinux <toinux@gmail.com>
Co-authored-by: Dam Vu Duy <RyanDam@users.noreply.github.com>
Co-authored-by: Laneware <68452738+Laneware@users.noreply.github.com>
Co-authored-by: Agent Blu, 006 <blu006@ucr.edu>
Co-authored-by: Sid Quinsaat <37809009+sharkby7e@users.noreply.github.com>
Co-authored-by: Tobias Minn <tobias.minn@gmail.com>
Co-authored-by: hulahermit <36484223+hulahermit@users.noreply.github.com>
Co-authored-by: Chi-Han Yang <chyang@enrichtx.com>
Co-authored-by: mechlovin <57231893+mechlovin@users.noreply.github.com>
Co-authored-by: Ning <vipning@qq.com>
Co-authored-by: spbgzh <72414103+spbgzh@users.noreply.github.com>
Co-authored-by: Jason Hazel <me@jasonhazel.com>
Co-authored-by: jotix <69703151+jotix@users.noreply.github.com>
Co-authored-by: SHVD3x <103226441+SHVD3x@users.noreply.github.com>
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: takashicompany <t@kashi.company>
Co-authored-by: Alejandro Chacón <alhenx@gmail.com>
Co-authored-by: 4pplet <mail@4pplet.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Maverick0197 <123402474+Maverick0197@users.noreply.github.com>
Co-authored-by: Shane Dowling <shane@shanedowling.com>
Co-authored-by: Cameron Varley <cam.avarley@gmail.com>
Co-authored-by: Alexander Kagno <ar@kagno.org>
Co-authored-by: Alex Kagno <alex@turncommerce.com>
Co-authored-by: Vertex-kb <102476474+Vertex-kb@users.noreply.github.com>
Co-authored-by: Raphael Mangubat <16827478+raphkris@users.noreply.github.com>
Co-authored-by: Thomaz Peres <58439854+Thomaz-Peres@users.noreply.github.com>
Co-authored-by: butterkeebs <124812866+butterkeebs@users.noreply.github.com>
Co-authored-by: cttt <57359810+ctt-t@users.noreply.github.com>
Co-authored-by: Travis Reed <dancxjo@users.noreply.github.com>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
Co-authored-by: HorrorTroll <sonicvipduc@gmail.com>
Co-authored-by: Woongbin Kang <wbk@outlook.com>
Co-authored-by: andi4000 <3588439+andi4000@users.noreply.github.com>
Co-authored-by: Torsten Schneider <83730717+to-schneider@users.noreply.github.com>
Co-authored-by: 3araht <69518343+3araht@users.noreply.github.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
Co-authored-by: Lisa Ugray <lisa.ugray@gmail.com>
Co-authored-by: Julius Degesys <Julius.Degesys@gmail.com>
Co-authored-by: Purdea Andrei <andrei@purdea.ro>
Co-authored-by: Cameron Larsen <44081018+cameronjlarsen@users.noreply.github.com>
Co-authored-by: Alex Paulescu <alex.paulescu@gmail.com>
Co-authored-by: Alex Miller <39163867+doesntfazer@users.noreply.github.com>
Co-authored-by: Dane Skalski <daneski13@gmail.com>
Co-authored-by: DeskDaily <65656486+DeskDaily@users.noreply.github.com>
Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
Co-authored-by: Luis Garcia <luis@bitjester.com>
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
Co-authored-by: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com>
struckmb pushed a commit to struckmb/qmk_firmware that referenced this pull request Apr 10, 2023
rodrigob pushed a commit to rodrigob/qmk_firmware that referenced this pull request Apr 18, 2023
tzarc added a commit to tzarc/qmk_firmware that referenced this pull request May 14, 2023
tzarc added a commit that referenced this pull request Oct 22, 2023
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after #20296.
christrotter pushed a commit to christrotter/qmk_firmware that referenced this pull request Nov 28, 2023
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after qmk#20296.
perezect added a commit to perezect/qmk_firmware that referenced this pull request Dec 1, 2023
* Fix old usage of UNICODE_MODE_MAC (qmk#22238)

* Resolve invalid keyboard alias targets (qmk#22239)

* [Keyboard] Add MIIIW BlackIO83 (qmk#21970)

* Add MIIIW BlackIO83

* Improve the code

* Updated instructions for entering the bootloader

* Update keyboards/miiiw/blackio83/rev_0100/config.h

* Update keyboards/miiiw/blackio83/rev_0100/config.h

* Update keyboards/miiiw/blackio83/config.h

* Update config.h

* [Keyboard] MonsGeek M3 (qmk#20542)

* Add keybord monsgeek m3.

* Add keybord monsgeek m3.

* Add keybord monsgeek m3.

* updata rules.mk

* add readme.md

* delete monsgeek\m3\rgb_matrix_kb.inc

* add DISABLE_M3_KEYCODES

* user_config --> kb_config

* Move code to info.json,and removed redundant features

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/info.json

* Update readme.md

* Update keyboards/monsgeek/m3/config.h

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/keymaps/default/keymap.c

* Update keyboards/monsgeek/m3/keymaps/via/keymap.c

* Update keyboards/monsgeek/m3/readme.md

* Update m3.c

* Update m3.c

* Update info.json

* Update keymap.c

* Update keymap.c

* Update config.h

* Update keyboards/monsgeek/m3/readme.md

* Update keyboards/monsgeek/m3/rules.mk

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/keymaps/default/keymap.c

* Update keyboards/monsgeek/m3/keymaps/via/keymap.c

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/info.json

* Update m3.c

* Update keyboards/monsgeek/m3/info.json

* Update keyboards/monsgeek/m3/m3.c

* Update keymap.c

replace the tabs with spaces

* Update keymap.c

replace the tabs with spaces

* add missing gpio include for pointing motion pin (qmk#22246)

* [Keyboard] Hineybush H101 (qmk#22186)

* initial h101 commit

* update keymap and add via support

* update doc stuff

* readme typo

* updates

* add indicator LEDs, needs testing

* update readme

* update USB VID/PID to match VIA json

* Update keyboards/hineybush/h101/readme.md

* Update keyboards/hineybush/h101/keymaps/default/keymap.c

* Update keyboards/hineybush/h101/readme.md

* Update keyboards/hineybush/h101/keymaps/via/keymap.c

* updates from PR comments

* updates per PR comments

* idk why the folder is acting weird

* maybe this will fix it

* update to hopefully fix everything weird

* keycode fixes

* keymap updates

* Leeloo v2.1 revision 3 updates (qmk#22236)

* add 60_(ansi|iso)_wkl* community layouts (qmk#21811)

* add 60_(ansi|iso)_tsangan_wkl* layouts

* Update keymap.c

* `tsangan_wkl` to `wkl`

* update info.json

* split backspace changes

* Apply suggestions from code review

* Keyboard change blu/vimclutch to hardware revision B. (qmk#22247)

Co-authored-by: Ryan <fauxpark@gmail.com>

* Add Ratio60 PCB (qmk#21609)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>

* Updates to mlego m65 (qmk#20220)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Add 62 key Dactyl Manuform (qmk#21394)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Add `60_iso_tsangan_split_bs_rshift` Community Layout (qmk#21812)

* add 60_(ansi|iso)_tsangan_split_bs_shift layouts

* shift to rshift

* remove 60_ansi_tsangan_split_bs_rshift

* Update layouts/default/60_iso_tsangan_split_bs_rshift/info.json

* Kisakey (qmk#22217)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Reword mention of personal keymaps from PR checklist (qmk#22258)

* Add support for CSTC40 keyboard (qmk#22154)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: lesshonor and waffle87
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: lesshonor
Co-authored-by: itsvar <120035196+itsvar8@users.noreply.github.com>

* [Keyboard] Add support for EnviousDesign keyboards (qmk#17544)

* Add support for Envious.Design Keyboards

Add various RP2040 keyboards I've designed.

* Fixed missing newlines at EOF.

* Ran CLANG-FORMAT and sorted out any potential issues.

* Gave keyboards all unique product IDs

* Made requested changes.

* removed all VIAL related code
* sorted out license on all *.h or *.h  files
* removed outdated RESET Keycode

* missed some VIAL bits

* Made suggested changes

* Made Suggested Changes

* missed one file to change.

* Attempted fix of CI issues

* Update .gitmodules

* Revert "Update .gitmodules"

This reverts commit f4bace5.

* hopefully fixed all CI and QMK lint issues

* resolve more CI errors and a couple typos

* fixed last remaining issue as of now

* made requested changes

* further more on suggested change

* Delete README.md

* derpy workaround to change case of readme

* finished up 65M firmware

via does not work, I will investigate another time.

* re-did a lot of 65M firmware bits, also fixed via for this board

* corrected mistake in firmware

* made suggested change to info.json for 65m/60F

* finished 65M non via keymap and re-sorted via keymap

* Update keyboards/enviousdesign/tkl/rgb/keymaps/default/keymap.c

* Update keyboards/enviousdesign/tkl/rgb/keymaps/default/keymap.c

* Apply suggestions from code review

Verified updated Info.json works for aforementioned keyboards,

* Follow-up commit with aforementioned suggested changes

* Apply suggestions from code review

correction to a couple typos pointed out.

* follow-up removed some un-needed Readmes and corrected a mistake in 60F via keymap

* Apply suggestions from code review

* Added images of PCB to each Keyboard README

* Apply suggestions from code review

* Update keyboards/enviousdesign/60f/readme.md

* Added missing aspects of info.json and corrected RGB_DI_PIN to WS2812_DI_PIN in RGB keyboard

* made requested changes

* Update config.h

* used QMK migrate to update info.json

* Apply suggestions from code review

* Update keyboards/enviousdesign/65m/info.json

* renamed named keyboards as suggested and added commission keyboard to repo

* renamed file to hopefully please lint

* renamed things to be all lower case since lint doesn't appear to look for upper case

* updated keymap.c and removed unnecessary file

* fixed readme and a couple other bits

* converted various aspects to json information

* attempt fix for lint error

* fix some issues I overlooked

* Apply suggestions from code review

* moved some folders about as suggested

* Made suggested changes

* Apply suggestions from code review

* removed outdated config.h

* fixed errors in 65M and mini1800

* Apply suggestions from code review

* Update keyboards/enviousdesign/delirium/rev1/info.json

* Update keyboards/enviousdesign/65m/info.json

* Apply suggestions from code review

* [Keyboard] Skyloong GK61 PRO (qmk#21450)

* Add GK61 PRO keyboard

* Update info.json regarding to dunk2k suggestion

* Update keymap files regarding to dunk2k suggestion

* Update keyboards/skyloong/gk61/pro/config.h

OK, thanks for your suggestion.

* Update keyboards/skyloong/gk61/pro/keymaps/default/keymap.c

OK, thanks.

* Update keyboards/skyloong/gk61/pro/keymaps/via/keymap.c

OK, thanks.

* Update keyboards/skyloong/gk61/pro/rules.mk

OK, thank you for your suggestion.

* Update keyboards/skyloong/gk61/pro/info.json

OK,thanks.

* Update keyboards/skyloong/gk61/pro/keymaps/default/keymap.c

OK, thanks.

* Update keyboards/skyloong/gk61/pro/info.json

I see , thanks for your guidance.

* Update keyboards/skyloong/gk61/pro/config.h

OK, thank you.

* Update keyboards/skyloong/gk61/pro/info.json

OK, thank you for your suggestion.

* Update keyboards/skyloong/gk61/pro/info.json

I see, thank you.

* Update keyboards/skyloong/gk61/pro/config.h

OK, thank you for your suggestion.

* Update keyboards/skyloong/gk61/pro/pro.c

I see , thank you.

* Correct PCB feature description in readme.

* Update keyboards/skyloong/gk61/pro/config.h

It doesn't seem to be a problem to compile without defining DRIVER_COUNT. Thank you for your rigor and seriousness.

* Update keyboards/skyloong/gk61/pro/keymaps/default/keymap.c

OK, thank you.

* update config.h to define __flash.

* Update keyboards/skyloong/gk61/pro/config.h

I see, thanks for your suggestion.

* add hardware availabilty international website

* update via/rules.mk for encoder map

* Revert "update via/rules.mk for encoder map"

This reverts commit 6660124.

* Update keyboards/skyloong/gk61/pro/config.h

OK, thanks.

* Update rules.mk

Enable the encoder map.

* 1.update readme to correct mcu type ; 2. update pro.c to improve indicator function.

* update pro.c and config.h to save power when USB suspend.

* update info.json

* Update RGB animations---delete rainbow_beacon and rainbow_pinwheels

* Update keymap.c and layer indication.

* Enable I2C DMA

* Update keyboards/skyloong/gk61/pro/info.json

OK,Thank you for your suggestion.

* Update keyboards/skyloong/gk61/pro/info.json

OK,Thanks.

* enable encoder map in default keymaps

* Update keyboards/skyloong/gk61/pro/info.json

OK. Thank you for your suggestion.

* [Keyboard] Inland V83P (qmk#21725)

* [Keyboard]add v83p keyboard.

* Update keymap.c

* Update keyboards/inland/v83p/keymaps/via/keymap.c

* Update keyboards/inland/v83p/keymaps/default/keymap.c

* Update keyboards/inland/v83p/config.h

* Update keyboards/inland/v83p/info.json

* Update info.json

* Update keymap.c

* Update keyboards/inland/v83p/mcuconf.h

* Update keyboards/inland/v83p/halconf.h

* Update keyboards/inland/v83p/info.json

* Update keyboards/inland/v83p/v83p.c

* Update keymap.c

replace the tabs with spaces

* Update keymap.c

replace the tabs with spaces

* Update keyboards/inland/v83p/info.json

* [Keyboard] RPNeko65 by lendunistus (qmk#21747)

* initialise rpneko65, info.json

* force NKRO

* define WS2812 stuff

and capitalise RPNeko65

* use RGBlight, add ANSI to keymap.c

also remove _ADC suffixes from pins

* basic readme

plus making it so the info.json RGB values are actually recognised as integers

* update repository URL

* fix info.json formatting

* caps lock LED implementation

"borrowed" from waffling60

* put RGBLIGHT_ENABLE in json

also remove "pin" from the rgblight option

* add actually correct keymaps

also reformat info.json

* move to designer folder, add image to README

* move keyboard to separate revision folder

and remove erroneous tag from config.h

* remove brightness/hue/saturation steps

* change device version to 1.0

* move quantum.h include to top

* actually, let's try a new image

I also forgot to save the info.json file beforehand
oops

* Remove comma in info.json

* Community layouts in info.json

* Delete rpneko65/readme.md

* Apply suggested changes to readme

* Suggested code changes

* Suggested imgur link

* rename code file

this was the issue all along
sigh

* Correct layer matching this time

* Move Enter in info.json

* README/info.json change

* Another batch of suggestions

* [Keyboard] Skyloong GK61 Pro 48 (qmk#21654)

* Create GK61 PRO_48 Keyboard.

* update pro.c and config.h to save power when USB suspend.

* Update keyboards/skyloong/gk61/pro_48/info.json

OK,thank you.

* update info.json

* update layer indicator

* Update RGB animations---delete rainbow_beacon and rainbo_pinwheels.

* Cancel force_nkro

* Add caps lock indicator in rgb matrix.

* Update keyboards/skyloong/gk61/pro_48/pro_48.c

OK, thank you for your suggestion.

* Enable I2C DMA; Modified pro_48.c

* Update keyboards/skyloong/gk61/pro_48/info.json

OK, thank you for your suggestion.

* Update keyboards/skyloong/gk61/pro_48/info.json

OK, thanks.

* enable encoder map in default keymap.

* define g_suspend_state

* Dedupe I2C, SPI, UART driver inclusions (qmk#22253)

* amend alice* community_layouts in keyboards (qmk#21846)

* add alice* to keyboards

* add seigaiha

* additions

* Update info.json

* revert wanderland

* add tgr/alice

* add matrix diagram.md

* [Keyboard] Add Okayu (qmk#22077)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* jian/rev1: convert to DIP Switch (qmk#22248)

* Enable encoder map on navpad1.0 (qmk#22266)

* [Keyboard] jukaie/jk01 (qmk#20573)

* ADD Keyboard

* Resolved requested changes

* update keymap.c file

* resolved requested changes

* updated info.json file

* Updated requested changes

* Delete JK01.h file

* Resolved requested changes

* Delete readme.md

* add rules.mk to default folder

* Upload default/keymap.c

* Add via/keymap.c

* Updated info.Json file

* Change VID in info.json

* Resolved requested changes

* Resolved requested changes.

* Resolved requested changes

* Updated changes

---------

Co-authored-by: gksygithub <gskyGit@gsky.com.tw>

* Prep work for NKRO report separation (qmk#22268)

* Clean up some keyboard/userspace code

* Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS`

* Add some missing includes

* Use `PACKED` define for report types

* Fix incorrect function signatures for FlexRAM EEPROM driver

* Fix typo in keychron v6 encoder map enable (qmk#22272)

* Allow for disabling of parallel processing of qmk find and `qmk mass-compile`. (qmk#22160)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Support additional split sync items for info.json (qmk#22193)

* ChibiOS pin defs: use only vendor if present (qmk#22297)

* Fixup symbol sizing listing. (qmk#22307)

* Migrate recently introduced sync items (qmk#22305)

* Rename `DRIVER_ADDR_n` defines (qmk#22200)

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Fix invalid LED driver config (qmk#22312)

* [QP] Add support for OLED, variable framebuffer bpp (qmk#19997)

Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after qmk#20296.

* Russian typewriter keymap file for popular legacy layout (qmk#21174)

Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com>

* Rename LINE FRIENDS TKL keyboard (qmk#22310)

* Add `_flush()` functions to LED drivers (qmk#22308)

* Modify split config is_keyboard_master/left checks. (qmk#21875)

* rework split configuration

* Apply suggestions from code review

Co-authored-by: Joel Challis <git@zvecr.com>

* lint

* missed return

---------

Co-authored-by: Joel Challis <git@zvecr.com>

* Consolidate some EEPROM Driver configuration (qmk#22321)

* Separate 6KRO and NKRO report structs (qmk#22267)

* [Keyboard] Add purin (qmk#22306)

* [Keyboard] Add QK100 (qmk#21782)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Remove extra led_matrix_indicators_user call (qmk#22329)

* Fix compilation error when led/rgb process limit is zero. (qmk#22328)

Co-authored-by: Drashna Jaelre <drashna@live.com>

* V-USB: Implement `GET_PROTOCOL` and `SET_PROTOCOL` handling (qmk#22324)

* Added gamma values for ST7735 displays (qmk#22313)

Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>

* Add DD mappings for locking switch (qmk#22242)

Co-authored-by: Ryan <fauxpark@gmail.com>

* RGB/LED matrix use limits size optimisation (qmk#22325)

* [Keyboard] Add LGBTKL (qmk#22331)

Co-authored-by: jack <0x6a73@protonmail.com>

* Clarify PIO define is optional in docs. (qmk#22339)

* V-USB: Fix `GET_IDLE/SET_IDLE` (qmk#22332)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* [Keyboard] Add Kaly42 (qmk#22282)

* Added Kaly/Kaly42 keyboard's minimal files.

* Updated readme.md; New link and improved description text.

* Apply suggestions from code review

Added all suggestions given by @dunk2k

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Added community_layouts to info.json.

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

---------

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [Keyboard] add pisces pcb (qmk#22334)

* [Keyboard] Waffling60 Rev E ANSI Hotswap (qmk#22270)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [Keyboard] Add Waffling60 revision e (qmk#21664)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Add darkproject/kd87a_bfg_edition keyboard (qmk#18981)

Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>

* eason/aeroboard - Modify bootloader (qmk#22286)

* [Keyboard] doksin (qmk#22220)

* [Maintenance] USB HID control packet as struct (qmk#21688)

* ChibiOS: USB HID control request as dedicated struct

Instead of accessing the raw USB setup packet and documenting the values
as the corresponding USB HID control request fields we introduce a
struct that allows direct access to the fields. This is safer and self
documenting.

* Rename usb_request.h to usb_types.h

In the future all shared USB data types can live in this file.

* [Keyboard] Add Velvet hotswap & solder (qmk#22284)

* Flag more VIAL config options in lint (qmk#22345)

* Removed clueboard link as the website has been parked for some time (qmk#22290)

* [Keyboard] add enter67 keyboard (qmk#22346)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Implement data driven dip switches (qmk#22017)

* Add data driven dip switches

* Autogen weak matrix_mask

* QP getters correction (qmk#22357)

* Add `_LED_COUNT` defines to LED drivers (qmk#22309)

* whitefox: remove pointless file (qmk#22366)

* Fix 'to_c' for config.h mappings (qmk#22364)

* Remove use of broken split.main (qmk#22363)

* Fix for swapped PID and VID (qmk#22372)

* Add Kindakeyboards Conone65 Via support (qmk#22320)

* Add "AC Next Keyboard Layout Select" consumer usage entry (macOS Globe key) (qmk#22256)

* [Keyboard] Add TeaQueen (qmk#22352)

Co-authored-by: jack <0x6a73@protonmail.com>

* [Keyboard] Add Klein_SD (qmk#22371)

Co-authored-by: Joel Challis <git@zvecr.com>

* Relocate LED driver init code (qmk#22365)

* Add dd mapping for hardware based split handedness (qmk#22369)

* Implement data driven lighting defaults (qmk#21825)

* Generate switch statement helpers for keycode ranges (qmk#20059)

* [Keyboard] matchstickworks/southpad - Move files to rev1, add rev2 (qmk#21574)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* LED drivers: add defines for PWM and LED control register counts (qmk#22383)

* Improve argument handling of c2json (qmk#22170)

* Improve argument handling of c2json

* Add automagic

* LED drivers: use `PACKED` define from util.h (qmk#22380)

* boardsource/unicorne - Fixed OLED layers being all set to zero (qmk#22389)

* docs(rgblight): fix typos (qmk#22399)

* Allow generic_features to handle subdirectories (qmk#22400)

* Teaqueen: correct layout data (qmk#22406)

* [Keyboard] Add Piantor Pro (qmk#22361)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* WT RGB cleanups (qmk#22379)

* Red Herring PCB support (qmk#22409)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>

* Add riblee handwired split keyboard (qmk#22277)

* [Keyboard] Add Duet Switch Tester (qmk#22367)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add PCB Utopia88 (qmk#22257)

* feat(mechwild/clunker): new layouts (qmk#22342)

* Fix Herringbone pro Layouts (qmk#22317)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [Keyboard] Rename soda/{mango,pocket} (qmk#22151)

Co-authored-by: Joel Challis <git@zvecr.com>

* Add iso85k keyboard (qmk#22411)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Fix corne keylog (qmk#22420)

* [Keyboard] Fix bug in set_keylog function

Fixes issue where some keys would not trigger the oled to output the row
and column of a pressed key (would happen with LT(...) for my keymap)

* [Keyboard] Tiny improvement to oled_render_keylog for crkbd

Added improvement suggestion I got for another keyboard

* Fix indicator LED definition for Sofle RGB. (qmk#22408)

* Migrate some common features to generic (qmk#22403)

* Update layer state of Lily58 from 'Default' to 'Base' (qmk#22397)

* Add SNES Macropad keyboard (qmk#22377)

Co-authored-by: jack <0x6a73@protonmail.com>

* Update gregandcin/teaqueen (qmk#22402)

* [Keyboard] Add alpaca/wfeclipse (qmk#22230)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>

* LED drivers: clean up `SWx`/`CSy` pullup/down resistor config (qmk#22381)

* Infer LED DRIVER_COUNT from configured addresses (qmk#22311)

* Add Ploopy Madromys mouse (qmk#21989)

Added PloopyCo madromys/adept mouse
Co-authored-by: Drashna Jaelre <drashna@live.com>

* [Keyboard] Add MariOrion v2.5 (qmk#22273)

* Pushed MariOrion v2.5 to the branch. Prod and proto version added.

* Pushed MariOrion v2.5 to the branch. Prod and proto version added.

* Proper addition of layout options

Addition of split bs rshift tsangan layout options.

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25

* Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/proto/keymaps/default/keymap.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Updated readme.md with more information regarding make commands, and proto vs prod.

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/keymaps/default/keymap.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Amended some changes to info.json - community layouts changed from scope to array.

* Update keyboards/mariorion_v25/readme.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Revert keyboards/gray_studio/think65/solder/solder.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Revert keyboards/gray_studio/think65/solder/solder.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Revert keyboards/gray_studio/think65/solder/solder.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25)

* Revert keyboards/gray_studio/think65/solder/solder.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25)

* Update keyboards/mariorion_v25/proto/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/rules.mk

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/proto/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/proto/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/proto/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Revert keyboards/gray_studio/think65/solder/solder.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/matrix_diagram.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/readme.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/readme.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/readme.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/readme.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/readme.md

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/proto/mariorion_v25.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Update keyboards/mariorion_v25/prod/mariorion_v25.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Pushed new info.json and keymap.c files.

* Pushed new info.json and keymap.c files.

* Fixes to LED driver wrt PWM definitions with STM.

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/prod/info.json

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/prod/mariorion_v25.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/info.json

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/mariorion_v25.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/mariorion_v25.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Committing a details update to readme.md.

* Committing a details update to readme.md.

* Update keyboards/mariorion_v25/prod/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/prod/mariorion_v25.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Revert "Committing a details update to readme.md."

This reverts commit 068a82a.

* Committing a details update to readme.md.

* Update keyboards/mariorion_v25/halconf.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/mcuconf.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/prod/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/proto/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/mariorion_v25/halconf.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Production pictures replacing the standard ones in the readme.md :)

* waffle87 requests bundled:
- Licence headers added
- Codeblocked matrix_diagram.md
- Consolidated files where possible
- Removed excess from config.h

---------

Co-authored-by: toril940 <anastasialucas940@hotmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* snled27351: fix missing `i2c_init()` (qmk#22446)

* Fixup snes_macropad on develop (qmk#22444)

* Add `qmk license-check` developer-level CLI command. (qmk#22075)

* fix: make clicky delay silent (qmk#21866)

* add 5087 keyboard (qmk#20557)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* studiokestra/line_tkl: correct layout data (qmk#22455)

* fix `layouts` data

* add EoF

* [Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (qmk#22432)

* [Keyboard] Change default implementation for get_layer_name_user

Will now show the layer number instead of "Unknown", since this is
what will be shown if QMK Configurator is used to compile the
firmware.

* [Keyboard] Update the layout info

This makes it look sort of like a macropad + gamepad rather than an 4x6
ortholinear keyboard.

* [Keyboard] Fix default implementation of get_layer_name_user

Based on feedback from code review the implementation was swapped in
favor of using get_u8_str. This implied a change to the argument type
from int to uint8_t, which cascaded into the existing keymaps. (This
made sense in general, since the return type of get_highest_layer is
also a uint8_t.)

* Slight refactor of joystick axis type into typedef (qmk#22445)

* Remove requirement for `keymap_steno.h` include in keymaps (qmk#22423)

* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being

* Generalise ADC driver source inclusion (qmk#22448)

* add `68_ansi` Community Layout to nebula68b (qmk#22433)

* Fix typos: key-modifer→key-modifier and interacton→interaction (qmk#22464)

* chibios: disable RWX segment warning on newer GNU lds (qmk#22007)

* Migrate some EEPROM config to info.json (qmk#22434)

* Revert "chibios: disable RWX segment warning on newer GNU lds (qmk#22007)" (qmk#22469)

This reverts commit de3c421.

* chibios: disable RWX segment warning on newer GNU lds (qmk#22471)

* Bs equals (qmk#21690)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6A73@pm.me>

* Update stale.yml (qmk#22473)

* Update stale.yml

* [Keyboard] Add Eden (qmk#22467)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* CLI refactoring for common build target APIs (qmk#22221)

* Add leonardo build target for leonardo + usb2.0 shield based projects (qmk#22243)

* [Keyboard] Add dnworks 997pt3 (qmk#22466)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* [Doc] Improve converter references (qmk#21801)

* `qmk find`: Fix failure with multiple filters (qmk#22497)

When multiple `-f FILTER` options were specified, `qmk find` did not
return anything at all instead of printing the list of entries that
matched all of the specified filters.

The problem was that the statement in `_filter_keymap_targets()` that
filled `targets` had a wrong indent and therefore was executed for every
filter instead of only once after applying all filters, and
`valid_keymaps` was actually an iterator and therefore could be used
only once.  Moving the statement outside of the loop fixes the problem.

* Enable linking of encoders to switch within layout macros (qmk#22264)

* LED drivers: register naming cleanups (qmk#22436)

* Azoteq IQS5xx support (qmk#22280)

* Fix `qmk find` failure due to circular imports (qmk#22523)

There was an import cycle in the Python modules:

  - `qmk.build_targets` imported `qmk.cli.generate.compilation_database`;
  - importing `qmk.cli.generate.compilation_database` requires
    initializing `qmk.cli` first;
  - the initialization of `qmk.cli` imported the modules for all CLI
    commands;
  - `qmk.cli.compile` imported `qmk.build_targets`.

This cycle did not matter in most cases, because `qmk.cli` was imported
first, and in that case importing `qmk.cli.generate.compilation_database`
did not trigger the initialization of `qmk.cli` again.  However, there was
one corner case when `qmk.bulld_targets` was getting imported first:

  - The `qmk find` command uses the `multiprocessing` module.
  - The `multiprocessing` module uses the `spawn` start method on macOS
    and Windows.
  - When the `spawn` method is used, the child processes initialize
    without any Python modules loaded, and the required modules are loaded
    on demand by the `pickle` module when receiving the serialized objects
    from the main process.

The result was that the `qmk find` command did not work properly on macOS
(and probably Windows too); it reported exceptions like this:

    ImportError: cannot import name 'KeyboardKeymapBuildTarget' from partially initialized module 'qmk.build_targets' (most likely due to a circular import)

Moving the offending `qmk.cli.generate.compilation_database` import into
the method which actually uses it fixes the problem.

* CLI parallel search updates (qmk#22525)

* Move BACKLIGHT_PWM_PERIOD to correct docs section (qmk#22480)

* [CLI] Remove duplicates from search results (qmk#22528)

* Add simpler method for relocating functions to RAM. (qmk#21804)

* Migrate some dip switch config to info.json (qmk#22437)

* Remove unnecessary driver counts (qmk#22435)

* [Keyboard] darkproject/kd83a_bfg_edition (qmk#18416)

* Add files via upload

* [keyboard]

* [Keyboard]

* Delete flash_spi.c

* Delete flash_spi.h

* Delete wb32_spi_master.c

* Delete wb32_spi_master.h

* [Keyboard]

* Resolved requested changes

* Resolved requested changes

* Changed rules.mk file accordingly.

* Resolved changes accordingly.

* Update config.h file and rules.mk file

* Removed eeprom_flash.c file

* Update default/keymap.c file

* Delete keyboards/darkproject/kd83a_bfg_edition directory

* Add keyboard

* Add keyboard

* Delete darkproject/kd83a_bfg_edition directory

* Resolved Changes

* Resolved requested changes

* keyboard

* Add keyboard

* Delete keyboard

* Add keyboard

* Delete keyboards/darkproject/kd87a_bfg_edition directory

* update keymap.c file

* update via/keymap.c, config.h and kd83a_bfg_edition.c files

* Delete keymap.c

* Update via/keymap.c, config.h and kd83a_bfg_edition.c files

* update config.h file

* update keymap.c file

* update keymap.c file

* update config.h

* update kd83a_bfg_edition.c

* Resolved requested changes.

* Delete folder which was added accidentally.

* Update keyboards/darkproject/kd83a_bfg_edition/config.h

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c

* Update keyboards/darkproject/kd83a_bfg_edition/info.json

* Update keyboards/darkproject/kd83a_bfg_edition/rules.mk

* Update keyboards/darkproject/kd83a_bfg_edition/info.json

* update info.json file

* update config.h file

* Updated requested changes

* update readme.md

* Resolved requested changes

* Update info.json file

* Delete kd83a_bfg_edition.h

* Delete readme.md in default folder

* Update info.json file

* update info.json

* Updated changes

* Updated changes

* Resolved requested changes

* Resolved requested changes

* DC60: Fix 2u Backspace Support (qmk#22533)

* V-USB: Add generic `send_report()` function (qmk#22323)

* V-USB: implement NKRO (qmk#22398)

* Improve and Cleanup Shutdown callbacks (qmk#21060)

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>

* Cater for ECC failures in EFL wear-leveling. (qmk#19749)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* New RGB Animations - 4 "Starlight" Animation Variations (qmk#22212)

* Stub out community layout directory structure (qmk#22545)

* Remove userspace keymaps (qmk#22544)

* Remove symbolic linked userspace folder (qmk#22548)

* Fix missed shutdown callbacks (qmk#22549)

* QMK Userspace (qmk#22222)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* `develop` 2023q4 changelog (qmk#22552)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove notice about `develop`.

* Attempt to fix configurator. (qmk#22555)

* Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (qmk#22559)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Small QP surface docs update (qmk#22567)

* Fixup compilation with `qmk compile -kb zzz -km all`. (qmk#22568)

* [Doc]: Correct Markdown syntax errors. (qmk#22511)

* cablecardesigns/phoenix: correct layout data (qmk#22517)

* add tokki (qmk#22463)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Add ScottoWing handwired keyboard (qmk#22506)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Add Magnum Ergo 1 by dark (qmk#22139)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Add Smith and Rune Magnus (qmk#22153)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>

* Fixup `--no-temp` for `qmk mass-compile`. (qmk#22582)

* nullbitsco/snap: reduce size of bongo_reactive (qmk#22571)

* revoke community_layouts from keebio/wtf60 (qmk#22502)

* add keyboard bestway (qmk#22498)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>

* Fix animation range on M75H (qmk#22586)

* Fix a bunch of CLI warnings (qmk#22589)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Arthur <37627147+ArthurCyy@users.noreply.github.com>
Co-authored-by: jonylee@hfd <108282809+jonylee1986@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Josh Hinnebusch <joshhinnebusch@gmail.com>
Co-authored-by: ClicketySplit <101202583+ClicketySplit@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Agent Blu, 006 <blu006@ucr.edu>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: 4pplet <mail@4pplet.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
Co-authored-by: Alin Marin Elena <alin@elena.space>
Co-authored-by: adam tombleson <rekarnar@gmail.com>
Co-authored-by: kisakey-luxury <143060353+kisakey-luxury@users.noreply.github.com>
Co-authored-by: Wilhelm Schuster <ws@rot13.io>
Co-authored-by: Felipe Curty <felipecrp@gmail.com>
Co-authored-by: itsvar <120035196+itsvar8@users.noreply.github.com>
Co-authored-by: EnviousData <Enviousdata@gmail.com>
Co-authored-by: skyloong <92424712+JZ-Skyloong@users.noreply.github.com>
Co-authored-by: lendunistus <53618962+lendunistus@users.noreply.github.com>
Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>
Co-authored-by: MakotoKurauchi <pluis@me.com>
Co-authored-by: jukaie <131839249+jukaie@users.noreply.github.com>
Co-authored-by: gksygithub <gskyGit@gsky.com.tw>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Andrey Tutolmin <45759479+tutolmin@users.noreply.github.com>
Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com>
Co-authored-by: studiokestra <74369928+studiokestra@users.noreply.github.com>
Co-authored-by: Yonghyuk Choi <42003350+oRE-o@users.noreply.github.com>
Co-authored-by: owlab-git <88034417+owlab-git@users.noreply.github.com>
Co-authored-by: Rakib Shahid <95511504+rakib-shahid@users.noreply.github.com>
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: Olivia J <65928618+ojthetiny@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Kael Augusto <45074062+Dwctor@users.noreply.github.com>
Co-authored-by: khchen2004 <148961563+khchen2004@users.noreply.github.com>
Co-authored-by: gskygithub <106651989+gskygithub@users.noreply.github.com>
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
Co-authored-by: eason <98533237+EasonQian1@users.noreply.github.com>
Co-authored-by: millet <49581988+milletmilletmilletmilletmilletmilletmil@users.noreply.github.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: Felix Jen <fjen@felixjen.com>
Co-authored-by: Brian Choromanski <BrianChoromanski@gmail.com>
Co-authored-by: yuezp <49514776+LXF-YZP@users.noreply.github.com>
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com>
Co-authored-by: Cipulot <40441626+Cipulot@users.noreply.github.com>
Co-authored-by: Matt Chan <5021+mattchan@users.noreply.github.com>
Co-authored-by: gregandcin <gregandcinbusiness@gmail.com>
Co-authored-by: era <73109780+eerraa@users.noreply.github.com>
Co-authored-by: Logan Butler <8854426+MatchstickWorks@users.noreply.github.com>
Co-authored-by: ID64F <54159272+ID64F@users.noreply.github.com>
Co-authored-by: Kiryl Mialeshka <8974488+meskill@users.noreply.github.com>
Co-authored-by: Leo Lou <louyuhong@gmail.com>
Co-authored-by: Ming-Gih Lam <dcpedit@hotmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Reibl János Dániel <janos.daniel.reibl@protonmail.com>
Co-authored-by: ai03 <admin@ai03.com>
Co-authored-by: Kelwin0313 <139501176+Kelwin0313@users.noreply.github.com>
Co-authored-by: Yak <68242321+yakMM@users.noreply.github.com>
Co-authored-by: Jeayo Keh <gezhaoyou@126.com>
Co-authored-by: Fredrik A. Kristiansen <fredrikaxk@gmail.com>
Co-authored-by: John Barbero <john@lsrkttn.com>
Co-authored-by: Matthias Liffers <m@tthi.as>
Co-authored-by: Panos Sakkos <panos.sakkos@gmail.com>
Co-authored-by: temp4gh <temp4bbs@163.com>
Co-authored-by: ploopyco <54917504+ploopyco@users.noreply.github.com>
Co-authored-by: Maria <81305596+toril940@users.noreply.github.com>
Co-authored-by: toril940 <anastasialucas940@hotmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: John Barbero <git@lsrkttn.com>
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
Co-authored-by: cole smith <38364556+daysgobye@users.noreply.github.com>
Co-authored-by: leyew <102467346+itsme-zeix@users.noreply.github.com>
Co-authored-by: Le Zhang <lzhang10@users.noreply.github.com>
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: db <108231591+bactaholic@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 猫咪恐慌 <30993222+kitty-panics@users.noreply.github.com>
Co-authored-by: Alabahuy <rezolutionrez@gmail.com>
Co-authored-by: Joe Scotto <8194147+joe-scotto@users.noreply.github.com>
Co-authored-by: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Jay Greco <jayv.greco@gmail.com>
zgagnon pushed a commit to zgagnon/qmk_firmware_waterfowl that referenced this pull request Dec 15, 2023
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after qmk#20296.
future-figs pushed a commit to future-figs/qmk_firmware that referenced this pull request Dec 27, 2023
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after qmk#20296.
mute-civilian pushed a commit to mute-civilian/qmk_firmware that referenced this pull request Feb 17, 2024
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after qmk#20296.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cli qmk cli command python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants