This commit is contained in:
Jack Humbert 2018-12-13 12:52:36 -05:00
commit 255173f379
1749 changed files with 72396 additions and 12880 deletions

View file

@ -30,9 +30,8 @@
#define MATRIX_ROWS 1
#define MATRIX_COLS 1
#define MATRIX_ROW_PINS { C2 }
#define MATRIX_COL_PINS { C1 }
#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

View file

@ -13,4 +13,4 @@ Make example for this keyboard (after setting up your build environment):
make proton_c:default
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).