summaryrefslogtreecommitdiff
path: root/keyboards/moonlander
AgeCommit message (Collapse)Author
2023-03-15feat: allows to take over the rgb leds and light them individually from raw hidFlorian Didron
2023-03-03hotfix: restores Halfmoon layout / music map macrosFlorian Didron
2023-01-27Revert "feat: adds halfmoon (#367)"Florian Didron
This reverts commit 6f611938ae8a11f8bb2726a94150102d8e6c758d.
2023-01-23feat: adds halfmoon (#367)Florian Didron
* feat: adds halfmoon * fix: code review feedback * fix: halfmoon music map
2022-11-24Remove Web USB (depreciated) (#361)Drashna Jaelre
2022-11-08Merge tag '0.18.16' into firmware22Drashna Jael're
2022-10-28Reduce i2c timeouts for rgb led supported hardware (#360)Drashna Jaelre
* Reduce i2c timeouts for rgb led supported hardware * update * make defines more consistent
2022-09-03Remove more RESET keycode references (#18252)Joel Challis
2022-08-29Expose Moonlander split detection to user code (#18040)biesigrr
2022-08-03Move keyboard USB IDs and strings to data driven: M (#17859)Ryan
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-07-13Fix issues with RGB Matrix flags (#353)Drashna Jaelre
2022-07-02[Keymap] Update Miryoku (#16482)Manna Harbour
2022-06-22fix: adds TAP_TOGGLE to ergodox / MoonlanderFlorian Didron
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-31Reimplements Oryx's live training over raw hid (#345)Florian Didron
* feat: initial commit, random pairing sequence generation, host - board pairing handshakes * feat: reimplements ory's live training over raw hid * feat: adds planck / ergodox support * chore: some code styling fixes * fix: build smoke tests * fix: code lint * fix: disable console / command on moonlander, fixes build ci test * fix: code lint * fix: remove unused define(MATRIX_SIZE)
2022-05-30[Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre
2022-05-29Merge remote-tracking branch 'qmk 0.17.0' into firmware21Drashna Jael're
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-04-19Add hacky via support for RGB Matrix (#16086)Drashna Jaelre
2022-03-25Fix compilation issuesDrashna Jael're
2022-03-25Remerge 0.16.x' into firmware21Drashna Jael're
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan
(#16655)
2022-02-06[Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen
* [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
2022-01-21[Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre
2022-01-12[Keyboard] Fix compile error caused by variable exclusion on Moonlander (#15860)Albert Y
2021-12-29[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre
2021-12-29[Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre
2021-12-27Fix bug in caps lock light logic for Moonlander (#341)Jacob Kiesel
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-17Merge remote-tracking branch 'qmk/master' into firmware21Drashna Jael're
2021-12-14[Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-07Convert Planck EZ and Moonlander to dac additive driverDrashna Jael're
2021-12-07Merge commit '6d0a62920410f50d7f6707960ca1ca0c8fd1d1fa' into firmware21Drashna Jael're
2021-12-05[Keyboard] Fix bug in Moonlander functions (#15407)Drashna Jaelre
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-28[Keymap] Unicode and cursor sync - drashna keymap (#15328)Drashna Jaelre
2021-11-24Remove use of __flash due to LTO issues (#15268)Joel Challis
2021-11-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-17[Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
2021-10-15[Keymap] Update Miryoku (#14827)Manna Harbour
2021-10-15[Keymap] Drashna Keymap Updates (#14842)Drashna Jaelre
* Fix issues with user split transport code * Improve OLED (More font stuff, improved keylogger, etc) * Add `KEYLOCK` macro to disable USB, borrowed from command feature. * Convert Kyria fully to proton C (no more AVR kyria) * Add Work Louder Work Board keymap
2021-10-11Merge commit 'd9e077468ab3446cbd7306a453a73dad2c1403e8' into firmware_21Drashna Jael're
2021-10-11[Keyboard] Add ZSA Moonlander VIA support (#14603)Quinn Mikelson
Co-authored-by: Quinn Mikelson <quinn.mikelson@tyvak.com> Co-authored-by: Drashna Jael're <drashna@live.com>
2021-10-01[Keyboard] Convert ZSA's Moonlander keyboard to matrix lite (#14667)Drashna Jaelre
2021-09-17[Keyboard] Move Moonlander off 'Proton C' board (#14478)Drashna Jaelre
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan