qmk_firmware/assets/ChangeLog_20220226.md.BWO5r_ec.js

16 lines
49 KiB
JavaScript
Raw Normal View History

import { _ as _export_sfc, c as createElementBlock, o as openBlock, a8 as createStaticVNode } from "./chunks/framework.DyMmIvSC.js";
const __pageData = JSON.parse('{"title":"QMK Breaking Changes - 2022 February 26 Changelog","description":"","frontmatter":{},"headers":[],"relativePath":"ChangeLog/20220226.md","filePath":"ChangeLog/20220226.md"}');
const _sfc_main = { name: "ChangeLog/20220226.md" };
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<h1 id="qmk-breaking-changes-2022-february-26-changelog" tabindex="-1">QMK Breaking Changes - 2022 February 26 Changelog <a class="header-anchor" href="#qmk-breaking-changes-2022-february-26-changelog" aria-label="Permalink to &quot;QMK Breaking Changes - 2022 February 26 Changelog&quot;"></a></h1><h2 id="notable-features" tabindex="-1">Notable Features <a class="header-anchor" href="#notable-features" aria-label="Permalink to &quot;Notable Features {#notable-features}&quot;"></a></h2><h3 id="default-usb-polling-rate-now-1khz-15352" tabindex="-1">Default USB Polling rate now 1kHz (<a href="https://github.com/qmk/qmk_firmware/pull/15352" target="_blank" rel="noreferrer">#15352</a>) <a class="header-anchor" href="#default-usb-polling-rate-now-1khz-15352" aria-label="Permalink to &quot;Default USB Polling rate now 1kHz ([#15352](https://github.com/qmk/qmk_firmware/pull/15352))&quot;"></a></h3><p>The default USB Polling rate has been aligned across supported platforms to now be 1ms/1kHz.</p><p>Something something <em>Lets go gamers!</em></p><h3 id="split-support-for-pointing-devices-15304" tabindex="-1">Split support for pointing devices (<a href="https://github.com/qmk/qmk_firmware/pull/15304" target="_blank" rel="noreferrer">#15304</a>) <a class="header-anchor" href="#split-support-for-pointing-devices-15304" aria-label="Permalink to &quot;Split support for pointing devices ([#15304](https://github.com/qmk/qmk_firmware/pull/15304))&quot;"></a></h3><p>Pointing devices can now be shared across a split keyboard with support for a single pointing device or a pointing device on each side.</p><p>See the <a href="./../features/pointing_device">Pointing Device</a> documentation for further configuration options.</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 &quot;Changes Requiring User Action {#changes-requiring-user-action}&quot;"></a></h2><h3 id="legacy-macro-and-action-function-system-removed-16025" tabindex="-1">Legacy macro and action_function system removed (<a href="https://github.com/qmk/qmk_firmware/pull/16025" target="_blank" rel="noreferrer">#16025</a>) <a class="header-anchor" href="#legacy-macro-and-action-function-system-removed-16025" aria-label="Permalink to &quot;Legacy macro and action_function system removed ([#16025](https://github.com/qmk/qmk_firmware/pull/16025))&quot;"></a></h3><p>The long time deprecated <code>MACRO()</code> and <code>action_get_macro</code> methods have been removed. Where possible, existing usages have been migrated over to core <a href="./../feature_macros">Macros</a>.</p><h3 id="create-a-build-error-if-no-bootloader-is-specified-16181" tabindex="-1">Create a build error if no bootloader is specified (<a href="https://github.com/qmk/qmk_firmware/pull/16181" target="_blank" rel="noreferrer">#16181</a>) <a class="header-anchor" href="#create-a-build-error-if-no-bootloader-is-specified-16181" aria-label="Permalink to &quot;Create a build error if no bootloader is specified ([#16181](https://github.com/qmk/qmk_firmware/pull/16181))&quot;"></a></h3><p>Bootloader configuration is no longer assumed. Keyboards must now set either:</p><ul><li><code>BOOTLOADER</code> within <code>rules.mk</code></li><li><code>bootloader</code> within <code>info.json</code></li></ul><h3 id="rename-adafruitble-to-bluefruitle-16127" tabindex="-1">Rename <code>AdafruitBLE</code> to <code>BluefruitLE</code> (<a href="https://github.com/qmk/qmk_firmware/pull/16127" target="_blank" rel="noreferrer">#16127</a>) <a class="header-anchor" href="#rename-adafruitble-to-bluefruitle-16127" aria-label="Permalink to &quot;Rename `AdafruitBLE` to `BluefruitLE` ([#16127](https://github.com/qmk/qmk_firmware/pull/16127))&quot;"></a></h3><p>In preparation of future bluetooth work, the <code>AdafruitBLE</code> integration has been renamed to allow potential for any other Adafruit BLE products.</p><h3 id="updated-keyboard-codebases" t
const _hoisted_44 = [
_hoisted_1
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", null, _hoisted_44);
}
const _20220226 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
__pageData,
_20220226 as default
};