diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-02-10 11:17:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 20:17:42 +0100 |
commit | 5a73558a211383cd238587369ef043a6d5b64b88 (patch) | |
tree | e9d1d0b3c104aca439911a74d6ff6b801b2e8d78 /keyboards/kc60/keymaps/noroadsleft/config.h | |
parent | 4b2ab84c71d517b718bdf4dde0e60fc71026fac6 (diff) |
[Keymap] add noroadsleft userspace; add and update keymaps (#11686)
Diffstat (limited to 'keyboards/kc60/keymaps/noroadsleft/config.h')
-rw-r--r-- | keyboards/kc60/keymaps/noroadsleft/config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/kc60/keymaps/noroadsleft/config.h b/keyboards/kc60/keymaps/noroadsleft/config.h index 4490a3bb76..267407ded9 100644 --- a/keyboards/kc60/keymaps/noroadsleft/config.h +++ b/keyboards/kc60/keymaps/noroadsleft/config.h @@ -1,3 +1,19 @@ +/* Copyright 2018-2020 James Young (@noroadsleft) + * + * 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 #define PERMISSIVE_HOLD // https://docs.qmk.fm/#/feature_advanced_keycodes?id=permissive-hold |