Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-28 | Remove bt unpair combo + fix keymap | Nigel Rodriguez | |
2020-10-27 | refactor(hid): Refactor consumer report to a configurable size | innovaker | |
2020-10-27 | refactor(hid): Refactor keypad report to use a configurable integer array | innovaker | |
Replace NKRO bit array with configurable integer (DV) array. | |||
2020-10-27 | Merge pull request #292 from nullbitsco/nullbitsco_nibble | Pete Johanson | |
Add zmk_kscan_gpio_demux kscan driver & NIBBLE keyboard | |||
2020-10-27 | Update demux kscan driver as per PR feedback | Jay Greco | |
- Remove kscan_gpio_irq_callback - Remove kscan_gpio_irq_callback_handler - Remove irq_callbacks + Add TODO noting timer and sleep state interactions | |||
2020-10-27 | Update NIBBLE keyboard name as per PR feedback | Jay Greco | |
- Revert accidental VS code settings change | |||
2020-10-27 | Add NIBBLE shield | Jay Greco | |
+ Added required files for nullbits NIBBLE | |||
2020-10-27 | Add new kscan_gpio_demux driver | Jay Greco | |
+ zmk,kscan_gpio_demux is now a compatible kscan option + kscan_gpio_demux is based heavily off of the implementation of kscan_gpio_matrix, modified to address cols using an n-to-1 demultiplexer chip instead of discrete IO + Added zmk,kscan_gpio_demux.yaml file * modified CMakeLists to include new source files | |||
2020-10-27 | Merge pull request #304 from petejohanson/docs/cc-license-details | Pete Johanson | |
Explicitly license documentation as CC-BY-NC-SA. | |||
2020-10-27 | Merge pull request #301 from innovaker/docs-eslint-prettier | Pete Johanson | |
docs: Add eslint, prettier and eslint-mdx support | |||
2020-10-27 | Merge pull request #297 from Nicell/boards/reviung41 | Pete Johanson | |
Add Reviung41 Shield Definitions | |||
2020-10-27 | Merge pull request #303 from innovaker/kscan-mock-32 | Pete Johanson | |
feat(kscan_mock): Increase max number of events | |||
2020-10-26 | Merge pull request #263 from joelspadin/nested-zmk-config | Pete Johanson | |
fix: allow nested zmk-config for dev container | |||
2020-10-26 | fix(docs): Explicit CC-BY-NC-SA license for docs. | Pete Johanson | |
2020-10-26 | fix: Typo in the toplevel README. | Pete Johanson | |
2020-10-26 | Merge pull request #293 from Nicell/bluetooth/battery-reporting | Pete Johanson | |
Add Battery Voltage Divider Driver | |||
2020-10-26 | Merge pull request #302 from innovaker/docs-docusaurus-scripts | Pete Johanson | |
docs: Add missing docusaurus scripts | |||
2020-10-26 | docs: Set netlify node version to lts/* | innovaker | |
Prerequisite of #218 and PR #308. | |||
2020-10-26 | Implement Kconfig and enhance error checks | Nick | |
2020-10-26 | docs: Set prettier endOfLine to auto | Nick | |
As discussed in PR #301. | |||
2020-10-25 | Merge pull request #264 from careyk007/setup_sh__curl_always_required | Pete Johanson | |
Add support for wget to setup.sh | |||
2020-10-25 | fix: eslint proptype errors | Nick | |
2020-10-25 | docs: Format docs with prettier | innovaker | |
npx prettier --write . | |||
2020-10-25 | docs: Add eslint-mdx support | innovaker | |
Official guidelines: https://github.com/mdx-js/eslint-mdx Steps taken: npm i -D eslint-plugin-mdx Edit .eslintrc.js | |||
2020-10-25 | docs: Add prettier support | innovaker | |
Official guidelines: https://prettier.io/docs/en/install.html https://prettier.io/docs/en/integrating-with-linters.html https://github.com/prettier/eslint-config-prettier Steps taken: npm install --save-dev --save-exact prettier Create .prettierignore Create .prettierrc.js npm install --save-dev eslint-config-prettier Edit .eslintrc.js | |||
2020-10-25 | docs: Add eslint support | innovaker | |
Official guidelines: https://eslint.org/docs/user-guide/getting-started Steps taken: npm install eslint --save-dev npx eslint --init Create .eslintignore Edit .eslintrc.js (tweaks) | |||
2020-10-25 | feat(kscan_mock): Increase max number of events | innovaker | |
This is necessary for testing a large number of events (e.g. every key code) within a single build/pass. The u8_t limitation became apparent during end-to-end testing of #21. | |||
2020-10-25 | docs: Add missing docusaurus scripts | innovaker | |
Add: - docusaurus serve - docusaurus clear | |||
2020-10-24 | Add Reviung41 Shield Definitions | Nick | |
2020-10-24 | fix: clang-format | Nick | |
2020-10-24 | Remove newlib dep | Nick | |
2020-10-24 | Fix wrong comment tokens | Nigel Rodriguez | |
2020-10-24 | Add Boardsource 3x4 shield | Nigel Rodriguez | |
2020-10-23 | Check if fetch channel is supported | Nick | |
2020-10-23 | Merge pull request #280 from Tsquash/txpowerdocs | Pete Johanson | |
DocumentedTX Power Config in Troubleshooting | |||
2020-10-23 | Fix build for boards without voltage divider | Nick | |
2020-10-23 | Add missing ADC and fix formatting | Nick | |
2020-10-23 | Merge branch 'main' into bluetooth/battery-reporting | Nick Winans | |
2020-10-23 | clang-format and add missing defconfig values | Nick | |
2020-10-23 | Refactor driver to use Sensor API | Nick | |
2020-10-22 | Merge pull request #291 from innovaker/docusaurus-2.0.0-alpha.66 | Pete Johanson | |
chore(docs): Docusaurus 2.0.0-alpha.66 | |||
2020-10-21 | Added Sentence For Link to Zephyr Docs | Caleb Lightfoot | |
2020-10-21 | Changed Wording of Text | Caleb Lightfoot | |
2020-10-21 | chore(docs): Docusaurus 2.0.0-alpha.66 | innovaker | |
2020-10-21 | Merge pull request #290 from innovaker/docusaurus-2.0.0-alpha.65 | Pete Johanson | |
chore(docs): Docusaurus 2.0.0 alpha.65 | |||
2020-10-21 | chore(blog): Remove deprecated id: wip | innovaker | |
Fix warning ... 2020-05-24-wip.md - 'id' header option is deprecated. Please use 'slug' option instead. Follow-up to #286. | |||
2020-10-21 | chore(docs): Replace homePageId with slug: / | innovaker | |
Fix warning ... The docs plugin option homePageId=intro is deprecated. To make a doc the "home", prefer frontmatter: "slug: /" Follow-up to #286. | |||
2020-10-21 | chore(docs): Docusaurus 2.0.0-alpha.65 | innovaker | |
Closes #286. Prerequisite of #218. | |||
2020-10-21 | fix(docs): Remove empty links | innovaker | |
Prerequisite fixes for Docusaurus 2.0.0-alpha.65 (#286) which has stricter markdown rules. | |||
2020-10-20 | merge changes from master | Carey | |