diff options
Diffstat (limited to 'keyboards/durgod/k320/config.h')
-rw-r--r-- | keyboards/durgod/k320/config.h | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/keyboards/durgod/k320/config.h b/keyboards/durgod/k320/config.h index 70438900e..323a9ccff 100644 --- a/keyboards/durgod/k320/config.h +++ b/keyboards/durgod/k320/config.h | |||
@@ -1,19 +1,18 @@ | |||
1 | /* | 1 | /* Copyright 2021 kuenhlee and Don Kjer |
2 | Copyright 2021 kuenhlee and Don Kjer | 2 | * |
3 | 3 | * This program is free software: you can redistribute it and/or modify | |
4 | 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 | 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 | the Free Software Foundation, either version 2 of the License, or | 6 | * (at your option) any later version. |
7 | (at your option) any later version. | 7 | * |
8 | 8 | * This program is distributed in the hope that it will be useful, | |
9 | This program is distributed in the hope that it will be useful, | 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * GNU General Public License for more details. |
12 | GNU General Public License for more details. | 12 | * |
13 | 13 | * You should have received a copy of the GNU General Public License | |
14 | 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 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | */ |
16 | */ | ||
17 | 16 | ||
18 | #pragma once | 17 | #pragma once |
19 | 18 | ||
@@ -36,8 +35,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
36 | /* COL2ROW, ROW2COL*/ | 35 | /* COL2ROW, ROW2COL*/ |
37 | #define DIODE_DIRECTION ROW2COL | 36 | #define DIODE_DIRECTION ROW2COL |
38 | 37 | ||
38 | // Dynamic EEPROM | ||
39 | // Something sensible or else VIA may crash | ||
40 | // Users may enable more if they wish | ||
41 | #define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 4095 | ||
42 | |||
39 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 43 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
40 | #define DEBOUNCE 7 | 44 | #define DEBOUNCE 5 |
41 | 45 | ||
42 | /* Bootmagic Lite key configuration */ | 46 | /* Bootmagic Lite key configuration */ |
43 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | 47 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE |
@@ -50,4 +54,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
50 | #define LED_WIN_LOCK_PIN A9 | 54 | #define LED_WIN_LOCK_PIN A9 |
51 | #define LED_MR_LOCK_PIN A10 | 55 | #define LED_MR_LOCK_PIN A10 |
52 | #define LED_PIN_ON_STATE 0 | 56 | #define LED_PIN_ON_STATE 0 |
53 | |||