diff options
| author | QMK Bot <hello@qmk.fm> | 2021-10-02 15:07:07 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-10-02 15:07:07 +0000 |
| commit | 9b64ef8c71156189d7ebbef00abf2c28654824d4 (patch) | |
| tree | 184e9fc86a42c0cfab5f45163265c1922c2666ce /keyboards/ai03/jp60/keymaps/default/config.h | |
| parent | 64a118a58c4be03098ddd61602558435c77c8f81 (diff) | |
| parent | 875bbd31dc46d14a3a87d633081d1ba9c1225923 (diff) | |
| download | qmk_firmware-9b64ef8c71156189d7ebbef00abf2c28654824d4.tar.gz qmk_firmware-9b64ef8c71156189d7ebbef00abf2c28654824d4.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ai03/jp60/keymaps/default/config.h')
| -rw-r--r-- | keyboards/ai03/jp60/keymaps/default/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ai03/jp60/keymaps/default/config.h b/keyboards/ai03/jp60/keymaps/default/config.h new file mode 100644 index 000000000..ee63d9fee --- /dev/null +++ b/keyboards/ai03/jp60/keymaps/default/config.h | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | /* Copyright 2021 ai03 | ||
| 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 | /* Increase polling rates and scan quantity for improved performance */ | ||
| 20 | #define USB_POLLING_INTERVAL_MS 1 | ||
| 21 | #define QMK_KEYS_PER_SCAN 12 | ||
