qmk-dactyl-manuform-a/keyboards/evolv
Álvaro A. Volpato dd356f90b0
[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>
2021-01-05 20:22:45 -08:00
..
keymaps [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
chconf.h [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
config.h [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
evolv.c [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
evolv.h [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
halconf.h [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
info.json [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
mcuconf.h [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
readme.md [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00
rules.mk [Keyboard] Evolv75 (#10947) 2021-01-05 20:22:45 -08:00

readme.md

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.

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 and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.