Commit graph

338 commits

Author SHA1 Message Date
Kyle McCreery
284d5976dc Merge branch 'main' of github.com:zmkfirmware/zmk into pillbug 2022-11-10 13:33:51 -05:00
Peter Johanson
2364960f84 feat(shields): Add splitkb.com Aurora Sweep. 2022-11-04 12:13:16 -05:00
HookyQR
d393247e15
fix(display): Set bits per pixel and color depth on n!v 2022-10-30 19:50:21 -05:00
Jay Greco
41fdd07315 feat(boards): Add nullbits SNAP shield 2022-10-25 07:50:56 -05:00
Nick Winans
18b8b9b3a5
fix(shields): Disable idle blanking on nice!view 2022-10-14 11:39:47 -05:00
Nick Winans
3d3c45bc80
feature(shields): Add nice!view
* Use two shield system, nice_view, and nice_view_adapter
* Build system fixes for interconnect use.
2022-09-29 21:11:26 -04:00
ReFil
b655554b03
refactor(boards): CRBN and Planck keymap fixes
* Update planck_rev6.keymap

Third layer was causing problems so i moved reset and bootloader to second layer

* BT_sel functions

A customer requested this so we added it

* Update crbn.keymap

Co-authored-by: Nick Winans <nick@winans.codes>
2022-09-22 15:14:09 -04:00
Kyle McCreery
9455960973 obe keymap cleanup 2022-09-08 17:24:55 -04:00
Kyle McCreery
ecb3521421 Changed bootloader combo to prevent accidental activation 2022-09-08 01:37:27 -04:00
Kyle McCreery
50aa243e14 Added base puckbuddy config 2022-09-08 00:06:32 -04:00
Kyle McCreery
33882223b6 Making progress on sugarglider functionality 2022-09-07 10:17:39 -04:00
Elliot Pahl
ce7a0e2b6c
feat(shields): Add Eternal Keypad
* Add Eternal Keypad

