diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-12 23:47:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-12 23:47:41 +0000 |
commit | b6a4923863f85e66ca0430f9e5b513d3610ae7d8 (patch) | |
tree | 393d665a1d0fabf27f8ec41947a4b7941067a85f /keyboards/crypt_macro/crypt_macro.c | |
parent | 35477a38b1e83cc67020abd06184f8bf3140f240 (diff) | |
parent | 06593acc7dcdb1f8f9477a8194ecb10f6362bdc5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crypt_macro/crypt_macro.c')
-rw-r--r-- | keyboards/crypt_macro/crypt_macro.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/crypt_macro/crypt_macro.c b/keyboards/crypt_macro/crypt_macro.c new file mode 100644 index 0000000000..32f8d0bf28 --- /dev/null +++ b/keyboards/crypt_macro/crypt_macro.c @@ -0,0 +1,16 @@ +/* Copyright 2022 Yiancar-Designs + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#include "crypt_macro.h" |