diff options
author | takashicompany <t@kashi.company> | 2021-11-07 00:41:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 08:41:22 -0700 |
commit | 74b5a4357c46520c11ad2a705fc31818c64b7c25 (patch) | |
tree | 6040147c347bb8342d17d66675ae4f048aebbf09 /keyboards/takashicompany/heavy_left/heavy_left.c | |
parent | 4de89df5dca4c964c3fd4e9dd71a91810b3820ba (diff) |
[Keyboard] Add new keyboard "Heavy Left" (#15052)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/takashicompany/heavy_left/heavy_left.c')
-rw-r--r-- | keyboards/takashicompany/heavy_left/heavy_left.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/takashicompany/heavy_left/heavy_left.c b/keyboards/takashicompany/heavy_left/heavy_left.c new file mode 100644 index 0000000000..2af6d3fe61 --- /dev/null +++ b/keyboards/takashicompany/heavy_left/heavy_left.c @@ -0,0 +1,17 @@ +/* Copyright 2021 takashicompany + * + * 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 "heavy_left.h" |