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) |
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 1a2346d415..13a608f9b1 100644 --- a/keyboards/proton_c/config.h +++ b/keyboards/proton_c/config.h @@ -33,7 +33,6 @@ #define MATRIX_ROW_PINS { B9 } #define MATRIX_COL_PINS { B0 } - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 6 |