diff options
author | Simon <4662005+Deadolus@users.noreply.github.com> | 2021-07-07 03:04:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 18:04:32 -0700 |
commit | dba3f0d1ebeb8103e93494cb428021c491534202 (patch) | |
tree | ed01e7c67692f2b54d1f4b9bfd76976a3ed2767c /keyboards/bm65iso/keymaps/deadolus/config.h | |
parent | 09c4d536c31c7443c4355e749e72364262fdd454 (diff) |
[Keyboard] Add bm65iso (#13400)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bm65iso/keymaps/deadolus/config.h')
-rw-r--r-- | keyboards/bm65iso/keymaps/deadolus/config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/bm65iso/keymaps/deadolus/config.h b/keyboards/bm65iso/keymaps/deadolus/config.h new file mode 100644 index 0000000000..1dc1414fa5 --- /dev/null +++ b/keyboards/bm65iso/keymaps/deadolus/config.h @@ -0,0 +1,27 @@ +/* Copyright 2021 deadolus + * + * 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/>. + */ + +// place overrides here + +#pragma once +#define LSPO_KEYS KC_LSFT, KC_LSFT, KC_8 +#define RSPC_KEYS KC_RSFT, KC_LSFT, KC_9 +#define LAPO_KEYS KC_LALT, KC_RALT, KC_QUOT +#define RAPC_KEYS KC_RALT, KC_RALT, KC_NUHS + +#define LEADER_TIMEOUT 1000 +#define LEADER_PER_KEY_TIMING 250 + |