Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
ZMK Firmware
An open source, wireless first, keyboard firmware
Collective -
Host: opensource -
https://opencollective.com/zmkfirmware
- Website: https://zmk.dev
- Code: https://github.com/zmkfirmware
github.com/zmkfirmware/zmk - 8b20874c99ea191afbfc5ec3169e7f211986a853 authored 11 months ago
github.com/zmkfirmware/zmk - c9c620d19f603ea0c9d4264eff885912803ff74d authored 11 months ago
github.com/zmkfirmware/zmk - c007d6035778fc3e34d56e82756e747c745085b8 authored 11 months ago
When building without USB or Bluetooth, the compiler emits a warning due to
ZMK_TRANSPORT_USB or...
github.com/zmkfirmware/zmk - b44ec381f69233d1c2d32c6501189e4e339ff876 authored 11 months ago
bool symbols implicitly default to n.
github.com/zmkfirmware/zmk - ccf038017993dd2e7f00bdd355e28c5009621dd5 authored 11 months ago* Address issues with OLED init occurring before display is powered.
github.com/zmkfirmware/zmk - c082f8d80280a41fd4d023cd35d71309af167119 authored 11 months ago* fix initial display of battery status on displays, and also fix a null deref
github.com/zmkfirmware/zmk - a9ae6796a088730d7377f660e78af17f11bb87c7 authored 11 months ago* Enable missing clock and set up USB pinctrl.
github.com/zmkfirmware/zmk - fda6a5f18534ac7c480fdec5854f063432733f69 authored 11 months agoCo-authored-by: Cem Aksoylar <[email protected]>
Fixes #2166
github.com/zmkfirmware/zmk - 604af2ebd318a2b8865f98db55b411a8e07f24c2 authored 11 months agogithub.com/zmkfirmware/zmk - 0f49fa9ae49b3373ea701c3ecd9da3e149ca8d64 authored 11 months ago
* Improve GHA caching by using a fixed temporary directory
when using one.
github.com/zmkfirmware/zmk - cdcf4ebfb6d53b6230a65a85f060b6343db3b40b authored 12 months ago
github.com/zmkfirmware/zmk - 40adb3858df5509bd6c67b0477e8832fe769a507 authored 12 months ago
github.com/zmkfirmware/zmk - fb99496a73c5ba5f727ef98a38348447bfef4d9d authored 12 months ago
github.com/zmkfirmware/zmk - edc72c1166d565c30480ec895bf0aa5d7bd29d2a authored 12 months ago
* Set a reasonable default LVGL mem pool size for our built-in
status screen.
github.com/zmkfirmware/zmk - d6de8a3acce86136c2d6fe944ab5afbc3e10be86 authored 12 months ago
github.com/zmkfirmware/zmk - d06e90e713fd113493bad513513d2f8d88d3a548 authored 12 months ago
* Bump the LVGL mem pool size needed for custom screen.
* Fixes for LVGL drawing/label usage.
github.com/zmkfirmware/zmk - f7e7c9c10b22d52eca1235ca0440911a8a2aa720 authored 12 months ago
github.com/zmkfirmware/zmk - 94aa7d8d532f1e84e8e8b9fa96c522468dfc259d authored 12 months ago
* Don't default heap mempool by default now that there's a dedicated
LVGL mempool
* Set proper...
* Remove unused pin settings that used deprecated
devicetree properties.
* `sof` is now not enabled by default as a west dep, so need to
add it to the blocklist oursel...
* Upstream added an equivalent fuel gauge driver, so namespace
our Kconfig symbol and DTS comp...
* Core Zephyr changes tweaked the output from the
BT stack for our unit tests.
github.com/zmkfirmware/zmk - 0b5afbf9c0f752138d533cf52b1458d4e7c90f77 authored 12 months ago
github.com/zmkfirmware/zmk - 58413ca8c578d9dc39972d4eaaccd73415f167e2 authored 12 months ago
* Composite kscan needs a dedicated priority to be sure it is
initialized after the other ksca...
* Use `NRF_STORE_REBOOT_TYPE_GPREGRET` to get bootloader behavior
to work for now until retain...
* Move to new `sys_poweroff` API for our deep sleep functionality.
github.com/zmkfirmware/zmk - 98e3b8b4350d0d588bb8b8a38bf184090886b3ee authored 12 months agoCo-authored-by: Cem Aksoylar <[email protected]>
github.com/zmkfirmware/zmk - f72f415c5bd23a89d7e50b1a8e22ede70c0db9e3 authored 12 months agogithub.com/zmkfirmware/zmk - ba1a6c08adfaf579292efd24b932033ddd66ce22 authored 12 months ago
github.com/zmkfirmware/zmk - d9c0ded40292a4a0cacc257748c116c2b934034a authored 12 months ago
github.com/zmkfirmware/zmk - 18e5a1a26b141b2ff25db9ade00fa68bc29e2ef6 authored 12 months ago
github.com/zmkfirmware/zmk - 2d6c9f797c7eb3a0eef26833303ecf1565e0bde2 authored 12 months ago
* Restore enabling of PM_DEVICE, make ZMK_SLEEP work with
the ZMK Uno shield on nrf52840dk_nrf...
github.com/zmkfirmware/zmk - f4e6d704652e0cfc46bd0018deb6cddeb8c1b9ca authored 12 months ago
github.com/zmkfirmware/zmk - 3968d9febd434123d7ac3296a934e5913141277d authored 12 months ago
github.com/zmkfirmware/zmk - a6c03994932994be26cfeb05aa680470ccb97031 authored 12 months ago
github.com/zmkfirmware/zmk - f4fce9e15832fd8daee9091d7d77a272aecb8f3e authored 12 months ago
github.com/zmkfirmware/zmk - 802881b625664123a99db75e21e7c9dbe2b75c2c authored 12 months ago
* Fix warning related to potentially large number of profiles
causing overflow of allocated st...
github.com/zmkfirmware/zmk - cd6f8a680ced404d5b12e1caeed6ca8ecfb2732d authored 12 months ago
github.com/zmkfirmware/zmk - b3f1d769f09635da74fe3878b113d5797a1227d3 authored 12 months ago
github.com/zmkfirmware/zmk - bf4008da023189b885ebcf1c0ccdb729663312e8 authored 12 months ago
github.com/zmkfirmware/zmk - aeb5bed3d69ded562cc0025d737a64a6c12b240f authored 12 months ago
* After the move to `sys_poweroff`, restore the behavior of
suspending devices before entering...
github.com/zmkfirmware/zmk - efbcd3c8f6be2d147949a51503b19bb52e9843ac authored 12 months ago
github.com/zmkfirmware/zmk - b8846cf6355c5d7ae52a191988054b532a264f0c authored 12 months ago
github.com/zmkfirmware/zmk - 4b03fcb70993dc277f5268bfac0e129cfe0b73a3 authored 12 months ago
Fixed the formatting in a file that wasn't passing pre-commit checks.
github.com/zmkfirmware/zmk - 5826b80374625d448cfbfc739dde4fda1e6f2681 authored 12 months agoSwitched remaining shields over from resolution to steps.
github.com/zmkfirmware/zmk - c2299e2203c869945d94455d002079b72ce7cdf9 authored 12 months agogithub.com/zmkfirmware/zmk - f24a0bf9c8046a18183a0405178a19887b13da10 authored 12 months ago
Added an upgrade function to the keymap upgrader to replace the encoder
"resolution" property wi...
Fixed an issue where a text edit at the very end of a file would cause
it to highlight from the ...
github.com/zmkfirmware/zmk - aab09d504c976c971729f4cd64b074d3265d6bf0 authored 12 months ago
github.com/zmkfirmware/zmk - 4a5806ac73ae32034a8daf5b95dfd62db2bae4d5 authored 12 months ago
github.com/zmkfirmware/zmk - 0755b7a64c39736f6235ac0403e752692d367400 authored 12 months ago
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release note...
github.com/zmkfirmware/zmk-docker - 2970d1ac80ba0d2a79fd67971f2bf5293a8f1e79 authored 12 months ago
github.com/zmkfirmware/zmk - 5685074835a02e1e423124c82850657b30117a9f authored 12 months ago
Quick fix to make USB-logging work on the Preonic.
github.com/zmkfirmware/zmk - b120daa16aa07f34aa4457ffd5d48439f2ef1c88 authored 12 months agogithub.com/zmkfirmware/zmk-docker - 1ad37a3493b54fa4af067b21209cc068603e7bd2 authored 12 months ago
github.com/zmkfirmware/zmk - 275c0ce271ad3cdff6d1ddf4f7daef50754f33da authored 12 months ago
github.com/zmkfirmware/zmk - 3c14c7c1124cab93a5eb88d53f46cb09316c2f75 authored 12 months ago
github.com/zmkfirmware/zmk - 72d5c01e46c0e0079682bf7536c1da672c244e18 authored 12 months ago
github.com/zmkfirmware/zmk - 789c11629eff7b71320a166fbe3f6b8e5f35a064 authored 12 months ago
github.com/zmkfirmware/zmk - 1f8b45d57ddde21fe6cb917ef72a344cd3071e31 authored 12 months ago
Moved the keymap upgrader to a top-level page like the power profiler
to make it more discoverab...
github.com/zmkfirmware/zmk - bf5284b3b9b682974c98fab8332da2db4e0bafe5 authored 12 months ago
github.com/zmkfirmware/zmk - 84e056793b7b1200f85317e97e9eaa527176633d authored 12 months ago
Added an upgrade function to fix renamed behavior nodes in the unlikely
event that someone was c...
Changed the key code upgrader to only replace codes that appear in
"bindings" properties. Modifi...
Updated the keymap upgrader to highlight which lines it changed as well
as indicate when nothing...
github.com/zmkfirmware/zmk - 1dbd6910cbb1897f919a5d87b758b62a30e14c1f authored 12 months ago
github.com/zmkfirmware/zmk - 1a3529a3e674af2299a583a27dd92fc4f214c59d authored 12 months ago
* Align codebase with documentation.
github.com/zmkfirmware/zmk - 6b547019c22236d9be88818cbea0d0e925ba597c authored about 1 year ago
* While functionally equivalent, the hyphenated form of this property
is more consistent with ...
Some links ended up broken after docusaurus 3 upgrade,
especially if they are the second on the ...
github.com/zmkfirmware/zmk - dcfe07d9f666d23e896d2463ca3f6f8dd8cbc12f authored about 1 year ago
github.com/zmkfirmware/zmk - ee855de349dd57b440c7930cc2a67c62ecefc97b authored about 1 year ago
Also applies prettier changes in touched files due to precommit
github.com/zmkfirmware/zmk - f014eb45a7ba15e03791e28a051d0c68059de91f authored about 1 year agogithub.com/zmkfirmware/zmk - 00962a72556888b62d94cef7ca3e028f391e08cd authored about 1 year ago
github.com/zmkfirmware/zmk - a0a952413ab02dceec57fccb52a39155be4c0ac7 authored about 1 year ago
Following https://docusaurus.io/docs/migration/v3#upgrading-dependencies
and `npm update`
Need to make prettier ignore these, because otherwise it splits
them to separate lines and rever...
github.com/zmkfirmware/zmk - 1b326ff856fbc017bdad97a2fe0a350f104035db authored about 1 year ago
Remove unused components, and disable proptype checking for children
in OsTabs custom component ...
eslint-plugin-react is emitting a lot of react/no-unescaped-entities
errors in mdx files, primar...
github.com/zmkfirmware/zmk - 57684f8a66451ef730de1c340bafe7b62b1021f9 authored about 1 year ago
github.com/zmkfirmware/zmk - 13c856d1d34f2cbcd0eecfecac0b142bd4a4aee9 authored about 1 year ago
Ref: https://docusaurus.io/docs/migration/v3#automatic-jsx-runtime
and https://github.com/jsx-es...
github.com/zmkfirmware/zmk - e3f458e5393cb0bd4c4e7699de83606c1bd40e6a authored about 1 year ago
github.com/zmkfirmware/zmk - f71458aca0d777d99256c89eada88b7ed5c86d0a authored about 1 year ago
Tested on iOS 16.6
github.com/zmkfirmware/zmk - 8c14b155e8a324382f6a863bd93a7d45304a82ff authored about 1 year ago
* __ASSERT is converted to a do/while loop when asserts are enabled,
which doesn't work with o...
github.com/zmkfirmware/zmk - 0890aaeaffc06491b0f3f4576ea64d077941e1c0 authored about 1 year ago
github.com/zmkfirmware/zmk - e5050e40fedab0abf1c6815e88a0d53dfb7cd346 authored about 1 year ago