diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-25 23:56:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-25 23:56:39 +0000 |
commit | 2bc978437e98ca24dd6186a2d637272738cd54de (patch) | |
tree | eabf1d2cfdf48b2f350b4a239902d84df8078956 /keyboards/plut0nium/0x3e/0x3e.c | |
parent | 0c97bc5179ede0911067ecb0d96745d29710df07 (diff) | |
parent | ee3a1133f1283fab132f4d601e19a61da2041631 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/plut0nium/0x3e/0x3e.c')
-rw-r--r-- | keyboards/plut0nium/0x3e/0x3e.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/plut0nium/0x3e/0x3e.c b/keyboards/plut0nium/0x3e/0x3e.c new file mode 100644 index 0000000000..2f3683d8bc --- /dev/null +++ b/keyboards/plut0nium/0x3e/0x3e.c @@ -0,0 +1,18 @@ +/* Copyright 2020 plut0nium + * + * 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 "0x3e.h" + |