diff options
author | jpuerto96 <jpuerto96@hotmail.com> | 2022-09-01 19:32:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 16:32:47 -0700 |
commit | 101d7b533745947ef2b92a919d5f02a137428235 (patch) | |
tree | 45bc4af11716100256b7e578a0a5e04fea44440a /keyboards/ingrained/readme.md | |
parent | 7adef85fa4178109998674c1ea9b6166e3dbc7bf (diff) |
[Keyboard] Add Ingrained Keyboard (#15928)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Juan Puerto <jpuerto@psc.edu>
Co-authored-by: jpuerto-psc <68066250+jpuerto-psc@users.noreply.github.com>
Diffstat (limited to 'keyboards/ingrained/readme.md')
-rw-r--r-- | keyboards/ingrained/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/ingrained/readme.md b/keyboards/ingrained/readme.md new file mode 100644 index 0000000000..3e616e52bb --- /dev/null +++ b/keyboards/ingrained/readme.md @@ -0,0 +1,19 @@ +# ingrained + +This PCB is an integrated, USB-C to USB-C, Corne replacement. + +* Keyboard Maintainer: [s8erdude](https://github.com/jpuerto96) +* Hardware Supported: Ingrained PCB +* Hardware Availability: [Open Source PCB](https://github.com/jpuerto96/crkbd) + +Make example for this keyboard (after setting up your build environment): + + make ingrained:default + +Flashing example for this keyboard: + + make ingrained:default:flash + +To reset the board, you will want to short the pad labeled RESET on the main half (near the USB-C interconnect). + +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). |