diff options
author | N2-Sumikko <54104281+N2-Sumikko@users.noreply.github.com> | 2021-07-30 00:42:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 08:42:28 -0700 |
commit | dc2dfe2a6c8fa14839959680cae1d063b2f9546e (patch) | |
tree | 1bcc204063e44262691b58c4ed37922129206a7b /keyboards/halfcliff/readme.md | |
parent | 3a48cd64cbaa8d7eb9c6984e532bfa95f87c93b7 (diff) | |
download | qmk_firmware-dc2dfe2a6c8fa14839959680cae1d063b2f9546e.tar.gz qmk_firmware-dc2dfe2a6c8fa14839959680cae1d063b2f9546e.zip |
[Keyboard] Add halfcliff keyboard (#13515)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/halfcliff/readme.md')
-rw-r--r-- | keyboards/halfcliff/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/halfcliff/readme.md b/keyboards/halfcliff/readme.md new file mode 100644 index 000000000..37e8d85c2 --- /dev/null +++ b/keyboards/halfcliff/readme.md | |||
@@ -0,0 +1,19 @@ | |||
1 | # halfcliff | ||
2 | |||
3 |  | ||
4 | |||
5 | Halfcliff keyboard is a split keyboard using a single-sided board. | ||
6 | |||
7 | * Keyboard Maintainer: [n2](https://github.com/N2-Sumikko) | ||
8 | * Hardware Supported: halfcliff PCB, Pro Micro | ||
9 | * Hardware Availability: [PCB & Plate Data](https://github.com/N2-Sumikko/HalfCliff.git) | ||
10 | |||
11 | Make example for this keyboard (after setting up your build environment): | ||
12 | |||
13 | make halfcliff:default | ||
14 | |||
15 | Flashing example for this keyboard: | ||
16 | |||
17 | make halfcliff:default:flash | ||
18 | |||
19 | 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). | ||