summaryrefslogtreecommitdiff
path: root/app/boards/shields
AgeCommit message (Collapse)Author
2020-08-19fix(bluetooth): Add unpair combo if DT node existsPete Johanson
2020-08-19Merge pull request #107 from epid/mainPete Johanson
Fixed arrows on default keymap
2020-08-20Fixed arrows on default keymapJared Giles
2020-08-19Merge pull request #101 from okke-formsma/nrfmicroPete Johanson
nrfmicro support
2020-08-19Add nrfmicro 1.1, 1.1 flipped and 1.3 boards.Okke Formsma
2020-08-19Working on corne default keymapJared Giles
2020-08-18fix(shields): OLED fixes for Corne, add anchors.Pete Johanson
2020-08-18fix(boards): Proper last col transform for Corne.Pete Johanson
2020-08-18feeature(bt): Add "unpair combo" on startup.Pete Johanson
* Especially for splits, we need the ability to unpair all paired devices as sledgehammer if we need to "reset things", and doing so via keymaps isn't suitable. * Allows shields to define a collection of key positions that if all held 2 seconds after startup, will unpair all existing pairs for the device.
2020-08-14Fix grammarNick
2020-08-14Add missing configuration values for RGB underglowNick
2020-08-10Merge pull request #78 from Nicell/docs/rgbPete Johanson
Add RGB documentation
2020-08-10Tweak note about per-key RGB.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-08Add missing space to commentNick
2020-08-08Add underglow feature docs + DT fixesNick
2020-08-07Better default configs.Pete Johanson
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-06Refactor to simpler keymaps.Pete Johanson
2020-08-06Remove an unneeded include for the keymap.Pete Johanson
2020-08-06Refactor to using .keymap filesPete Johanson
* Still just devicetree keymaps. * Filename can now use `<board>.keymap` or `<shield>.keymap` convention, including overrides for revisions, etc.
2020-08-02Fix tabs in keymap bottom rowNick
2020-08-02Add better default keymap for lily58Nick
2020-07-27Add underglow config for Kyria + nice!nano.Pete Johanson
2020-07-25Default the reverse mode.Pete Johanson
2020-07-25Fixes for loading without encoder drivers.Pete Johanson
* Build fixes.
2020-07-25Add the Lily58 OLED.Pete Johanson
2020-07-25Initial display support.Pete Johanson
2020-07-22Naming tweaks for the sensor behavior.Pete Johanson
2020-07-22Initial behavior for key presses on encoder rotatePete Johanson
2020-07-22Initial work on sensor bindings.Pete Johanson
2020-07-21Merge pull request #59 from petejohanson/sensors/en11-encoder-sensorPete Johanson
Initial low level EC11 sensor driver
2020-07-21Trailing newline fix.Pete Johanson
2020-07-21Skip chosen node for now.Pete Johanson
2020-07-21Better chosen name.Pete Johanson
2020-07-21More consistent DT for the split encoders.Pete Johanson
2020-07-21Tweaks for orientation and A/B pins for Kyria leftPete Johanson
2020-07-20EN11 is actually EC11, some sample work.Pete Johanson
2020-07-20Interrupt fixes.Pete Johanson
2020-07-19Initial en11 exploration.Pete Johanson
2020-07-17Name each Lily58 side differently.Pete Johanson
2020-07-17Tweaks for split Lily58 sync.Pete Johanson
2020-07-17Tweaks for turning off USB for split peripherals.Pete Johanson
2020-07-17Clean up old global behavior logic.Pete Johanson
2020-07-17Working BT settings.Pete Johanson
2020-07-17Disable USB on the peripheral size.Pete Johanson
2020-07-17Kconfig fixes for split roles.Pete Johanson