innovaker
|
5978990e6d
|
chore(core): replace Pete Johanson with The ZMK Contributors
Does not include boards and shields.
|
2021-01-16 11:30:37 -05: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 |
|
Pete Johanson
|
eff1b8223b
|
refactor(keys): Unify usage page.
* Remove need for separate `&cp` behavior, but
keep it for now for backward compat.
* Refactor sensor inc/dec as well.
|
2020-11-05 14:55:40 -05:00 |
|
Pete Johanson
|
55cf9db564
|
Fix consumer keys w/ refactored behaviors.
|
2020-06-22 11:06:01 -04:00 |
|
Pete Johanson
|
c23d752917
|
Some initial work on behavior bindings for keymaps
|
2020-06-19 15:32:33 -04:00 |
|