diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-05 02:35:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-05 02:35:21 +0000 |
commit | 7392c6b2555a0f092c931c9bc23ef00efbd442f2 (patch) | |
tree | 6dc1da08c1ee04d4aa6b12f08baa7ad9cc529d9a /keyboards/nyhxis/nfr_70/nfr_70.c | |
parent | 1811ac9a6f273e1f56d6cf58ec0112352dea399f (diff) | |
parent | 0e819542896587aca648964efc91ae235630466f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nyhxis/nfr_70/nfr_70.c')
-rw-r--r-- | keyboards/nyhxis/nfr_70/nfr_70.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/nyhxis/nfr_70/nfr_70.c b/keyboards/nyhxis/nfr_70/nfr_70.c new file mode 100644 index 0000000000..43d4a0e2c6 --- /dev/null +++ b/keyboards/nyhxis/nfr_70/nfr_70.c @@ -0,0 +1,17 @@ +/* Copyright 2022 Nyhxis (@nyhxis) + * + * 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 "nfr_70.h" |