summaryrefslogtreecommitdiffstats
path: root/keyboards/lucid/alexa
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)Drashna Jaelre2021-10-251-1/+0
|
* Lucid Alexa layout macro rework (#14799)James Young2021-10-126-126/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor keymaps for readability - use QMK-native keycode aliases - physically align keycodes * rework layout macro A discrepancy between the default and via keymaps prompted a deep dive into the keyboard's switch matrix, which led to the discovery that (1) the layout macro's arguments were not arranged physically, and (2) the keymaps didn't assign the keycodes to the same switches (the default keymap's keycodes were in the wrong sequence). Additionally, the layout macro was built to support a split Backspace, but named as if it were for a 2u Backspace, which broke the enabled support for Community Layout keymaps. This commit: - arranges the layout macro arguments according to physical order - corrects the keymaps - renames the layout macro to specify the split Backspace - disables Community Layout support - updates the `info.json` data * add LAYOUT_65_ansi_blocker * enable Community Layout support * update `info.json` metadata - use full product listing URL - use GitHub username for maintainer field * update readme - fix vendor link in lead paragraph - update metadata list - use GitHub username of keyboard maintainer - correct Supported Hardware - add Hardware Availability link - add flashing and bootloader instructions
* [Keyboard] Replaced Maker Keyboards & FJLabs Legacy Code (#14393)Felix Jen2021-09-151-1/+1
|
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* [Keymap] Fix Maker Keyboards Alexa Keymap (#14355)Felix Jen2021-09-081-4/+4
|
* [Keyboard] add maker keyboards alexa (#14165)Felix Jen2021-08-309-0/+375