diff options
author | Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> | 2023-05-20 13:06:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-20 22:06:53 +1000 |
commit | d1395ca4d52ee8c510b5105917f9138a85721548 (patch) | |
tree | 323561d0ae1833f0da0abfb8054100f641aaa4b3 /keyboards/handwired/dactyl_manuform/4x5/keymaps/default | |
parent | 4dcb46e284abb52dc90146ae64d24cf9665b6ec6 (diff) |
add additional layouts to `dactyl_manuform` variants (#20688)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/4x5/keymaps/default')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c b/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c index 7f71f3db89..375c208244 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c +++ b/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c @@ -1,3 +1,23 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +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 #define _BASE 0 |