summaryrefslogtreecommitdiff
path: root/keyboards/moonlander/keymaps/default
AgeCommit message (Collapse)Author
2022-07-13feat: new startup / reset chimes (#352)Florian Didron
* feat: new startup / reset chimes * Remove sound defines in default keymap * fix: check for startup/goodbye song definition * fix: move chimes definition to keyboard's post_config.h Co-authored-by: Drashna Jael're <drashna@live.com>
2022-06-03fix: adds slight delay before playing startup song (#346)Florian Didron
* fix: adds slight delay before playing startup song * Revert "fix: adds slight delay before playing startup song" This reverts commit f6df4a322307f41b4e0107a15f6a46ce1a63e88f. * fix: use AUDIO_DELAY_INIT to fix the glitch * fix: use AUDIO_DELAY_INIT with the default 300ms delay
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-07-25[Keyboard] Update ZSA Keyboard Readmes and keymaps (#13041)Drashna Jaelre
* [Keyboard] Update ZSA Keyboard Readmes and keymaps * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Remove custom rgb code for RGB_M_P * Fix inevitable typo Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/planck/ez/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-10-13[Keyboard] Update to ZSA Boards (#10119)Drashna Jaelre
* Add VID/PIDs to ErgoDox EZ * Add VID/PIDs for Planck EZ and Glow revision * Make names consistent * fix typo in docs * Move LED config back, for maximum compatibility * Add revisions for ErgoDox EZ boards * Fix embarassing typo * Typooooo Co-authored-by: Nick Brassel <nick@tzarc.org> * Update Licensing info * Update Moonlander default keymap to match Oryx's default * Fix formatting based on suggestions Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Make indicator LEDs more configurable * Update default keymap * Handle older eeprom settings Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-08-22[Keyboard] Add ZSA Moonlander (#9853)Drashna Jaelre