diff options
author | Álvaro A. Volpato <alvaro.volpato@usp.br> | 2021-12-29 07:57:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 02:57:22 -0800 |
commit | dea23720e67d95278830a1172dac57a4e502a050 (patch) | |
tree | 11dada790ca5d4ad7292009b4b37d709d4fa60d8 /keyboards/mode/eighty/readme.md | |
parent | 9475767e7a0e0c6e0ceccc446bec848002d6fc77 (diff) | |
download | qmk_firmware-dea23720e67d95278830a1172dac57a4e502a050.tar.gz qmk_firmware-dea23720e67d95278830a1172dac57a4e502a050.zip |
[Keyboard] Add Mode Eighty M80v2 PCB support (#15486)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mode/eighty/readme.md')
-rw-r--r-- | keyboards/mode/eighty/readme.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/mode/eighty/readme.md b/keyboards/mode/eighty/readme.md deleted file mode 100644 index 40df5adb51..0000000000 --- a/keyboards/mode/eighty/readme.md +++ /dev/null @@ -1,22 +0,0 @@ -# Mode Eighty - -![MODE80](https://i.imgur.com/26uzM3yl.jpg)\ -[Image Gallery](https://imgur.com/t/mechanicalkeyboards/8Uf6c2m?nc=1) - -The Mode80 is a tenkeyless high-end keyboard sold by [Mode Designs](https://shop.modedesigns.com/). - -* Keyboard Maintainer: [Gondolindrim](https://github.com/gondolindrim) -* Hardware Supported: proprietary PCB using STM32F072 controller -* Hardware Availability: you can get a Mode Eighty as of today (dec. 2020) through the in stock sales or special groupbuy editions at https://shop.modedesigns.com/ - -Make example for this keyboard (after setting up your build environment): - - make mode/eighty/m80h:default # Hotswap - make mode/eighty/m80s:default # Soldered - -Flashing example for this keyboard: - - make mode/eighty/m80h:default:flash # Hotswap - make mode/eighty/m80s:default:flash # Soldered - -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). |