summaryrefslogtreecommitdiff
path: root/totem/keymaps/default/config.h
blob: 2707b76c36d2068dd7292b7229a4f468d8a3c46c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

/**
 * The way how "handedness" is decided (which half is which),
 * see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
 */
#define MASTER_LEFT

/**
 * Tapping this number of times holds the key until tapped once again.
 */
#define ONESHOT_TAP_TOGGLE 0

/**
 * Time (in ms) before the one shot key is released.
 */
#define ONESHOT_TIMEOUT 3000