diff options
| author | fauxpark <fauxpark@gmail.com> | 2021-06-20 12:10:59 +1000 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2021-06-20 12:10:59 +1000 |
| commit | e3030bff5e6b241ef8934ddaf84e524d0fd32bce (patch) | |
| tree | 976aa1cc9d25c884ecedc548ce507404904414a3 /users/mnil/config.h | |
| parent | 5b7cf9fdc86bf92b465565b2be5d501ea9529f37 (diff) | |
| parent | 4dddcb4f0300f79d8fbfc462ff8d6b360e99989e (diff) | |
| download | qmk_firmware-e3030bff5e6b241ef8934ddaf84e524d0fd32bce.tar.gz qmk_firmware-e3030bff5e6b241ef8934ddaf84e524d0fd32bce.zip | |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'users/mnil/config.h')
| -rw-r--r-- | users/mnil/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/users/mnil/config.h b/users/mnil/config.h new file mode 100644 index 000000000..3547785ff --- /dev/null +++ b/users/mnil/config.h | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | /* Copyright 2021 Mats Nilsson | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #define MK_3_SPEED | ||
| 20 | #define MK_MOMENTARY_ACCEL | ||
| 21 | #define PERMISSIVE_HOLD | ||
