diff options
author | Joel Challis <git@zvecr.com> | 2021-11-30 17:49:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 09:49:09 -0800 |
commit | 9204f8535b36e4b9ea51c083bd04d6ea76ac97ee (patch) | |
tree | 1048faa7fd7e0d6169d1b3dbe5ba351dcefe8c97 /keyboards/dm9records/ergoinu/ergoinu.c | |
parent | 55a84843ea788b635b5caf10cb2f84aadce94fc2 (diff) |
[Keyboard] Convert ergoinu to SPLIT_KEYBOARD (#15305)
Diffstat (limited to 'keyboards/dm9records/ergoinu/ergoinu.c')
-rw-r--r-- | keyboards/dm9records/ergoinu/ergoinu.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/dm9records/ergoinu/ergoinu.c b/keyboards/dm9records/ergoinu/ergoinu.c index c6d099a148..a01ac0a25c 100644 --- a/keyboards/dm9records/ergoinu/ergoinu.c +++ b/keyboards/dm9records/ergoinu/ergoinu.c @@ -1 +1,18 @@ +/* +Copyright 2018 Takuya Urakawa<twitter:@hsgw> + +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 "ergoinu.h" |