zmk_mf68/app/boards/shields/jorne
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
..
boards Jorne shield 2020-11-17 16:23:39 +00:00
jorne.conf Jorne shield 2020-11-17 16:23:39 +00:00
jorne.dtsi chore: standardize C style headers 2021-01-01 23:06:41 -05:00
jorne.keymap improvement: upgrade default keymaps 2020-12-10 12:05:21 +00:00
jorne_left.conf refactor(splits): Ability to override split role. 2020-12-28 10:16:24 -05:00
jorne_left.overlay chore: standardize C style headers 2021-01-01 23:06:41 -05:00
jorne_right.conf refactor(splits): Ability to override split role. 2020-12-28 10:16:24 -05:00
jorne_right.overlay chore: standardize C style headers 2021-01-01 23:06:41 -05:00
Kconfig.defconfig fix(shields): Enable USB by default on right side. 2020-12-28 10:16:24 -05:00
Kconfig.shield chore: standardize # style headers 2021-01-06 17:00:44 -05:00