diff options
author | Derek <dschmell91@gmail.com> | 2022-06-09 23:42:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 20:42:53 -0700 |
commit | 7c097ee6b404503f35ce43c85d46a5adde926146 (patch) | |
tree | 0eb31ceb738e56526dfb9235193ebc4d9b5e43c7 /keyboards/nacly/sodium42/sodium42.c | |
parent | 93c3a959a7b12bb7f204e176742585892e6a5d50 (diff) |
[Keyboard] Add Sodium keyboards (#17078)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: nacly <nacly@pop-os.localdomain>
Diffstat (limited to 'keyboards/nacly/sodium42/sodium42.c')
-rw-r--r-- | keyboards/nacly/sodium42/sodium42.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/nacly/sodium42/sodium42.c b/keyboards/nacly/sodium42/sodium42.c new file mode 100644 index 0000000000..980b123bac --- /dev/null +++ b/keyboards/nacly/sodium42/sodium42.c @@ -0,0 +1,16 @@ +/* Copyright 2022 NaCly + * + * 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 "sodium42.h" |