diff options
author | satt99 <39004890+satt99@users.noreply.github.com> | 2018-07-09 23:46:09 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-09 07:46:09 -0700 |
commit | 56b5e9f23d2e363404fa68af4fd73f8dd21beea1 (patch) | |
tree | abb8e7554b69ab0c622d68538f94e0ad54ff805c /keyboards/comet46/readme.md | |
parent | dab0b35dc36b58be56c4e2a7682f32e6054a152c (diff) | |
download | qmk_firmware-56b5e9f23d2e363404fa68af4fd73f8dd21beea1.tar.gz |
Add Comet46 keyboard (#3342)
* Initial commit for Comet46 firmware
* Update Comet46 README
* Add readme to satt keymap of comet46
* Add default keymap for Comet46
* Fix broken link in readme
* Delete redundant includes
* Modify default keymap & fix LAYOUT macro
* Modify satt keymap of Comet46
Diffstat (limited to 'keyboards/comet46/readme.md')
-rw-r--r-- | keyboards/comet46/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/comet46/readme.md b/keyboards/comet46/readme.md new file mode 100644 index 000000000..8df27183d --- /dev/null +++ b/keyboards/comet46/readme.md @@ -0,0 +1,16 @@ +# Comet46 + +![Comet46](https://user-images.githubusercontent.com/39004890/42418180-d5bb188c-82d5-11e8-99fa-65020ce5ac5d.jpg) + +A split wireless 40% column-staggered keyboard + +Keyboard Maintainer: [SatT](https://github.com/satt99) +Hardware Supported: Comet46 PCB, atmega32u4, nRF51822 +Hardware Availability: [Comet46 PCB, case, and receiver](https://github.com/satt99/comet46-hardware) +Firmware for nordic MCUs: [SRC and precompiled](https://github.com/satt99/comet46-firmware) + +Make example for this keyboard (after setting up your build environment): + + make comet46:default + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. |