diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-01 03:02:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-01 03:02:42 +0000 |
commit | 5936e05a33d57b6ecc41f8ff5668a130c43b4bfb (patch) | |
tree | 2326b99a72a88c300a188fd328f2b233a20107b4 /keyboards/b_sides/rev41lp/rev41lp.c | |
parent | 2f2d3e9c7bfed759e3f73ec06b2985d070d67391 (diff) | |
parent | 38ca5e95e1e857991c968cd2eb9a26cfed4e12fc (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/b_sides/rev41lp/rev41lp.c')
-rw-r--r-- | keyboards/b_sides/rev41lp/rev41lp.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/b_sides/rev41lp/rev41lp.c b/keyboards/b_sides/rev41lp/rev41lp.c new file mode 100644 index 0000000000..d9ab1ed21e --- /dev/null +++ b/keyboards/b_sides/rev41lp/rev41lp.c @@ -0,0 +1,17 @@ +/* +Copyright 2021 @cyril279 + +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 "rev41lp.h" |