diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2019-01-10 11:22:57 -0500 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-10 08:22:57 -0800 |
| commit | 3cf179be61a10860b2b66aecf2ec5ca6f0e30605 (patch) | |
| tree | 960c7bdde165f4419a96c2d48049e22226912882 /keyboards/proton_c/config.h | |
| parent | ebbc372f72993123cd24fe27228e8d07c9b8d7fb (diff) | |
| download | qmk_firmware-3cf179be61a10860b2b66aecf2ec5ca6f0e30605.tar.gz qmk_firmware-3cf179be61a10860b2b66aecf2ec5ca6f0e30605.zip | |
Adds Proton C Conversion (#4661)
* adds proton c base
* fixes custom matrix include
* adds readme.md
* initial proton coversion, no pin mapping
* start of mcu selection
* add pin mapping and sweet16 test
* add at90 to list
* disable backlight, fix d7
* update flag names
* doc updates
* proton c update for mcu selection
Diffstat (limited to 'keyboards/proton_c/config.h')
| -rw-r--r-- | keyboards/proton_c/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/proton_c/config.h b/keyboards/proton_c/config.h index 1a2346d41..13a608f9b 100644 --- a/keyboards/proton_c/config.h +++ b/keyboards/proton_c/config.h | |||
| @@ -33,7 +33,6 @@ | |||
| 33 | #define MATRIX_ROW_PINS { B9 } | 33 | #define MATRIX_ROW_PINS { B9 } |
| 34 | #define MATRIX_COL_PINS { B0 } | 34 | #define MATRIX_COL_PINS { B0 } |
| 35 | 35 | ||
| 36 | |||
| 37 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 36 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 38 | #define DEBOUNCE 6 | 37 | #define DEBOUNCE 6 |
| 39 | 38 | ||
