diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-07 19:59:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-07 19:59:04 +0000 |
commit | 3c90a30fe7e61d56421c3c090b285cca282ca366 (patch) | |
tree | b21bbf37b33e62626e57aebdc99e709f9f00b6dc /keyboards/eternal_keypad/keymaps/lefty/config.h | |
parent | 6cc51eb9d91ee4ededa70cae879a20d9e7100b85 (diff) | |
parent | 62112117ff0edb25f2ac06770c6d4ae84256ca5c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/eternal_keypad/keymaps/lefty/config.h')
-rw-r--r-- | keyboards/eternal_keypad/keymaps/lefty/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/eternal_keypad/keymaps/lefty/config.h b/keyboards/eternal_keypad/keymaps/lefty/config.h new file mode 100644 index 0000000000..36ab46334c --- /dev/null +++ b/keyboards/eternal_keypad/keymaps/lefty/config.h @@ -0,0 +1,19 @@ +/* Copyright 2021 duckyb + * + * 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 ONESHOT_TIMEOUT 2000 +#define FORCE_NKRO |