diff options
author | Joel Challis <git@zvecr.com> | 2020-12-05 21:48:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 21:48:02 +0000 |
commit | 54b932e84404725d3ac77d36faa2001c0aa8267b (patch) | |
tree | 0b5abd62cad05c36fc02a12fa2521ed8e6073eeb /keyboards/nightingale_studios/hailey/readme.md | |
parent | 9971caa6327274b230695afb4d76f83bf9b77f3a (diff) |
Initial Nightingale Studios Hailey support (#11116)
* Initial Nightingale Studios Hailey support
* Add info.json
* Fix bootmagic jump
* Add missing header
* Update default keymap
Diffstat (limited to 'keyboards/nightingale_studios/hailey/readme.md')
-rw-r--r-- | keyboards/nightingale_studios/hailey/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/nightingale_studios/hailey/readme.md b/keyboards/nightingale_studios/hailey/readme.md new file mode 100644 index 0000000000..9d953a5763 --- /dev/null +++ b/keyboards/nightingale_studios/hailey/readme.md @@ -0,0 +1,19 @@ +# Hailey + + + +A 75% ARM STM32F072 keyboard, with EC11K rotary encoder. + +* Keyboard Maintainer: [zvecr](https://github.com/zvecr) +* Hardware Supported: Hailey PCB +* Hardware Availability: Private Group-Buy + +Make example for this keyboard (after setting up your build environment): + + make nightingale_studios/hailey:default + +Flashing example for this keyboard: + + make nightingale_studios/hailey:default:flash + +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). |