summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-281-24/+4
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-102-140/+163
|\
| * [Keymap] junonum: community keymap improvement (#19727)Juno Nguyen2023-02-092-140/+163
| | | | | | | | Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local> Co-authored-by: Joel Challis <git@zvecr.com>
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-299-23/+23
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-014-0/+309
|\|
| * [Keymap] Add Neo2-based keymap for Planck keyboard (#19173)theamarin2023-01-014-0/+309
| | | | | | Co-authored-by: christian <christian.lueke@sonoware.de>
* | Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
| |
* | Remove useless line continuations (#19399)Ryan2022-12-3010-177/+177
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-152-25/+12
|\|
| * [Keymap] Simplifying ortho-4x12 jotix's layout (#19336)jotix2022-12-152-25/+12
| |
* | Remove deprecated led_set_kb (#19273)Joel Challis2022-12-141-8/+0
|/ | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-293-15/+13
| | | | | | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-155-0/+454
|\
| * Planck unicode rune layout (#18674)trguhq2022-11-155-0/+454
| | | | | | | | * Furthark layout
* | Reworked backlight keycodes. (#18961)Nick Brassel2022-11-062-2/+2
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * `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-311-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
* | Remove `KC_DELT` (#18882)Ryan2022-10-271-2/+2
| |
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-273-4/+4
| |
* | Remove broken userspace and keymaps (#18806)Joel Challis2022-10-224-152/+0
| |
* | Remove legacy fauxclicky and unicode keycodes (#18800)Ryan2022-10-211-1/+1
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | * `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 Debug keycode (#18769)Ryan2022-10-198-10/+10
| | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-6/+6
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-4/+4
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)Drashna Jaelre2022-10-152-2/+20
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | * `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-133-296/+0
| |
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-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-102-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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`
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-1/+2
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-295-16/+16
| |
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-1/+0
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-071-78/+0
|\|
| * Delete my keymaps (#18302)ddeklerk2022-09-071-78/+0
| |
* | Remove legacy USE_SERIAL define (#18292)Dasky2022-09-069-41/+6
| | | | | | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-291-1/+1
|\|
| * Update junonum keymap: add AG_NORM recovery (#18170)Juno Nguyen2022-08-291-1/+1
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-282-4/+4
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2120-23/+23
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-172-2/+3
|\
| * Replace CG_SWAP in junonum (#18086)Juno Nguyen2022-08-172-2/+3
| | | | | | Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-172-45/+29
|\|
| * [Keymap] jotix's community/ortho4x12 change (#18069)jotix2022-08-162-45/+29
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-031-29/+60
|\|
| * jotix's community ortho_4x12 layout change (#17891)jotix2022-08-031-29/+60
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-022-2/+0
|\|
| * [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-022-2/+0
| |