summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-08fix(combos): Check each combo key, not just lastJonathan Rascher
2021-06-08test(combo): Add unit test for complete long comboJonathan Rascher
2021-06-08refactor(combos): Rename existing long combo testJonathan Rascher
2021-06-08fix(ble): Ignore out of range profilesJoel Spadin
2021-06-04fix(boards): Set nice!60 nRF subfamily for openocd (#816)Nick Winans
2021-05-31fix(boards): Add delay on initializing external power for BlueMicro840Anthony Amanse
2021-05-31fix(boards): Fix Blue LED pin definition in BlueMicro840Anthony Amanse
2021-05-30feat(boards): Add nice!60 boardNick Winans
2021-05-27fix(tests): Use debug builds and high resolution timerOkke Formsma
2021-05-19fix(docs): Add missing semicolon to examplesChristian Stücklberger
2021-05-17chore(deps-dev): bump eslint-plugin-mdx from 1.8.2 to 1.13.0 in /docsdependabot[bot]
2021-05-17chore(deps): bump react-dom from 16.13.1 to 16.14.0 in /docsdependabot[bot]
2021-05-17chore(deps): bump @fortawesome/free-solid-svg-icons in /docsdependabot[bot]
2021-05-17chore(deps): bump @fortawesome/react-fontawesome in /docsdependabot[bot]
2021-05-17chore(deps-dev): bump eslint-plugin-react from 7.21.5 to 7.23.2 in /docsdependabot[bot]
2021-05-15chore(deps): bump DoozyX/clang-format-lint-action from 0.11 to 0.12dependabot[bot]
2021-05-09fix(behaviors): Fix sticky keys quick-release for normal keypressesOkke Formsma
2021-05-05chore(deps): bump react from 16.13.1 to 16.14.0 in /docsdependabot[bot]
2021-05-05feat(tests): Override test parallelism w/ `J=8` environment.Peter Johanson
2021-05-05fix(docs): Updated eslint config for unified prettier setup.Peter Johanson
2021-05-05chore(deps-dev): bump eslint-config-prettier in /docsdependabot[bot]
2021-05-05chore(deps-dev): bump eslint from 7.12.0 to 7.25.0 in /docs (#773)dependabot[bot]
2021-05-05fix(docs): Readjusted colors for dark theme for OSes in docsPiotr Gnus
2021-05-05feat(docs): Added support for prefers-color-scheme in docsPiotr Gnus
2021-04-15fix(docs) omit layers -1 example, clarify it defaults when omitted (#757)Michael van Eerd
2021-04-05Docs: added mod morph page (#749)measlesbagel
2021-03-24fix(boards): Proper BlueMicro840_V1 &pro_micro_a map for A10 (#733)Lucas Messenger
2021-03-18fix(boards): Move board endif to proper location.Pete Johanson
2021-03-15fix(kscan): Proper direct wire warning message.Pete Johanson
2021-03-11feat(docs): Add power profilerNick Winans
2021-03-11fix(combos): Fix stuck keys when pressing long combos.Okke Formsma
2021-03-10refactor(core): make the event manager a bit easier to readOkke Formsma
2021-03-10fix(logging): remove unnecessary newlineOkke Formsma
2021-03-10added battery.h, last_state_of_charge to uint8_tJP Bonn
2021-03-10fixed order of setting state_of_chargeJP Bonn
2021-03-10only send zmk_battery_state_changed on changeJP Bonn
2021-03-10change "Under Development" to "Beta Testing"Cody McGinnis
2021-03-10move the information to its own pageCody McGinnis
2021-03-10feat(docs): add information for testing PRsCody McGinnis
2021-03-03Fix broken link in documentation (encoders) (#707)Megamannen
2021-03-03Add detailed pin mapping explanation to underglow docs (#709)Megamannen
2021-02-27Fix the label for the GPIO kscan driver.Pete Johanson
2021-02-27fix(behaviors): Add missing hold-tap triggerOkke Formsma
2021-02-24feature(hold-tap): no-hold-flash for retro tapsOkke Formsma
2021-02-24feature(hold-tap): Retro tappingOkke Formsma
2021-02-24refactor(hold-tap): improve switch statementsOkke Formsma
2021-02-24refactor(hold-tap): pretty print decision_momentOkke Formsma
2021-02-24refactor(hold-tap): create press_binding and release_binding functionsOkke Formsma
2021-02-24refactor(hold-tap): split hold state into interrupt and timerOkke Formsma
2021-02-24refactor(hold-tap): use enum for hold-tap statusOkke Formsma