summaryrefslogtreecommitdiff
path: root/keyboards/exclusive/e7v1/keymaps
AgeCommit message (Collapse)Author
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-07-19[Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus22
* fix sat75 * update uint32_t to layer_state
2020-05-16[Keymap] VIA Support: Exclusive E7-V1 (#9038)MechMerlin
* add a VIA Keymap * update VID and PID * update readme * Update keyboards/exclusive/e7v1/readme.md
2019-02-07Regroup all Exclusive keyboard in one directoryBrice Figureau
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory.