summaryrefslogtreecommitdiffstats
path: root/keyboards/eco/rev1
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-16/+66
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-3/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-112-25/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-152-2/+5
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)Ryan2022-08-152-2/+5
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-012-19/+12
| | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
|
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-3/+0
|
* Eco: Refactor, Configurator support and Readme changes (#3143)noroadsleft2018-06-071-13/+13
| | | | | | | | * Readme changes * Refactor matrices; add QMK_KEYBOARD_H * Configurator Support
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Updated ECO files to follow proper formatting. Also updated that-canadian ↵That-Canadian2017-07-041-53/+4
| | | | keymap to take out extraneous characters.
* Added ECO keyboard folder and configuration files. Also added my ↵That-Canadian2017-07-045-0/+112
(That-Canadian) keymap folder and files.