diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-13 06:04:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-13 06:04:22 +0000 |
commit | c4ce95e55b91582619ee39f3ff6f3e02420cd9d0 (patch) | |
tree | 59702d4d7ee1e7b92e4b0ca3e2c1141b91419c98 /keyboards/handwired/10k/config.h | |
parent | f1edbe5a899e0d9572c4a187cbdf6354f3ee624b (diff) | |
parent | 3f66e25b41cdb9192f1a9efb2771fed36559afb0 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/10k/config.h')
-rw-r--r-- | keyboards/handwired/10k/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/10k/config.h b/keyboards/handwired/10k/config.h new file mode 100644 index 0000000000..4ec6d94128 --- /dev/null +++ b/keyboards/handwired/10k/config.h @@ -0,0 +1,24 @@ +/* +Copyright 2022 Nabos <nabos at glargh dot fr> + +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 +#include "config_common.h" + +/* Enables This makes it easier for fast typists to use dual-function keys */ +#define PERMISSIVE_HOLD + +#define USE_I2C +#define MASTER_RIGHT |