| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 2 | -58/+0 |
| | | |||||
| * | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 2024-05-11 | 2 | -2/+2 |
| | | |||||
| * | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -1/+1 |
| | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
| * | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -2/+2 |
| | | |||||
| * | Increment EVE Vendor ID to be unique. | stein3 | 2020-10-06 | 1 | -4/+0 |
| | | |||||
| * | Remove bootmagic flag and add vendor/product IDs. | stein3 | 2020-09-28 | 1 | -2/+1 |
| | | |||||
| * | Add VIA keymap for EVE Meteor. | stein3 | 2020-09-27 | 2 | -0/+63 |
| | | |||||
| * | [Keyboard] New Keyboard: EVE Meteor (#6565) | MechMerlin | 2019-08-24 | 1 | -0/+38 |
| * 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 | |||||