diff options
author | Alan Pocklington <a.Pocklington@Gmail.com> | 2021-08-19 18:36:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 10:36:20 -0700 |
commit | 3b4c35da6b476c8777c3b492179d30260ffbf895 (patch) | |
tree | a04e2d27e3248911fec667723c4eb892e8321c6a /keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c | |
parent | c98e1694fbd1ff1234e0d7c7e00cf690188a50c1 (diff) |
[Keymap] Quark AJP10304 layout (#13290)
Diffstat (limited to 'keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c')
-rw-r--r-- | keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c b/keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c index 46a5995d0d..2b0616ad7e 100644 --- a/keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c +++ b/keyboards/handwired/atreus50/keymaps/ajp10304/keymap.c @@ -1,3 +1,19 @@ +/* Copyright 2021 Alan Pocklington + * + * 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 QMK_KEYBOARD_H #include "keymap_uk.h" #include "ajp10304.h" |