zmk/app
innovaker bba2892437 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-12 20:15:09 -08:00
..
boards chore: standardize # style headers 2021-01-12 20:15:09 -08:00
cmake build: set zmk_config.cmake cmake_minimum_required to VERSION 3.15 2020-11-20 22:24:29 -05:00
drivers refactor(app): format with prettier (#563) 2021-01-12 20:15:08 -08:00
dts chore: standardize # style headers 2021-01-12 20:15:09 -08:00
include feat(keymap): API for retrieving label for a layer 2021-01-12 20:15:09 -08:00
scripts chore: standardize # style headers 2021-01-12 20:15:09 -08:00
src feat(display): Show layer label in widget. 2021-01-12 20:15:09 -08:00
tests (feature) Add &to keycode/behavior (#489) 2021-01-12 20:15:08 -08:00
.gitignore Removed development files 2020-08-29 11:53:53 -07:00
CMakeLists.txt (feature) Add &to keycode/behavior (#489) 2021-01-12 20:15:08 -08:00
Kconfig feat(ext-power): Cut power when PM is sleeping 2021-01-12 20:15:08 -08:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh chore: standardize # style headers 2021-01-12 20:15:09 -08:00
west.yml fix(west): Restore atmel west module. 2021-01-12 20:15:08 -08:00