2024-09-24 08:56:37 +00:00
|
|
|
|
import { _ as _export_sfc, c as createElementBlock, o as openBlock, a8 as createStaticVNode } from "./chunks/framework.B9AX-CPi.js";
|
2024-05-30 02:02:10 +00:00
|
|
|
|
const __pageData = JSON.parse('{"title":"QMK Breaking Changes - 2021 May 29 Changelog","description":"","frontmatter":{},"headers":[],"relativePath":"ChangeLog/20210529.md","filePath":"ChangeLog/20210529.md"}');
|
|
|
|
|
const _sfc_main = { name: "ChangeLog/20210529.md" };
|
|
|
|
|
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<h1 id="qmk-breaking-changes-2021-may-29-changelog" tabindex="-1">QMK Breaking Changes - 2021 May 29 Changelog <a class="header-anchor" href="#qmk-breaking-changes-2021-may-29-changelog" aria-label="Permalink to "QMK Breaking Changes - 2021 May 29 Changelog""></a></h1><h2 id="notable-changes" tabindex="-1">Notable Changes <a class="header-anchor" href="#notable-changes" aria-label="Permalink to "Notable Changes {#notable-changes}""></a></h2><h3 id="rgb-matrix-split-common" tabindex="-1">RGB Matrix support for split common (<a href="https://github.com/qmk/qmk_firmware/pull/11055" target="_blank" rel="noreferrer">#11055</a>) <a class="header-anchor" href="#rgb-matrix-split-common" aria-label="Permalink to "RGB Matrix support for split common ([#11055](https://github.com/qmk/qmk_firmware/pull/11055)) {#rgb-matrix-split-common}""></a></h3><p>Split boards can now use RGB Matrix without defining a custom matrix.</p><h3 id="teensy-3-6-support" tabindex="-1">Teensy 3.6 support (<a href="https://github.com/qmk/qmk_firmware/pull/12258" target="_blank" rel="noreferrer">#12258</a>) <a class="header-anchor" href="#teensy-3-6-support" aria-label="Permalink to "Teensy 3.6 support ([#12258](https://github.com/qmk/qmk_firmware/pull/12258)) {#teensy-3-6-support}""></a></h3><p>Added support for MK66F18 (Teensy 3.6) microcontroller.</p><h3 id="new-command-qmk-console" tabindex="-1">New command: qmk console (<a href="https://github.com/qmk/qmk_firmware/pull/12828" target="_blank" rel="noreferrer">#12828</a>) <a class="header-anchor" href="#new-command-qmk-console" aria-label="Permalink to "New command: qmk console ([#12828](https://github.com/qmk/qmk_firmware/pull/12828)) {#new-command-qmk-console}""></a></h3><p>A new <code>qmk console</code> command has been added for attaching to your keyboard's console. It operates similiarly to QMK Toolbox by allowing you to connect to one or more keyboard consoles to display debugging messages.</p><h3 id="improve-command-qmk-config" tabindex="-1">Improved command: qmk config <a class="header-anchor" href="#improve-command-qmk-config" aria-label="Permalink to "Improved command: qmk config {#improve-command-qmk-config}""></a></h3><p>We've updated the <code>qmk config</code> command to show only the configuration items you have actually set. You can now display (almost) all of the available configuration options, along with their default values, using <code>qmk config -a</code>.</p><h3 id="led-matrix-improvements" tabindex="-1">LED Matrix Improvements (<a href="https://github.com/qmk/qmk_firmware/pull/12509" target="_blank" rel="noreferrer">#12509</a>, <a href="https://github.com/qmk/qmk_firmware/pull/12580" target="_blank" rel="noreferrer">#12580</a>, <a href="https://github.com/qmk/qmk_firmware/pull/12588" target="_blank" rel="noreferrer">#12588</a>, <a href="https://github.com/qmk/qmk_firmware/pull/12633" target="_blank" rel="noreferrer">#12633</a>, <a href="https://github.com/qmk/qmk_firmware/pull/12651" target="_blank" rel="noreferrer">#12651</a>, <a href="https://github.com/qmk/qmk_firmware/pull/12685" target="_blank" rel="noreferrer">#12685</a>) <a class="header-anchor" href="#led-matrix-improvements" aria-label="Permalink to "LED Matrix Improvements ([#12509](https://github.com/qmk/qmk_firmware/pull/12509), [#12580](https://github.com/qmk/qmk_firmware/pull/12580), [#12588](https://github.com/qmk/qmk_firmware/pull/12588), [#12633](https://github.com/qmk/qmk_firmware/pull/12633), [#12651](https://github.com/qmk/qmk_firmware/pull/12651), [#12685](https://github.com/qmk/qmk_firmware/pull/12685)) {#led-matrix-improvements}""></a></h3><p>LED Matrix has been improved with effects, CIE1931 curves, and a task system.</p><h2 id="changes-requiring-user-action" tabindex="-1">Changes Requiring User Action <a class="header-anchor" href="#changes-requiring-user-action" aria-label="Permalink to "Changes Requiring User Action {#changes-requiring-user-action}&
|
|
|
|
|
const _hoisted_45 = [
|
|
|
|
|
_hoisted_1
|
|
|
|
|
];
|
|
|
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
|
|
return openBlock(), createElementBlock("div", null, _hoisted_45);
|
|
|
|
|
}
|
|
|
|
|
const _20210529 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
|
|
|
export {
|
|
|
|
|
__pageData,
|
|
|
|
|
_20210529 as default
|
|
|
|
|
};
|