diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-20 05:38:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-20 05:38:49 +0000 |
commit | 0dbaa7e057d8614b9f7edc7568f3fa8ba17cee2b (patch) | |
tree | aedf2482d33e656d38f4f747a6054d9378fa984d /keyboards/eu_isolation/eu_isolation.c | |
parent | 8b33ca9fe28186cafbe4e017d43838d863421a92 (diff) | |
parent | 94d89dfe82b6c631c69f041e211b7710b5a2f744 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/eu_isolation/eu_isolation.c')
-rw-r--r-- | keyboards/eu_isolation/eu_isolation.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/eu_isolation/eu_isolation.c b/keyboards/eu_isolation/eu_isolation.c new file mode 100644 index 0000000000..9794e34e5c --- /dev/null +++ b/keyboards/eu_isolation/eu_isolation.c @@ -0,0 +1,16 @@ +/* Copyright 2020 Austin "TuckTuckFloof" Ashmore +* +* 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 "eu_isolation.h" |