summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] `zweihander-macos`: Don’t pretend to be a mouse (#20997)adiabatic2023-06-011-0/+3
|
* [Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre2023-05-312-64/+11
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-1/+1
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-032-2/+0
|
* [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-281-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-012-4/+8
|\
| * zweihander-macos: Update keys, add capslock (#19730)adiabatic2023-02-012-4/+8
| | | | | | | | | | * Update to current Scroll Lock/Power names * Replace `'` with `⇪`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-163-38/+73
|\|
| * [Keymap] Improve Zweihander layout for the Ergodox EZ (#18737)adiabatic2023-01-163-38/+73
| |
* | Remove useless line continuations (#19399)Ryan2022-12-301-2/+2
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-144-16/+16
| |
* | Remove broken keymap/userspace (#19271)Joel Challis2022-12-104-467/+0
|/
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | * Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-032-21/+21
| | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
* Normalise Unicode keycodes (#18898)Ryan2022-10-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
|
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-4/+4
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-212-2/+2
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | * `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
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-173-4/+4
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1618-51/+51
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1519-27/+27
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)Drashna Jaelre2022-10-151-1/+10
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-1315-45/+45
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove keymaps that still reference legacy macros (#18690)Joel Challis2022-10-1370-12510/+0
|
* Remove some .gitignore files (#18689)Joel Challis2022-10-131-0/+0
|
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-114-4/+4
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-1016-54/+54
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Remove legacy international keycodes (#18588)Ryan2022-10-092-3/+3
|
* Remove legacy locking caps/num/scroll keycodes (#18601)Ryan2022-10-052-7/+7
|
* Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-283-4/+4
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2119-30/+30
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-022-2/+53
|\
| * [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-022-2/+53
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-241-1/+1
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-1982-784/+762
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-301-2/+2
|
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-156-10/+10
|
* [Keymap] ergodox: updating osx_whiskey_tango_foxtrot_capslock to use ↵Nathan Johnson2022-03-232-1/+46
| | | | process_record_user (#16715)
* [Keymap] Remove Ergodox community layout “coderkun_neo2” (#16011)Olli2022-01-233-397/+0
|
* [Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre2022-01-212-7/+0
|
* [Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre2021-12-292-41/+6
|
* [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre2021-12-141-5/+5
|
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-16/+16
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-052-243/+47
|\
| * [Keymap] Revamp the ergodox french_hacker layout (#15064)kototama2021-11-052-243/+47
| |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Remove complex `fn_actions` macros (#14662)Ryan2021-11-0127-5024/+367
| | | | | | | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances
* | Tidy up LCD_ENABLE/visualizer references (#14855)Joel Challis2021-10-209-331/+55
| | | | | | | | | | | | | | * Tidy up LCD_ENABLE/visualizer references * Fix up my (333fred) ergodox keymap with new LCD driver Co-authored-by: Fredric Silberberg <fred@silberberg.xyz>