summaryrefslogtreecommitdiff
path: root/keyboards/eve/meteor/info.json
AgeCommit message (Collapse)Author
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-17Move LED indicator config to data driven (#19800)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-07-30Move keyboard USB IDs and strings to data driven: E (#17815)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2020-10-01Update keyboards/eve/meteor/info.jsonNate Stein
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-28Remove bootmagic flag and add vendor/product IDs.stein3
2019-08-24[Keyboard] New Keyboard: EVE Meteor (#6565)MechMerlin
* initial commit * Add the correct pins and ordering * create an appropriate keymap macro for the board * add an appropriate LAYOUT macro * add a keymap that fits the LAYOUT layout macro * add QMK Configurator support * add missing pin D7 and LAYOUT_all * fix my mistake when I added an extra key to the electrical matrix instead of the physical one * add qmk configurator support for LAYOUT_all * Update keyboards/eve/meteor/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/eve/meteor/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * use the default names so BMC still works * remove mcu rules as per resolution of 6253