remove keyboard_folder from info.json
Fix compile errors (#12048)
* fix compile errors
* fix broken json files
Format code according to conventions (#12046)
Co-authored-by: QMK Bot <hello@qmk.fm>
Fix build for attiny85-based boards. (#12044)
Fix up build failures for melgeek boards after Feb27 develop merge. (#12043)
Fix build for linworks/whale75. (#12042)
Force update the version tag
2021 February 27 Breaking Changes Update (#12040)
2021 February 27 Breaking Changes Changelog (#11975)
* restore main readme.md
* add ChangeLog entry for 2021-02-27 develop branch - initial version
* update Docs; consolidate sidebar entries to new Breaking Changes History doc
* Changelog update
- concatenate similar changes as one list item
- unify change formatting (remove [bracketed] headings and trailing periods)
- item sorting improvement
* update Changes Requiring User Action section
Detail the changes regarding keyboard relocations/additions/deletions.
* add entry for fauxpark's user keymap cleanup for config.h/rules.mk
* add link to Jacky Studio bugfix PR
* add link for "ChibiOS conf migrations... take 15"
* add links for "Make LAYOUT parsing more robust" and "Massdrop develop rgb fix"
* remove sort sequence numbers
* rename Breaking Changes History page
Renames the Breaking Changes History page to "Past Breaking Changes".
* update schedule in Breaking Changes Overview
* suggestions/changes per tzarc
* skully's changes
* add entry for "Fix develop" (PR 12039)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Zach White <skullydazed@gmail.com>
Fix develop (#12039)
Fixes file encoding errors on Windows, and layouts not correctly merging into info.json.
* force utf8 encoding
* correctly merge layouts and layout aliases
* show what aliases point to
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add VIA support to SX60 and update default keymap (#11908)
Format code according to conventions (#12024)
Co-authored-by: QMK Bot <hello@qmk.fm>
[BUG] Massdrop develop rgb fix (#12022)
* Allow for disabling RGB_MATRIX on Massdrop boards.
* Fixup init sequence.
* Make some functions static as they've got very generic names.
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Fixup issues with Titan65 (#12002)
* [Keyboard] Titan64 - Fix RGB Matrix config
* Fix up keymaps
Merge remote-tracking branch 'upstream/master' into develop
V-USB suspend refactor (#11891)