aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/evolv/keymaps/iso/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Underglow keycodes (#23765)Ryan2024-08-251-3/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Resolve some "Layout should not contain name of keyboard" lint warnings (#21898)Joel Challis2023-09-041-19/+3
|
* [Keyboard] Update encoder callback on Evolv75 (#14757)Álvaro A. Volpato2021-10-231-0/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Evolv75 (#10947)Álvaro A. Volpato2021-01-061-0/+49
* 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>