diff options
author | Conor Burns <mail@conor-burns.com> | 2023-03-15 16:53:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 15:53:02 +0000 |
commit | c18d5ebd2dff2615283931e2efe79cfdb2a550f2 (patch) | |
tree | 8e5dc85375d05f43f337bab1580fb3bf6981310d /keyboards/0xcb/splaytoraid/keymaps/pi/config.h | |
parent | 915d7a18d757ddb22498d66b82c6309077cdb178 (diff) |
add new board: splaytoraid (#20052)
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Diffstat (limited to 'keyboards/0xcb/splaytoraid/keymaps/pi/config.h')
-rw-r--r-- | keyboards/0xcb/splaytoraid/keymaps/pi/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/0xcb/splaytoraid/keymaps/pi/config.h b/keyboards/0xcb/splaytoraid/keymaps/pi/config.h new file mode 100644 index 0000000000..d955f36ab3 --- /dev/null +++ b/keyboards/0xcb/splaytoraid/keymaps/pi/config.h @@ -0,0 +1,21 @@ +// Copyright 2023 Dreipunkteinsvier (@dreipunkteinsvier) +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#pragma once + +#define TAPPING_TERM 180 + +// Prevent normal rollover on alphas from accidentally triggering mods. +#define IGNORE_MOD_TAP_INTERRUPT + +#undef LOCKING_SUPPORT_ENABLE +#undef LOCKING_RESYNC_ENABLE + + +#ifdef COMBO_ENABLE + #define COMBO_COUNT 9 + #define COMBO_TERM 20 + #define COMBO_ONLY_FROM_LAYER 0 +#endif + +#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD |