diff options
author | Nick Christus <136611+nchristus@users.noreply.github.com> | 2020-09-09 00:33:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 22:33:38 -0700 |
commit | 076b9d482f271bad14cb31c67aee6226b069e734 (patch) | |
tree | d9d77f27422a8c14ca405d056737eb9f353d7f26 /users/nchristus/nchristus.c | |
parent | 08f6e64137e2a3fe5cf54928b193c3421e71b625 (diff) | |
download | qmk_firmware-076b9d482f271bad14cb31c67aee6226b069e734.tar.gz |
[Keymap] Added nchristus userspace (#10261)
* userspace: added nchristus
* userspace: updates per PR review
Diffstat (limited to 'users/nchristus/nchristus.c')
-rw-r--r-- | users/nchristus/nchristus.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/users/nchristus/nchristus.c b/users/nchristus/nchristus.c new file mode 100644 index 000000000..555cd74ce --- /dev/null +++ b/users/nchristus/nchristus.c @@ -0,0 +1,18 @@ +/* +Copyright 2020 Nick Christus <nick.christus@hey.com> @nchristus + +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 "nchristus.h" |