diff options
author | nopunin10did <w.alex.ronke@gmail.com> | 2020-11-24 04:59:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 01:59:22 -0800 |
commit | 6e97a4c8b915e7be4d86ea9969c0e7d7e9876b8b (patch) | |
tree | 6c7fc421c7ced7ce6537e0fd7dc38b06355fbf74 /keyboards/nopunin10did/railroad/rev0/rev0.c | |
parent | 429474d1c323bf746b0ed158ae9aa2002319009d (diff) |
Railroad fix (#10935)
* Fix Railroad build issues
* Update keyboards/nopunin10did/railroad/rev0/rules.mk
* Update keyboards/nopunin10did/railroad/rev0/rev0.h
* Add extra copy of readme to the rev0 folder
* Update keyboards/nopunin10did/railroad/rev0/readme.md
Diffstat (limited to 'keyboards/nopunin10did/railroad/rev0/rev0.c')
-rw-r--r-- | keyboards/nopunin10did/railroad/rev0/rev0.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/nopunin10did/railroad/rev0/rev0.c b/keyboards/nopunin10did/railroad/rev0/rev0.c new file mode 100644 index 0000000000..f9a51af643 --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/rev0.c @@ -0,0 +1,17 @@ +/* Copyright 2020 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) + * + * 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 "rev0.h" |