Co-authored-by: Duccio <ducciobreschi@gmail.com>
2022-09-05 18:07:02 -04:00
Kyle McCreery
7eb0b37de3 Compiling now for mcp23018 config, but still not reading matrix changes 2022-09-04 13:53:21 -04:00
Kyle McCreery
3ae944d0a6 First draft. Unable to compile sugarglider, but OBE is working as expected. 2022-09-04 02:23:30 -04:00
Kyle McCreery
2b22664caa beginning work on sugarglider, might move it to its own repo soon 2022-09-03 13:41:45 -04:00
Kyle McCreery
6459c9eb21 Working with pillbug v0.2 and OBE shield. 2022-09-02 18:11:50 -04:00
Kyle McCreery
b83ecd8ed1 Cleaned up keymap 2022-09-02 16:52:03 -04:00
Kyle McCreery
eb5e7787d6 Merge branch 'main' of github.com:zmkfirmware/zmk into pillbug 2022-08-25 12:24:44 -04:00
Jason Hazel
be0d49b62d
feat(shields) add support for Spaceman Pancake (#1400)
* add support for Spaceman Pancake

Co-authored-by: Pete Johanson <peter@peterjohanson.com>
Co-authored-by: Jason Hazel <jhazel@matrixmediaservices.com>
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
2022-07-27 11:39:42 -04:00
Kyle McCreery
e040b97d95 removing mokulua from this branch 2022-07-20 13:49:43 -04:00
Kyle McCreery
d9fd35782f Cleaned up some formatting 2022-07-11 14:48:16 -04:00
Kyle McCreery
3d7cfb3015 Initial commit of properly formatted OBE shield using Pillbug dev board. 2022-07-11 14:36:35 -04:00
Kyle McCreery
f8dab7b530 Merge branch 'main' of github.com:zmkfirmware/zmk into pillbug 2022-07-08 16:48:05 -04:00
Cem Aksoylar
6180643581 fix(shields): Remove uses of deprecated pro_micro_a/d nodes 2022-07-03 09:11:23 -04:00
Kurtis Lew
ef3eb339ed feat(shields): Add RGB support to 2% Milk
Co-Authored-By: treezoob <98245530+treezoob@users.noreply.github.com>
2022-06-26 12:07:54 -07:00
Peter Johanson
da209c453e refactor(shields): Remove res max Kconfigs
* Horizontal/Vertical resolution max is now defaulted
  from the DTS chosen display automatically, so
  remove the duplication in our shield Kconfig.
2022-06-26 00:27:04 -04:00
Kurtis Lew
db43757461 fix(shields): Fix indentation in two_percent_milk.keymap 2022-06-14 19:51:35 -04:00
Peter Johanson
9a9aef78c7 refactor: Remove unneeded left/right conf files. 2022-06-04 00:44:13 -04:00
ClicketySplit
9f79cc2c7b
fix(shields): Add 'chosen' display node for leeloo, README path fix.
* Update to include 'chosen' node for OLEDs.
* Updated to correct direction of folder separators.
2022-05-29 23:55:06 -04:00
Peter Johanson
2b9a0ce2a5 refactor(shields): Move to generic central role config.
* Use new `ZMK_SPLIT_ROLE_CENTRAL` config instead of BLE
  specific Kconfig setting.
2022-05-29 19:18:09 -04:00
Kyle McCreery
09d413b1e9 fixed keymap 2022-05-12 02:47:25 -04:00
Kyle McCreery
286167a328 Disabled optional conf features, removed contents from side specific conf that was in place because of local builds, The ZMK Contributors added for copyright because easier. 2022-05-12 02:19:44 -04:00
Kyle McCreery
e97a59b303 set up nice nano v2 overlay file to ease any future confusion 2022-05-12 02:07:23 -04:00
Kyle McCreery
d1f0891890 Changed RGB to default off 2022-05-12 01:49:16 -04:00
Kyle McCreery
4a6a7765a2 prepping for PR 2022-05-12 01:46:32 -04:00
Peter Johanson
b44410ac44 feat(shields): Add Hummingbird shield
* Reference shield for the Seeed(uino) XIAO interconnect.
2022-04-06 16:26:55 -04:00
Peter Johanson
9368f6200c fix(display): Add zephyr,display chosen nodes. 2022-04-03 00:10:29 -04:00
Peter Johanson
bf2fc68070 fix(underglow): Add newly required color-mapping prop. 2022-04-03 00:10:29 -04:00
ClicketySplit
97e50c39d5 Added BT Configuration Management to Raise Layer
Added Function Keys, and some Navigation Keys to Lower Layer.
2022-03-27 15:52:06 -05:00
ClicketySplit
bbfe4b98dc Updated copyright year. 2022-03-27 15:52:06 -05:00
ClicketySplit
8c66072f93 Updated copyright year. 2022-03-27 15:52:06 -05:00
ClicketySplit
e6a19ab7bc Updated copyright year. 2022-03-27 15:52:06 -05:00
ClicketySplit
7385ef57bb Updated copyright year. 2022-03-27 15:52:06 -05:00
ClicketySplit
fddea99cf4 Updated copyright year. 2022-03-27 15:52:06 -05:00
ClicketySplit
53ac073737 Updated copyright year. 2022-03-27 15:52:06 -05:00
ClicketySplit
89d5c496cb Deleted as recommended. 2022-03-27 15:52:06 -05:00
ClicketySplit
4e4ed73e17 Deleted as recommended. 2022-03-27 15:52:06 -05:00
ClicketySplit
bc0c49b087 Deleted as recommended. 2022-03-27 15:52:06 -05:00
ClicketySplit
c97f7a1044 Update app/boards/shields/leeloo/Kconfig.defconfig
Co-authored-by: Nick Winans <nick@winans.codes>
2022-03-27 15:52:06 -05:00
ClicketySplit
ab5517b858 The inaugural commit for Leeloo's firmware. 2022-03-27 15:52:06 -05:00