summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-07-024-0/+152
|\|
| * Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem2022-07-024-0/+152
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-301-3/+3
|
* [Keymap] Updates to layouts/community/ortho_4x12/junonum (#17249)Juno Nguyen2022-05-303-13/+27
|
* [Keymap] Drashna Mouse keys and oled updates (#16556)Drashna Jaelre2022-03-061-13/+11
|
* [Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre2022-01-211-1/+1
|
* [Keymap] AJP10304 layout, add Colemak-DHm layer (#15582)Alan Pocklington2022-01-102-17/+44
|
* [Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre2021-12-292-62/+17
|
* Add personal handwired Planck clone (#13299)BifbofII2021-12-273-0/+263
| | | | | | | | | | | | | | | | | | | | * Add personal handwired Planck clone * remove references to planck * requested changes - small changes to defines - licence headers * Clean up rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Change function return type to bool Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-053-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.