summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-08-18fix(keymap): move the toggle layer logic to keymap.cCody McGinnis
2020-08-18feat(keymap): allow users to toggle layersCody McGinnis
2020-08-18Add missing license header.Pete Johanson
2020-08-17Revert "Merge pull request #93 from careyk007/main"Pete Johanson
This reverts commit 8cd8933c87aadd2ce7b31c1367bfaad81fc2a36b, reversing changes made to 3f1dfbaad1a867f59c13814a517e03dfce4d4223.
2020-08-17fix(build): Remove more unused west modules.Pete Johanson
2020-08-16Merge pull request #94 from Nicell/split/default-conn-fixPete Johanson
Create proper fix for split default connection bug
2020-08-16Merge pull request #93 from careyk007/mainPete Johanson
Wait for USB HID ready before sending reports
2020-08-16Merge pull request #91 from Na-Cly/boards/bluemicro52840_v1Pete Johanson
Add bluemicro support
2020-08-16Add DCDC mode config.Pete Johanson
2020-08-16Various fixes.Pete Johanson
2020-08-16Remove duplicate uart0 node.Pete Johanson
2020-08-16Create proper fix for split default conn bugNick
2020-08-16remove unnecessary includeKellen Carey
2020-08-16wait before sending HID reportKellen Carey
2020-08-16Update board.cmakeDerek
2020-08-16Update arduino_pro_micro_pins.dtsiDerek
2020-08-15Merge pull request #89 from Nicell/underglow/fix-configsPete Johanson
Add missing configuration values for RGB underglow
2020-08-15Corrected pins for scl-pin and sda-pinDerek
2020-08-15Add bluemicro supportDerek
2020-08-14Add DCDC setting for nano.Pete Johanson
2020-08-14Fix grammarNick
2020-08-14Add missing configuration values for RGB underglowNick
2020-08-14Remove use of printk.Pete Johanson
2020-08-14Bump max paired connections to 2 for central.Pete Johanson
2020-08-11Fix up some incorrect license headers.Pete Johanson
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-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-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-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-06Remove an unneeded include for the keymap.Pete Johanson
2020-08-06Merge pull request #70 from Nicell/split/2m-phyPete Johanson
Split connection parameter adjustments and 2M PHY added
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-05Add if block and param req callback commentNick
2020-08-05Bump delay in scanning while held to 5ms.Pete Johanson
2020-08-03Remove updated callbackNick
2020-08-02Fix tabs in keymap bottom rowNick
2020-08-02Add better default keymap for lily58Nick
2020-08-02Add two solutions to param updatesNick
2020-08-02Fix variable name in peripheral PHY updateNick
2020-08-02Fix interval update, add PHY updateNick