summaryrefslogtreecommitdiffstats
path: root/keyboards/moonlander
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-281-1/+3
|
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-233-4/+3
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-4/+4
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-191-1/+1
|\
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-191-1/+1
| | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* | Moonlander: Add RGB LED layout map macro (#18745)Jouke Witteveen2022-12-093-43/+75
|/
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-1/+1
|
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* Remove some assumptions on sequential keycode ranges (#18838)Joel Challis2022-10-241-2/+9
|
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-2/+2
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-203-3/+3
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Mark the moonlander keyboard default music map as weak (#18715)Jouke Witteveen2022-10-162-3/+4
| | | This allows user keymaps to set a different music map.
* led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen2022-10-151-6/+2
| | | | Following #14452, less boilerplate is needed to customize indicator led control.
* [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-251-1/+1
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-031-1/+1
|\
| * Remove more RESET keycode references (#18252)Joel Challis2022-09-031-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-293-1/+21
|\|
| * Expose Moonlander split detection to user code (#18040)biesigrr2022-08-293-1/+21
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-1/+1
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-032-9/+6
|
* [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-022-2/+0
|
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-302-4/+9
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Add hacky via support for RGB Matrix (#16086)Drashna Jaelre2022-04-191-1/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* [Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen2022-02-062-3/+3
| | | | | | | * [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
* [Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre2022-01-211-1/+1
|
* [Keyboard] Fix compile error caused by variable exclusion on Moonlander (#15860)Albert Y2022-01-121-0/+2
|
* [Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre2021-12-292-51/+23
|
* [Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre2021-12-293-70/+56
|
* [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre2021-12-141-1/+1
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* [Keyboard] Fix bug in Moonlander functions (#15407)Drashna Jaelre2021-12-051-1/+3
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* [Keymap] Unicode and cursor sync - drashna keymap (#15328)Drashna Jaelre2021-11-281-10/+6
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-171-1/+9
|\
| * [Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre2021-11-171-1/+9
| |
* | Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-0/+48
| |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* [Keymap] Update Miryoku (#14827)Manna Harbour2021-10-152-2/+2
|
* [Keymap] Drashna Keymap Updates (#14842)Drashna Jaelre2021-10-151-1/+1
| | | | | | | * 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
* [Keyboard] Add ZSA Moonlander VIA support (#14603)Quinn Mikelson2021-10-114-1/+136
| | | | Co-authored-by: Quinn Mikelson <quinn.mikelson@tyvak.com> Co-authored-by: Drashna Jael're <drashna@live.com>
* [Keyboard] Convert ZSA's Moonlander keyboard to matrix lite (#14667)Drashna Jaelre2021-10-012-115/+28
|
* [Keyboard] Move Moonlander off 'Proton C' board (#14478)Drashna Jaelre2021-09-173-2/+62
|
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
|