summaryrefslogtreecommitdiff
path: root/keyboards/evolv/readme.md
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>2021-01-06 01:22:45 -0300
committerGitHub <noreply@github.com>2021-01-05 20:22:45 -0800
commitdd356f90b09047d921504e217d3b6f01689c7ca2 (patch)
tree042eb9ea48cdf13640206e4fb03f9bab5617dde9 /keyboards/evolv/readme.md
parent6009e7d8b5e1c6c81381bcefcb7d4630cb5b43a1 (diff)
[Keyboard] Evolv75 (#10947)
* Initial support for Evolv75 * Fix encoder directional and layer support * Invert knob directions * Remove info.json and updated README * Update keyboards/evolv/evolv.c Update encoder_update call Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/evolv/config.h Remove description field from USB descriptors Co-authored-by: Drashna Jaelre <drashna@live.com> * Remove KC_NO define from default keymap * Update config.h New USB descriptor ID numbers * Update keyboards/evolv/rules.mk Remove words from bluetooth and audio enable comments Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/evolv/rules.mk Enable full bootmagic Co-authored-by: Ryan <fauxpark@gmail.com> * Add info.json for QMK Configurator * Edit copyright info, add VIA initial support * Fix KC_NO seven underscores issue in keymap definitions * Update info.json * Update info.json * ANSI and ISO layouts, info.json file with both * Reorganized layouts to match info.json order Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/evolv/readme.md')
-rw-r--r--keyboards/evolv/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/evolv/readme.md b/keyboards/evolv/readme.md
new file mode 100644
index 0000000000..4614258458
--- /dev/null
+++ b/keyboards/evolv/readme.md
@@ -0,0 +1,15 @@
+# Evolv75 PCB QMK firmware
+
+## Introduction
+
+This is the QMK firmware repository for the Evolv75 PCB, a 75% with encoder keyboard designed by NathanAlphaMan in aprtnership with Gondolindrim.
+
+As of november 2020, there is no way to buy an Evolv75 as it has not yet entered Group Buy phase. The IC page for the keyboard can be found [here](https://geekhack.org/index.php?topic=104531).
+
+## How to compile
+
+After setting up your build environment, you can compile the Arctic default keymap by using:
+
+ make evolv:default
+
+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).