Nick Winans
|
97ed0cc733
|
feat(core): Add USB logging Kconfig option
|
2021-01-08 13:03:39 -05:00 |
|
Pete Johanson
|
964b613e98
|
fix(setup): Fix typo for split variable assignment
|
2021-01-08 11:11:20 -05:00 |
|
innovaker
|
f0312092c7
|
fix(setup.sh): add NIBBLE to options
This was missing from its original commit.
Refs: f3153b17d2
|
2021-01-08 11:02:35 -05:00 |
|
KemoNine
|
5880a284c1
|
feat(tg4x): Reconcile with official keymap and tidy-up
|
2021-01-08 10:14:43 +00:00 |
|
KemoNine
|
28bec8541b
|
style(tg4x): Convert Kconfig spaces to tabs
|
2021-01-08 10:14:43 +00:00 |
|
KemoNine
|
7fd8561b45
|
fix(tg4x): Add tg4x.conf to mirror other shield setups
|
2021-01-08 10:14:43 +00:00 |
|
innovaker
|
7fc28328d0
|
refactor(tg4x): Cleanup tg4x overlay
Tidies pin definitions and map.
|
2021-01-08 10:14:43 +00:00 |
|
innovaker
|
de6ce05391
|
chore(tg4x): fix copyright header
|
2021-01-08 10:14:43 +00:00 |
|
KemoNine
|
185ff462d6
|
docs(tg4x): Add readme for tg4x
|
2021-01-08 10:14:43 +00:00 |
|
KemoNine
|
cd8567071b
|
fix(tg4x): Fix tg4x keyboard name in Kconfig
|
2021-01-08 10:14:43 +00:00 |
|
KemoNine
|
3e4f2a3dc3
|
feat(tg4x): Add underglow support for tg4x + nice_nano
|
2021-01-08 10:14:43 +00:00 |
|
retic1337
|
aad030e0d4
|
Copyright Fix
|
2021-01-07 18:36:31 -08:00 |
|
innovaker
|
561e535a58
|
refactor(shields): standardize README.md filenames
Renames instances of `readme.md` to `README.md` so that it's easily noticed.
PR: #561
|
2021-01-07 00:34:04 -05:00 |
|
innovaker
|
d9265fa470
|
ci: add dependabot
Checks (daily):
- github-actions
- npm (docs)
|
2021-01-07 00:29:48 -05:00 |
|
retic1337
|
4e3e07f3c4
|
Merge remote-tracking branch 'upstream/main' into main
|
2021-01-06 17:19:05 -08:00 |
|
innovaker
|
f17584ca0e
|
chore: standardize # style headers
Changes made with regex plus some manual tweaks.
Find:
/(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm
Replace:
# Copyright (c) $1 $2
# SPDX-License-Identifier: $3
PR: #564
|
2021-01-06 17:00:44 -05:00 |
|
Nick Winans
|
56ec200bae
|
docs(intro): Add 💡 to Mouse Keys and BLE Shell
|
2021-01-05 19:37:00 +00:00 |
|
Nick Winans
|
ad238d63df
|
docs(intro): Update feature table
|
2021-01-05 19:37:00 +00:00 |
|
Okke Formsma
|
4c1f615714
|
docs(troubleshooting): fix reset uf2 download instructions
PR: #512
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
|
2021-01-05 19:29:47 +00:00 |
|
KingCoinless
|
5c11962d98
|
feat(shields): add helix shield
PR: #429
|
2021-01-05 18:56:47 +00:00 |
|
Nick Winans
|
a470353760
|
docs(shield): Add docs based on #510 changes
|
2021-01-04 14:08:00 -05:00 |
|
Nick Winans
|
e5b1f1e1be
|
fix(shield): BFO9000 uses USB on right
|
2021-01-04 14:08:00 -05:00 |
|
Pete Johanson
|
992cee1bac
|
feat(display): Show layer label in widget.
|
2021-01-04 13:02:38 -05:00 |
|
Pete Johanson
|
a55b1397c9
|
feat(keymap): API for retrieving label for a layer
|
2021-01-04 13:02:38 -05:00 |
|
Pete Johanson
|
74b397ab91
|
fix(docs): Add closing bracket for new shield.
|
2021-01-04 11:59:25 -05:00 |
|
Nick Winans
|
4ddda7e024
|
docs(shield): Remove SPLIT_BLE_ROLE_PERIPHERAL
Removes CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL from the new shield docs
See: #510
Refs: 4db5b169bf
|
2021-01-04 00:13:49 +00:00 |
|
pbz
|
dcd665999a
|
feat(shields): add bfo9000 shield
PR: #472
|
2021-01-02 18:52:50 +00:00 |
|
Okke Formsma
|
319ce30270
|
chore(behavior): use ZMK_BEHAVIOR_OPAQUE in to-layer behavior
|
2021-01-02 08:08:51 -05:00 |
|
Okke Formsma
|
fa07ba9d32
|
refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT
Use these instead of the magic return values 0 and 1 for
behavior_driver_api return values.
|
2021-01-01 23:07:54 -05:00 |
|
Okke Formsma
|
caa285852a
|
refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0
|
2021-01-01 23:07:54 -05:00 |
|
innovaker
|
5a72662898
|
chore: standardize C style headers
Changes made with regex plus some manual tweaks.
Find:
/^\/\*.*\n(?:^\*.*\n)*^.*\*.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^.*\*.*\n)*^.*\*.*?SPDX-License-Identifier:? *(.+) *?\n(?:^.*\*.*\n)*.*\*\//gm
Replace:
/*
* Copyright (c) $1 $2
*
* SPDX-License-Identifier: $3
*/
PR: #565
|
2021-01-01 23:06:41 -05:00 |
|
innovaker
|
61893e453b
|
refactor(app): format with prettier (#563)
prettier --write .
PR: #563
|
2021-01-01 22:55:52 -05:00 |
|
KemoNine
|
a3ac0cb5be
|
feat(shields): add ws2812 underglow support to lily58 (nice_nano)
|
2021-01-01 21:29:22 +00:00 |
|
Mango The Fourth
|
5752b4fbda
|
feat(shields): add eek shield
PR: #529
|
2021-01-01 14:33:19 +00:00 |
|
Stephen Wu
|
2b4fda6948
|
docs(codes): improve macOS support data (volume, brightness, media controls)
Codes:
- K_VOLUME_UP, C_VOLUME_UP, K_VOLUME_DOWN, C_VOLUME_DOWN, K_MUTE
- C_BRIGHTNESS_INC, C_BRIGHTNESS_DEC
- C_PLAY_PAUSE, C_NEXT, C_PREVIOUS
Tested on:
- Catalina 10.15.7
- Big Sur 11.2 Beta
PR: #541
See: #375
|
2021-01-01 11:06:40 +00:00 |
|
Pete Johanson
|
39490552f2
|
feat(boards): Add BDN9 Rev2 board.
* Onboard stm32f072.
* 3 possible encoder positions.
* Underglow/per-key not yet support.
|
2020-12-31 14:46:15 -05:00 |
|
Pete Johanson
|
5072590af5
|
fix(sensors): Use status filter on sensors node.
|
2020-12-31 14:46:15 -05:00 |
|
retic1337
|
0886f1691d
|
Delete File from "perkey led"
|
2020-12-31 11:43:09 -08:00 |
|
retic1337
|
fc1dfed471
|
INIT Fix
|
2020-12-30 18:58:16 -08:00 |
|
retic1337
|
0658e8d865
|
Couple changes
|
2020-12-30 18:51:52 -08:00 |
|
Pete Johanson
|
d698847769
|
fix(power): Fix for 2.4 API changes.
|
2020-12-30 09:29:57 -05:00 |
|
Pete Johanson
|
1c822754c0
|
fix(west): Restore atmel west module.
|
2020-12-29 23:30:30 -05:00 |
|
retic1337
|
392c83f780
|
Test
|
2020-12-29 19:36:41 -08:00 |
|
retic1337
|
46e0966ae6
|
Formatting
|
2020-12-29 18:46:50 -08:00 |
|
retic1337
|
8dbcaa5bb1
|
Formatting
|
2020-12-29 18:39:02 -08:00 |
|
retic1337
|
cd1922cf77
|
Yay Formatting
|
2020-12-29 18:36:39 -08:00 |
|
retic1337
|
1c42252b5a
|
Yay Formatting
|
2020-12-29 18:32:53 -08:00 |
|
retic1337
|
c33570fe96
|
More Formatting
|
2020-12-29 18:07:36 -08:00 |
|
retic1337
|
867f7612db
|
More Formatting
|
2020-12-29 18:04:05 -08:00 |
|
retic1337
|
c76fbc4c3f
|
Formatting
|
2020-12-29 18:00:40 -08:00 |
|