Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/zmkfirmware/zmk

ZMK Firmware Repository
https://github.com/zmkfirmware/zmk

refactor(hid): Mod defines in dedicated header.

32e715937379eea431b54cf73f15a785527f3aa1 authored about 4 years ago
initial implementation for modifiers

https://github.com/zmkfirmware/zmk/issues/86

4f258efbf1602e212a808cc10915050a1b46e140 authored about 4 years ago
clang-format

55b5936d00cd92e734e4fa8136ee30cf156ecec3 authored about 4 years ago
tweak doc according to PR feedback

9b941b7509b99539a133da14fc33a7cdb7853533 authored about 4 years ago
make note about keyboard name more explicit

a9e729b427800fab230fc1fcdacd3cbdb6bedc19 authored about 4 years ago
update doc for new shield in user repo

e7cb863a4162b8d871cf0ba2fb2f298947682305 authored about 4 years ago
fix(boards): Remap flash to account for bootloader

82a5736d0887c10e2be6e1a968ce9b3a4944a61a authored about 4 years ago
Add Github.com personal token to prerequisites.

a32d14cc192f080b97ea06281278a122b435f9cd authored about 4 years ago
fix(bvd): Add SENSOR_CHAN_ALL support

877956389642283ee6f72fcc64bbe1d0f74e3f98 authored about 4 years ago
fix(battery): Only log if finding battery device failed

Co-authored-by: Pete Johanson <[email protected]>

89b8bfc95deac50f062f41d0a0bf47b5aa229126 authored about 4 years ago
feat(battery): Add BAS GATT reporting

953de7164620581aeb360efa6f525da86d0fc799 authored about 4 years ago
fix(boards): Rename BVD labels

