diff options
| author | Ryan <fauxpark@gmail.com> | 2023-06-25 22:06:31 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-25 22:06:31 +1000 |
| commit | 2f9f555add827bbc6b7e6e4a08b830b9825ada4f (patch) | |
| tree | 8f95fe2635984c3cd90b35ad6bdc1281e890ffb3 /keyboards/nullbitsco | |
| parent | dd164a05669cb8c05ed091b31897a45a464556da (diff) | |
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/nullbitsco')
| -rw-r--r-- | keyboards/nullbitsco/scramble/v1/config.h | 22 | ||||
| -rw-r--r-- | keyboards/nullbitsco/scramble/v1/info.json | 3 | ||||
| -rw-r--r-- | keyboards/nullbitsco/scramble/v2/config.h | 2 | ||||
| -rw-r--r-- | keyboards/nullbitsco/scramble/v2/info.json | 3 |
4 files changed, 6 insertions, 24 deletions
diff --git a/keyboards/nullbitsco/scramble/v1/config.h b/keyboards/nullbitsco/scramble/v1/config.h deleted file mode 100644 index bb0ee7d785..0000000000 --- a/keyboards/nullbitsco/scramble/v1/config.h +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Jay Greco | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | /* NOTE: This config file is specific to AVR builds. */ | ||
| 19 | |||
| 20 | #pragma once | ||
| 21 | |||
| 22 | #define TAP_CODE_DELAY 10 | ||
diff --git a/keyboards/nullbitsco/scramble/v1/info.json b/keyboards/nullbitsco/scramble/v1/info.json index 77a00d91f4..5a9aeef64b 100644 --- a/keyboards/nullbitsco/scramble/v1/info.json +++ b/keyboards/nullbitsco/scramble/v1/info.json | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | {"pin_a": "D6", "pin_b": "D7"} | 4 | {"pin_a": "D6", "pin_b": "D7"} |
| 5 | ] | 5 | ] |
| 6 | }, | 6 | }, |
| 7 | "qmk": { | ||
| 8 | "tap_keycode_delay": 10 | ||
| 9 | }, | ||
| 7 | "processor": "atmega328p", | 10 | "processor": "atmega328p", |
| 8 | "bootloader": "usbasploader", | 11 | "bootloader": "usbasploader", |
| 9 | "matrix_pins": { | 12 | "matrix_pins": { |
diff --git a/keyboards/nullbitsco/scramble/v2/config.h b/keyboards/nullbitsco/scramble/v2/config.h index 945a4da9de..419a028c9f 100644 --- a/keyboards/nullbitsco/scramble/v2/config.h +++ b/keyboards/nullbitsco/scramble/v2/config.h | |||
| @@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #pragma once | 20 | #pragma once |
| 21 | 21 | ||
| 22 | #define TAP_CODE_DELAY 10 | ||
| 23 | |||
| 24 | /* RP2040-specific defines*/ | 22 | /* RP2040-specific defines*/ |
| 25 | #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 | 23 | #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 |
| 26 | #define RP2040_FLASH_GENERIC_03H | 24 | #define RP2040_FLASH_GENERIC_03H |
diff --git a/keyboards/nullbitsco/scramble/v2/info.json b/keyboards/nullbitsco/scramble/v2/info.json index 5255c32205..2a89a1063b 100644 --- a/keyboards/nullbitsco/scramble/v2/info.json +++ b/keyboards/nullbitsco/scramble/v2/info.json | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | {"pin_a": "GP24", "pin_b": "GP25"} | 4 | {"pin_a": "GP24", "pin_b": "GP25"} |
| 5 | ] | 5 | ] |
| 6 | }, | 6 | }, |
| 7 | "qmk": { | ||
| 8 | "tap_keycode_delay": 10 | ||
| 9 | }, | ||
| 7 | "processor": "RP2040", | 10 | "processor": "RP2040", |
| 8 | "bootloader": "rp2040", | 11 | "bootloader": "rp2040", |
| 9 | "matrix_pins": { | 12 | "matrix_pins": { |
