zmk_mf68/app
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
..
boards chore: standardize C style headers 2021-01-01 23:06:41 -05: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-01 22:55:52 -05:00
dts refactor(app): format with prettier (#563) 2021-01-01 22:55:52 -05:00
include fix(sensors): Use status filter on sensors node. 2020-12-31 14:46:15 -05:00
scripts fix(west) test command should not swallow errors. 2020-12-10 11:41:42 -05:00
src fix(power): Fix for 2.4 API changes. 2020-12-30 09:29:57 -05:00
tests (feature) Add &to keycode/behavior (#489) 2020-12-29 11:57:49 -05:00
.gitignore Removed development files 2020-08-29 11:53:53 -07:00
CMakeLists.txt (feature) Add &to keycode/behavior (#489) 2020-12-29 11:57:49 -05:00
Kconfig feat(ext-power): Cut power when PM is sleeping 2020-12-29 08:30:57 -05:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh fix(tests): convert ZMK_CONFIG to an absolute path 2020-12-14 12:41:25 -05:00
west.yml fix(west): Restore atmel west module. 2020-12-29 23:30:30 -05:00