diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2023-07-07 15:13:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 00:13:53 +1000 |
commit | baf289112460d73e889a8a442a932bc4198ccc05 (patch) | |
tree | 43fa443bff0a37792ea3e7e88a63548ad6cc4b36 /keyboards/handwired/dactyl_promicro/keymaps/default | |
parent | 55295ed3dc5000d4c9937602624060c168753434 (diff) |
Update `dactyl_promicro` readme (#21144)
Diffstat (limited to 'keyboards/handwired/dactyl_promicro/keymaps/default')
-rw-r--r-- | keyboards/handwired/dactyl_promicro/keymaps/default/keymap.c | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl_promicro/keymaps/default/keymap.c b/keyboards/handwired/dactyl_promicro/keymaps/default/keymap.c index ed2d1440c8..1dd2f47841 100644 --- a/keyboards/handwired/dactyl_promicro/keymaps/default/keymap.c +++ b/keyboards/handwired/dactyl_promicro/keymaps/default/keymap.c @@ -1,5 +1,22 @@ -#include QMK_KEYBOARD_H +/* +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 _QWERTY 0 #define _LOWER 1 |