diff options
author | Drashna Jael're <drashna@live.com> | 2023-03-23 01:41:42 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2023-03-23 01:41:42 -0700 |
commit | 73f4718f16893341cfcc7814247deb605657ff27 (patch) | |
tree | 78f78d7199cf2fd3aac3f64cbba68f523ba11710 /keyboards/handwired/jotanck/jotanck.h | |
parent | b01dc36fbf09c3ebf8efe1bac54205ace1b1c6cc (diff) | |
parent | bb4abc8a9fdbfbb8ee8af92ec14d6f1b4cea0b04 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/jotanck/jotanck.h')
-rw-r--r-- | keyboards/handwired/jotanck/jotanck.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/keyboards/handwired/jotanck/jotanck.h b/keyboards/handwired/jotanck/jotanck.h index e253940ddc..4fa7cd4993 100644 --- a/keyboards/handwired/jotanck/jotanck.h +++ b/keyboards/handwired/jotanck/jotanck.h @@ -1,8 +1,23 @@ +/* Copyright 2023 jotix <jujodeve@gmail.com> + * + * 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/>. + */ + #pragma once #include "quantum.h" - #define LAYOUT_ortho_4x12( \ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ |