diff options
author | yossiyossy <70216843+yossiyossy@users.noreply.github.com> | 2020-09-19 04:01:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 12:01:43 -0700 |
commit | 9eeb6048ff507185e3e788f0288c8341c5c14ce2 (patch) | |
tree | 65080c9a88ea2c4f17443d1633de768c8062161a /keyboards/majistic/majistic.c | |
parent | f079dd90ed88fd29b7e5bbdd3496742f3afeff4e (diff) | |
download | qmk_firmware-9eeb6048ff507185e3e788f0288c8341c5c14ce2.tar.gz |
[Keyboard] Add maJIStic keyboard (#10258)
* add maJIStic
* fix for format
* fix directory name
* rm old directory of maJIStic
* fix for comment
* ISO/JIS Enter move to the home row.
Diffstat (limited to 'keyboards/majistic/majistic.c')
-rw-r--r-- | keyboards/majistic/majistic.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/majistic/majistic.c b/keyboards/majistic/majistic.c new file mode 100644 index 000000000..7ceba7cf2 --- /dev/null +++ b/keyboards/majistic/majistic.c @@ -0,0 +1,17 @@ +/* Copyright 2020 yossiyossy + * + * 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 "majistic.h" |