Merge remote-tracking branch 'origin/master' into develop
Update MXSS custom rgblight and fix compilation error
Fix up build dependencies. (#11435)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add handwired/evk (#11034)
* Add the Ergonomic Vertical Keyboards
* generic update
* Update readme.md
* Update readme.md
* Update readme.md
* Update info.json
* put into handwired
* Update readme.md
* Update readme.md
* i
* Change copy author from RedForty to Yang Cui
* add version 1.3
* rename keyboard version
* Update config.h
* j
* h
* fix bugs
* Update config.h
* Update config.h
* Update keymap.c
* update default keymap
* Update keymap.c
* Add handwired/evk
* Add handwired/evk
* Update v1_3.c
* Update keyboards/handwired/evk/v1_3/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/evk/v1_3/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/evk/v1_3/v1_3.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update config.h
* Commit change requests from the pull request
* remove copy right
* Update v1_3.c
* Update v1_3.c
* Update keyboards/handwired/evk/v1_3/config.h
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/evk/v1_3/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/evk/v1_3/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/evk/v1_3/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/evk/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update info.json
* change all names to YangPiCui
* Update keyboards/handwired/evk/v1_3/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/evk/v1_3/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/evk/v1_3/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Delete config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
fix keyboards with apostrophes in their names
fix lizard_trick/tenkey_plusplus/info.json
Split up QWIIC_ENABLE to use QWIIC_DRIVERS as well, with yes/no for enable flag. (#11426)
Merge remote-tracking branch 'origin/master' into develop
Homebrew install: ignore pinned formulae in `brew upgrade` (#11423)
Merge remote-tracking branch 'origin/master' into develop
arm_atsam: Use PROGRAM_CMD for :flash target if set (#11424)
Merge remote-tracking branch 'upstream/master' into develop
Align ChibiOS spi_master behaviour with AVR (#11404)
* Align ChibiOS spi_master behaviour with AVR
* Rollback `spi_transmit()` and `spi_receive()` to preserve DMA
Remove handwired/bluepill. (#11415)
ChibiOS conf migrations... take 4 (#11413)
* ChibiOS conf upgrade for cannonkeys/tsukuyomi
cannonkeys/tsukuyomi - 7beddc74b03d652481198843a178177de5da3ddb
* ChibiOS conf upgrade for misterknife/knife66_iso
misterknife/knife66_iso - f2dd6e6c54258ae9d09a88215b36fba34947fc23
* ChibiOS conf upgrade for mode/eighty
mode/eighty/m80h - 4bbbee01a89a5b4ab5f4de36e0dd2044cf54a698
mode/eighty/m80s - 6de4a1affab4ed8f08423eb511393ed797e3ea77
Fix broken keyboards (#11412)
* Fix a couple errors
* add a dependency for the generated headers
Fix broken Lighting Layers when RGBLIGHT_MAX_LAYERS > 16 (#11406)
* fix incorrect bit math when RGBLIGHT_MAX_LAYERS > 16
* with 1UL cast is not needed
* ...but just casting works and is even more efficient
* cformat
Fix compiling on develop (#11409)