diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-17 02:59:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-17 02:59:39 +0000 |
commit | 0db51f2037c256d7fef380bf0aef7c56359c2393 (patch) | |
tree | 93ea0675bf656382109ba45a19e083c3ece0ae39 /keyboards/packrat/keymaps/3uc/config.h | |
parent | 9ca0cd81bf8a14c60a0957137d0cb94d9b07aaf8 (diff) | |
parent | 3d49069a46b42d2a0e4d8b7537ac4ccf41e6402d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/packrat/keymaps/3uc/config.h')
-rw-r--r-- | keyboards/packrat/keymaps/3uc/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/packrat/keymaps/3uc/config.h b/keyboards/packrat/keymaps/3uc/config.h new file mode 100644 index 0000000000..9ff2d89acc --- /dev/null +++ b/keyboards/packrat/keymaps/3uc/config.h @@ -0,0 +1,19 @@ +/* Copyright 2021 drhigsby + * + * 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 COMBO_COUNT 7 +#define COMBO_TERM 40 |