aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/adamtabrams/config.h
diff options
context:
space:
mode:
authorAdam Abrams <adamtabrams@gmail.com>2021-07-22 00:56:46 -0500
committerGitHub <noreply@github.com>2021-07-21 22:56:46 -0700
commitfbe782534a89f4a012522a6133970e8d768a3ed4 (patch)
tree223fab76209d17f64aeac3cdaa1f467abb3493f0 /keyboards/planck/keymaps/adamtabrams/config.h
parent665af4fa8db299e0af7618aeeb548e2a9b044a04 (diff)
downloadqmk_firmware-fbe782534a89f4a012522a6133970e8d768a3ed4.tar.gz
qmk_firmware-fbe782534a89f4a012522a6133970e8d768a3ed4.zip
[Keyboard] Add personal planck keymap (#13635)
Diffstat (limited to 'keyboards/planck/keymaps/adamtabrams/config.h')
-rw-r--r--keyboards/planck/keymaps/adamtabrams/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/adamtabrams/config.h b/keyboards/planck/keymaps/adamtabrams/config.h
new file mode 100644
index 000000000..0c275f20c
--- /dev/null
+++ b/keyboards/planck/keymaps/adamtabrams/config.h
@@ -0,0 +1,39 @@
1/* Copyright (C) 2021 Adam Abrams
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 3 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19// General Configs
20#define NO_ACTION_ONESHOT
21#define FORCE_NKRO
22#define TAPPING_TOGGLE 3
23
24// Mouse Configs
25#define MK_3_SPEED
26#define MK_MOMENTARY_ACCEL
27#define MK_C_OFFSET_1 6
28#define MK_C_OFFSET_UNMOD 16
29#define MK_C_OFFSET_2 26
30// for MK_W lower is faster
31#define MK_W_INTERVAL_UNMOD 80
32
33// Tap-Hold Configs
34#define TAPPING_TERM 180
35#define PERMISSIVE_HOLD
36#define IGNORE_MOD_TAP_INTERRUPT
37#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY
38#define TAPPING_FORCE_HOLD
39#define TAPPING_FORCE_HOLD_PER_KEY