summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-13Fix edit url links for the website.Cody McGinnis
2020-08-12State Of The Firmware #1.Pete Johanson
2020-08-11Add analytics.Pete Johanson
2020-08-11Fix up some incorrect license headers.Pete Johanson
2020-08-11Typo fixes.Pete Johanson
2020-08-11Add a note about upvoting feature requests.Pete Johanson
2020-08-11Merge pull request #83 from petejohanson/core/setup-script-macos-read-i-fixesPete Johanson
macOS compatability fixes for setup.sh
2020-08-11Fix sed -i usage on macOS, accept 'Y'.Pete Johanson
2020-08-10Revert usage of `read -i` for macOS compat.Pete Johanson
2020-08-10Merge pull request #78 from Nicell/docs/rgbPete Johanson
Add RGB documentation
2020-08-10Merge pull request #80 from petejohanson/shields/corne-initial-definitionPete Johanson
Initial Corne shield definition
2020-08-10Merge pull request #81 from CrossR/CrossR/doc-updatePete Johanson
Quick doc update.
2020-08-10Add Corne to hardware list.Pete Johanson
2020-08-10Move to correct location.CrossR
2020-08-10Tweak note about per-key RGB.Pete Johanson
2020-08-10Quick doc update.CrossR
2020-08-10Add Corne to setup.sh script.Pete Johanson
2020-08-10Updated config note about underglow.Pete Johanson
2020-08-10Initial Corne shield definition.Pete Johanson
* Also include a build for Clueboard California macropad.
2020-08-09Merge pull request #79 from ↵Pete Johanson
petejohanson/core/keymap-release-key-after-layer-deactivated-fix core/keymap-release-key-after-layer-deactivated-fix
2020-08-09Invoke called behavior after layer change.Pete Johanson
* If you press a key with a layer active, then deactivate the layer (e.g. releasing a `&mo`, then release the key, we currently may send the wrong key release event. * Fixes #67.
2020-08-08Fix video container sizeNick
2020-08-08Add missing space to commentNick
2020-08-08Add underglow feature docs + DT fixesNick
2020-08-08Add lighting behavior docsNick
2020-08-08Fix to archive the .hex files for proton-c build.Pete Johanson
* Closes #77.
2020-08-08Basic key press/consumer press behavior docs.Pete Johanson
2020-08-08Tweak the pip PATH callouts.Pete Johanson
2020-08-07Tweak git usage for backwards compatibility.Pete Johanson
* Closes #76
2020-08-07Add a layer diagram.Pete Johanson
* Original diagram from Thomas Baart, used with permission.
2020-08-07Add basic layer behavior docs.Pete Johanson
2020-08-07Typo fix (thanks @Nicell).Pete Johanson
2020-08-07Remove broken import.Pete Johanson
2020-08-07Explicitly use bash.Pete Johanson
2020-08-07Better user setup docs.Pete Johanson
2020-08-07Better default configs.Pete Johanson
2020-08-07Merge pull request #75 from careyk007/mainPete Johanson
Update dev-setup.md
2020-08-07Update dev-setup.mdKellen Carey
2020-08-07Script fixes, ability to prepopulate a keymap.Pete Johanson
* Use read w/ -i for initial default values. * Prompt for fetching keymap for customization, and grab latest from `main` if opted in. * Don't copy `prj.conf` from the template, pull the `<shield>.conf` from `main` also.
2020-08-07Show the complete keymap example inline.Pete Johanson
2020-08-07Fix up the keymap docs after the DT refactor.Pete Johanson
2020-08-07Merge pull request #74 from petejohanson/core/keymaps-refactor-simplificationPete Johanson
Refactor to simpler keymaps.
2020-08-07Whitespace at EOF fix.Pete Johanson
2020-08-06Whitespace tweaks.Pete Johanson
2020-08-06Revert some personal Kyria keymap changes.Pete Johanson
2020-08-06Remove debugging line that snuck in.Pete Johanson
2020-08-06Refactor to simpler keymaps.Pete Johanson
2020-08-06Encoder Kconfig fixes.Pete Johanson
2020-08-06Propertly highlight .keymap files as dts.Pete Johanson
2020-08-06Docs re-org, start of some keymap docs.Pete Johanson