74fa113d888c7ad8a7eecd6fa13e617052d0eb17 authored about 4 years ago
docs(outputs): run prettier on outputs.md (#317)

Fixes #269

4672a0cbb55d5fd5713bf019e91169d5636c8632 authored about 4 years ago
focus on refactor

3f4d47a06e5a2280a11a1735995e13b914ed9a6e authored about 4 years ago
feat(docs): Warn of battery life impact of logging

1766b090ee12dab95b4c4c5587a4d43468a48270 authored about 4 years ago
feat(docs): Link to outputs behavior docs.

7e0924107cf64e90812ca6f99dffa526a5052c6f authored about 4 years ago
Merge pull request #269 from joelspadin/endpoint-selection

feat: only send HID reports to one endpoint

2d31e1d05f737ebf8df2c5261912fe79b56a63c3 authored about 4 years ago
Merge pull request #313 from innovaker/hid-nkro-boot

refactor(hid): configurable NKRO integer arrays & boot friendly

3c958e62079059c375b86e29f66137a74c3b36c8 authored about 4 years ago
feat(endpoints): rename behavior to outputs

"Outputs" is probably easier for most people to understand than "endpoints".

2fe1fbb526d9190e478999f36adbcfcf4a8847b2 authored about 4 years ago
feat(endpoints): add preferred endpoint setting

Added a new setting to remember the user's preferred endpoint. When both USB and
BLE are connect...

600bba25f049b1fa161b2372b2a47762164c7fcd authored about 4 years ago
feat(endpoints): clear HID report on endpoint change

This prevents stuck keys when switching endpoints by clearing
everything in the HID report and s...

8f666cecc9717b3fbbe2f5f34375b6a45b8965fd authored about 4 years ago
feat(endpoints): simplify behavior constants

440d09fd45fa59de481837825d27635819ad1c37 authored about 4 years ago
feat(endpoints): remove redundant connection check

821f0540711158985eb38b360b1f1b422408ca31 authored about 4 years ago
feat: only send HID reports to one endpoint

Added some utility functions and an event for tracking the state of the
USB connection.

Updated...

1d369ffa73ae63af821d012b1c2ab4a07a5dc9c7 authored about 4 years ago
feat(endpoints): update on BLE profile change

Added zmk_ble_active_profile_is_connected() to allow code outside ble.c to check
the status of t...

b538e605321791568aa25f0bd534ebcb30da92c2 authored about 4 years ago
Merge pull request #309 from innovaker/netlify-node-version

docs: Set netlify node version to lts/*

dfb69d8727e01cb9ee855ac2d1cb7a6da1d6aa85 authored about 4 years ago
move initialization priorities to advanced menu

c5172e433752942026822d498a2c7d956f5237a5 authored about 4 years ago
Merge https://github.com/zmkfirmware/zmk into refactor_kconfig

99ad9cbdefee94007511ec2e53437951cf0e4305 authored about 4 years ago
feat(docs): Add Boardsource 3x4 to hardware list.

cb922fd8a2a3eddcbece040ca3727d43b171ffe3 authored about 4 years ago
Merge pull request #296 from neegool/add_boardsource3x4

Add Boardsource 3x4 shield

73c83e81ce573fab88c0004ac94db1270b724f84 authored about 4 years ago
feat(hid): Make keypad report boot friendly

Add missing byte to make keypad report boot friendly.

c402e953f6e9655898cd45af9b120d2a45dd45e0 authored over 4 years ago
Remove bt unpair combo + fix keymap

75b7f2a7c52614f21a417a1b6cef255e6aea00ee authored over 4 years ago
refactor(hid): Refactor consumer report to a configurable size

8ce7d8de0133242d5896333add10be9ba2ae9363 authored over 4 years ago
refactor(hid): Refactor keypad report to use a configurable integer array

Replace NKRO bit array with configurable integer (DV) array.

f4596fc784d11aa2d03ff0b7fa0a921600fc2db2 authored over 4 years ago
Merge pull request #292 from nullbitsco/nullbitsco_nibble

Add zmk_kscan_gpio_demux kscan driver & NIBBLE keyboard

f3153b17d293466160c03f7cb618a2be939c55f7 authored over 4 years ago
Update NIBBLE keyboard name as per PR feedback

- Revert accidental VS code settings change

1a6fe846e4c1eb211c838f1e9635ca29d85d8341 authored over 4 years ago
Update demux kscan driver as per PR feedback

- Remove kscan_gpio_irq_callback
- Remove kscan_gpio_irq_callback_handler
- Remove irq_callbacks...

8a98212a02a3a6304a1f275450264f46a60d011b authored over 4 years ago
Add NIBBLE shield

+ Added required files for nullbits NIBBLE

d90592aac5cec02da1959d7ede7ceccb5265f126 authored over 4 years ago
Add new kscan_gpio_demux driver

+ zmk,kscan_gpio_demux is now a compatible kscan option
+ kscan_gpio_demux is based heavily off ...

1522c91d73d7f35643986daa508dd7704a5f2798 authored over 4 years ago
Merge pull request #304 from petejohanson/docs/cc-license-details

Explicitly license documentation as CC-BY-NC-SA.

3b9caaaf907d67dc76daa0db074aac6a8efec02a authored over 4 years ago
Merge pull request #301 from innovaker/docs-eslint-prettier

docs: Add eslint, prettier and eslint-mdx support

2f09957ae208a49db229f000c9c82905d001b669 authored over 4 years ago
Merge pull request #297 from Nicell/boards/reviung41

Add Reviung41 Shield Definitions

c707ab45effec92a1943c01def8669e0646ee1e0 authored over 4 years ago
Merge pull request #303 from innovaker/kscan-mock-32

feat(kscan_mock): Increase max number of events

07cf1037470518db41f6ac7a55b30f0e466c1d47 authored over 4 years ago
Merge pull request #263 from joelspadin/nested-zmk-config

fix: allow nested zmk-config for dev container

7aca8c3d357b7acdca933ff258576f3a7dd5180e authored over 4 years ago
fix(docs): Explicit CC-BY-NC-SA license for docs.

571d045c75592b65ddf44c6f2fb0cbf17facb72f authored over 4 years ago
fix: Typo in the toplevel README.

2c9737ad1464753b167738b321a27467aee2e430 authored over 4 years ago
Merge pull request #293 from Nicell/bluetooth/battery-reporting

Add Battery Voltage Divider Driver

8c6862f4ba12697b60b47551c2cde92dd9725d2e authored over 4 years ago
Merge pull request #302 from innovaker/docs-docusaurus-scripts

docs: Add missing docusaurus scripts

85d1a1049038b117fcae809d4e6377f55178c51b authored over 4 years ago
docs: Set netlify node version to lts/*

Prerequisite of #218 and PR #308.

806ea545f81612b43c3ea209e9086213721adaae authored over 4 years ago
Implement Kconfig and enhance error checks

a0087311038e9b21c2a45499e669d1300af16f83 authored over 4 years ago
docs: Set prettier endOfLine to auto

As discussed in PR #301.

1ac78498ebf440dd779acf20446e6611812dcf19 authored over 4 years ago
Merge pull request #264 from careyk007/setup_sh__curl_always_required

Add support for wget to setup.sh

b1bfff5b5a26ad089c01e844958f4edf1732abab authored over 4 years ago
fix: eslint proptype errors

fd892d53cd0c2b47041e3b43d86e97b5c6ff6abe authored over 4 years ago
docs: Format docs with prettier

npx prettier --write .

288e60ea97f13a1e350b144abeb47a117d4689dc authored over 4 years ago
docs: Add eslint-mdx support

Official guidelines:
https://github.com/mdx-js/eslint-mdx

Steps taken:
npm i -D eslint-plugin-m...

aefcc592f24df4bd2ca1485e0fda7232612f697b authored over 4 years ago
docs: Add prettier support

Official guidelines:
https://prettier.io/docs/en/install.html
https://prettier.io/docs/en/integr...

18d4d619e489ee72aa826346024b0a796dc71fa3 authored over 4 years ago
docs: Add eslint support

Official guidelines:
https://eslint.org/docs/user-guide/getting-started

Steps taken:
npm instal...

ab65bf49db46291dfc429cda4737e894d1897e6f authored over 4 years ago
feat(kscan_mock): Increase max number of events

This is necessary for testing a large number of events (e.g. every key code) within a single bui...

9c4b766bc678b2f57bcadb63bd9e37de274f8e20 authored over 4 years ago
docs: Add missing docusaurus scripts

Add:
- docusaurus serve
- docusaurus clear

ca0bcc0ae457b2a54aa8e6b5d2def1c92346af3a authored over 4 years ago
Add Reviung41 Shield Definitions

7296b967978be3483a11a3a5ea2b2eaeb8b23ce8 authored over 4 years ago
fix: clang-format

63007fb6c136b8475894a6315f12eabeea952ca4 authored over 4 years ago
Remove newlib dep

adb07926b1d6760e63e19134b338f8b1ba460483 authored over 4 years ago
Fix wrong comment tokens

9d624740d9227d8a6bbc2918e782edd3f22145fb authored over 4 years ago
Add Boardsource 3x4 shield

6a9a6e6d8edaae5f3e5bc37033a9391bc66e786a authored over 4 years ago
Check if fetch channel is supported

a67a8cd3b87e67176fb88c1d04d95004f7ff905d authored over 4 years ago
Merge pull request #280 from Tsquash/txpowerdocs

DocumentedTX Power Config in Troubleshooting

518bcacba143df30c9224650e2ada18e49150d16 authored over 4 years ago
Fix build for boards without voltage divider

6047415b1c26ec06198edecf656d6d9edcd01446 authored over 4 years ago
Add missing ADC and fix formatting

8efcd80f3ae594a489339ac23de8890399f22f59 authored over 4 years ago
Merge branch 'main' into bluetooth/battery-reporting

70ffcca3b42f5dacf5be155a56b11387a7e68b63 authored over 4 years ago
clang-format and add missing defconfig values

162c6b77db27c158b05ed65effa8d8ded68ba9b7 authored over 4 years ago
Refactor driver to use Sensor API

3082455aecc98532807aba3226321a94d2ed4b0c authored over 4 years ago
Merge pull request #291 from innovaker/docusaurus-2.0.0-alpha.66

chore(docs): Docusaurus 2.0.0-alpha.66

04b7a759f4c676c96da261a724cef1517614dea1 authored over 4 years ago
Added Sentence For Link to Zephyr Docs

1a6d373d168c8767480e7b9cef55f5d52eb7736b authored over 4 years ago
Changed Wording of Text

d07a46a334854ab28ff5a11c7cb64b194486dc97 authored over 4 years ago
chore(docs): Docusaurus 2.0.0-alpha.66

09053020064cfe61ddcd210a252925d1eff3af57 authored over 4 years ago
Merge pull request #290 from innovaker/docusaurus-2.0.0-alpha.65

chore(docs): Docusaurus 2.0.0 alpha.65

d8740b91abeaad265bc638bfb3873cd524388168 authored over 4 years ago
chore(blog): Remove deprecated id: wip

Fix warning ...
2020-05-24-wip.md - 'id' header option is deprecated. Please use 'slug' option i...

1e008728b7d68b6635aa562fd86b022bf875d893 authored over 4 years ago
chore(docs): Replace homePageId with slug: /

Fix warning ...
The docs plugin option homePageId=intro is deprecated. To make a doc the "home",...

cd683b8dd6200e214f3a525f435abe9a6fd9faeb authored over 4 years ago
chore(docs): Docusaurus 2.0.0-alpha.65

Closes #286. Prerequisite of #218.

99751ad3765e0b85455ce4a369d1ce5a7689cc8b authored over 4 years ago
fix(docs): Remove empty links

Prerequisite fixes for Docusaurus 2.0.0-alpha.65 (#286) which has stricter markdown rules.

a796ee574f575961b80bafcd10aec98fd6dda651 authored over 4 years ago
merge changes from master

6aae66782682ffcabf953d785308b83ee16fc3b6 authored over 4 years ago
Merge pull request #109 from Nicell/underglow/state-persistence

Add RGB underglow state Kconfig and settings

ef37f17796a32ccc4b09b5a797c87147259b6088 authored over 4 years ago
Merge pull request #285 from petejohanson/core/official-usb-product-id

Use official USB product ID

09d3d343755df3fe3019e6774183cede4acc6ff1 authored over 4 years ago
feat(usb): Add proper USB product ID.

* Use openmoko product ID from:
https://github.com/openmoko/openmoko-usb-oui/pull/15

36d3d01a22a46cdc4f1ebcabe27666dec4afface authored over 4 years ago
Merge pull request #282 from petejohanson/ble/advertising-power-savings

BLE: Only advertise when needed.

3ecd7e42ab8d884c1792aa5970536c27b7b1a2bb authored over 4 years ago
fix(bluetooth): Add adv data in non-peripherals.

9d512eaef01d92b930054d6528279944afe221ce authored over 4 years ago
fix(bluetooth): Stop adv on connected profile.

b07475b7d475a592ad974bb36a5580b1c863344f authored over 4 years ago
fix(bluetooth): Advertise name + appearance.

* Properly put device name and GAP appearance
in advertising packets, for proper display in
...

818f0a1f91020f3315ae09f70ddda6f8362fab98 authored over 4 years ago
fix(shields): Proper cradio Kconfig setup.

e468677c4ea5f382a8e48793eda87ecd3d07a4dd authored over 4 years ago
add wget flag to example

4bd41b9bf9b0721ac2dcc4e4f20ce0a3f003ad19 authored over 4 years ago
Merge pull request #224 from davidphilipbarr/cradio

Cradio

ed28f5a6a3f984c4026899edd30d4ef3c1cf4ed3 authored over 4 years ago
fix: Remove conflicting gitignore entry.

f7912eb9decc2048c204818defc717a71135edc6 authored over 4 years ago
Merge pull request #250 from Tsquash/docs

Added Feature Matrix for Intro.md

a1387eb041f01be99243710e7e2edf67451d6dd5 authored over 4 years ago
Merge pull request #277 from megamind4089/docs/ext-power

Added docs for external power output

548fa2a6eb9580a7b5c8354a47bad193afc1fe49 authored over 4 years ago
fix(ble): Only advertise when needed.* Once we have a peer connected to for the active profile, don't continue advertising.

204d1300ba6b13041e9a69cc297c06ac189f1f0d authored over 4 years ago
Documented TX Power Config in Troubleshooting

91b208faf390e9c334de3eaae043cf1aa3b70374 authored over 4 years ago
fix(shields): Add default qaz.conf file.

3186a553a5d18f24fc6fbac2987cf8054afadcbb authored over 4 years ago
fix(docs): Proper block for romac shield.

b2cad7e597a2cbadf78b2544734b9a6dd50c45a2 authored over 4 years ago
feat: Add qaz to setup scripts.

43c900f94a9394bc09bdfc646bfd3f42f947d927 authored over 4 years ago
Added docs for external power output

cc21167d57665a9bf0b413a4a85984f771d7812f authored over 4 years ago