diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 10:13:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 18:13:33 -0800 |
commit | a2cfa23baf5dd43c5649b58fabb4fae95b9ee086 (patch) | |
tree | 3b2d84530e9b1f3c4573d5e2d702e56e96bf0846 /keyboards/hnahkb/freyr/freyr.c | |
parent | d9238b7baf3e99087f3e7455214776b28edf31bd (diff) |
[Keyboard] move @vuhopkep 's keebs into /hnahkb (#16102)
Diffstat (limited to 'keyboards/hnahkb/freyr/freyr.c')
-rw-r--r-- | keyboards/hnahkb/freyr/freyr.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/hnahkb/freyr/freyr.c b/keyboards/hnahkb/freyr/freyr.c new file mode 100644 index 0000000000..a856521e7f --- /dev/null +++ b/keyboards/hnahkb/freyr/freyr.c @@ -0,0 +1,17 @@ +/* Copyright 2019 HnahKB + * + * 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 "freyr.h" |