diff options
| author | akscanb <akscanb@gmail.com> | 2020-07-02 08:09:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 16:09:23 +0100 |
| commit | 97c18bfbc41c53a7ae7c6d12a676e919fe376153 (patch) | |
| tree | 6053cbe4374558b397ed1ef77e6314e78317d95d /keyboards/arisu/arisu.c | |
| parent | 0e76b2766181b2c6b155b9d5bc0143233cf5cdf1 (diff) | |
| download | qmk_firmware-97c18bfbc41c53a7ae7c6d12a676e919fe376153.tar.gz qmk_firmware-97c18bfbc41c53a7ae7c6d12a676e919fe376153.zip | |
Arisu keymapping, and corresponding via keymap (#9560)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Will <wailinnyu@gmail.com>
Co-authored-by: Andrew Koh <andrew@springlabs.com>
Diffstat (limited to 'keyboards/arisu/arisu.c')
| -rw-r--r-- | keyboards/arisu/arisu.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/arisu/arisu.c b/keyboards/arisu/arisu.c new file mode 100644 index 000000000..443b67e9b --- /dev/null +++ b/keyboards/arisu/arisu.c | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | /* Copyright 2019 Fate | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include "arisu.h" | ||
