summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-09-13feat(bluetooth): Add back profiles, split fixes.Pete Johanson
* Add back in profiles, not using Zephyr BT identity infrastructure. * Restore additional `&bt` commands for profile operations. * Fix for split pairing and subscriptions, since Zephyr persists subscriptions across connects. * Remove keymap from peripheral builds, reduces firmware size, and avoids unneeded attempts to send HID data.
2020-09-13fix(bluetooth): Log when clearing on start.Pete Johanson
2020-09-13fix(bluetooth): Delete any previously stored name.Pete Johanson
2020-09-13fix(bluetooth): Kconfig to clear bonds on startPete Johanson
2020-09-13fix(bluetooth): Remove identity, minimal `bt`.Pete Johanson
* Simplify the `bt` behavior to one current command `BT_CLEAR_BONDS_CMD`. * Simplify BLE code for split and non-split keyboards. * Remove keymap processing from split peripheral side.
2020-09-13fix(bluetooth): Fix max pair settings for non-split.Pete Johanson
2020-09-13feat(bluetooth): Proper bond management, identity support for non-splitsPete Johanson
* Add `bt` behavior that can be used to perform certain actions, such as next/prev identity, reset identity, etc. NOTE: Multiple identities is only supported for non-split shields, due to missing Zephyr identity functionality for dual central/peripheral devices. * Proper bond reset tied to action, that honors peripheral bonds, so folks can reset and pair to other hosts, without breaking bonds between splt halves.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-09-09Merge pull request #166 from Nicell/boards/dz60rgbPete Johanson
Add DZ60RGB Rev1 Definition
2020-09-08fix(tests): pending tests pass nowCody McGinnis
2020-09-07Fix comment name of keyboardNick
2020-09-07Fix Planck defconfigNick
2020-09-07Finish DZ60RGB board definitionNick
2020-09-07Merge commit '61b249666b13f7f356c0e77ee5eb500d672d7dce' into boards/dz60rgbNick
2020-09-04Merge pull request #162 from kurtis-lew/irisPete Johanson
Update iris_right.overlay
2020-09-04Update iris_right.overlaykurtis-lew
2020-09-03Fix Sofle build, update Intro page.CrossR
2020-09-02Merge pull request #151 from kurtis-lew/irisPete Johanson
Added Iris Shield
2020-09-02Merge pull request #146 from okke-formsma/hold-tapPete Johanson
Hold-Tap implementation
2020-09-02fixes for feedback round 2Okke Formsma
2020-09-02Added copyright header to iris.keymapKurtis Lew
2020-09-02Added Copyright Header to Kconfig.defconfigKurtis Lew
2020-09-02some fixes based on feedbackOkke Formsma
2020-09-02rename testsOkke Formsma
2020-09-01Added Iris Shieldkurtis-lew
2020-09-01Initial implementation of hold-tapOkke Formsma
2020-09-01Add to setup.CrossR
2020-09-01Merge remote-tracking branch 'upstream/main' into CrossR/SofleCrossR
2020-09-01Merge pull request #126 from BrainWart/fix-layer-releasePete Johanson
Fix keys not releasing when layers change
2020-09-01Merge pull request #145 from okke-formsma/stop-fatal-errorsPete Johanson
stop on fatal errors
2020-09-01fix(kscan): Avoid sending duplicate kscan events.Pete Johanson
2020-09-01fix(core): track layer state with keypressCody McGinnis
2020-08-31stop on fatal errorsOkke Formsma
2020-08-29Merge pull request #134 from chenkevinh/lily58-encoderPete Johanson
Add Lily58 Left Encoder Support
2020-08-29Added encoder to unified conf fileKevin
2020-08-29Merge branch 'main' into CrossR/SofleCrossR
2020-08-29Removed extra encoder config linesKevin
2020-08-29Removed development filesKevin
2020-08-29Reverted back to default keymapKevin
2020-08-29Fixed encoder config and added build_right scriptKevin
2020-08-28Added helper scrpits and config fileKevin
2020-08-28Removed status lineKevin
2020-08-28Added left encoder supportKevin
2020-08-28Added encoder and changed BT unpair keys in overlaysKevin
2020-08-28Merge pull request #131 from BrainWart/tests/native-posix-test-explorationPete Johanson
Native posix integration testing
2020-08-28Merge pull request #130 from tominabox1/shield_qazPete Johanson
[Keyboard] Add QAZ Shield
2020-08-28Add copyright headertominabox1
2020-08-28feat(tests): allow tests to be marked as pendingCody McGinnis
pending tests will not fail the build
2020-08-28fix(docs): move testing docs to website docsCody McGinnis
2020-08-28feat(test): record full key log as wellCody McGinnis