summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/iris/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Add Iris Rev. 8 (#21392)Danny2023-06-301-2/+2
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-304-0/+201
|\
| * Adding my keymap (#20345)Jesse Estes2023-04-304-0/+201
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-265-0/+280
|\|
| * [Keymap] Add johnstegeman iris colemak keymap (#20575)John Stegeman2023-04-265-0/+280
| |
* | Add encoder map for Iris Rev. 5 VIA (#20412)Danny2023-04-192-1/+6
| |
* | Encodermap direction define. (#20454)Nick Brassel2023-04-152-2/+2
| |
* | Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-141-3/+1
| |
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-037-14/+0
| |
* | Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
|/
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-1/+1
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Refactor Leader key feature (#19632)Ryan2023-02-131-3/+0
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-147-9/+9
|
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-293-16/+6
| | | | | | | | | | | | | | | | | | * 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
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-2/+2
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-0/+1
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-065-9/+9
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Auto Shift keycodes (#18892)Ryan2022-10-282-4/+4
| | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
* Remove rgblight_list.h (#18878)Ryan2022-10-271-3/+3
| | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-278-9/+9
|
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-222-2/+2
|
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-7/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-206-8/+8
|
* 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-195-5/+5
| | | | | | | | | | | * `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 sendstring keycodes (#18749)Ryan2022-10-171-2/+2
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-3/+3
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1510-10/+10
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-1523-40/+196
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-135-5/+5
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-2/+2
| | | | | | | | | * `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-3/+3
| | | | | | | | | | | | | | | | | | | * `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-5/+6
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-071-3/+3
|\
| * Update Iris VIA configuration (#18306)Danny2022-09-071-3/+3
| | | | | | | | | | | | | | * Update RGB matrix max brightness * Remove old VIA workaround code * Fix default encoder rotations for encoder map
* | Remove legacy USE_SERIAL define (#18292)Dasky2022-09-0628-114/+2
| | | | | | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-315-0/+538
|\|
| * Added personal Iris Rev6a layout and Milk 2% layout (#17600)Ryan Neff2022-08-315-0/+538
| | | | | | by JellyTitan
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-283-29/+7
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2126-30/+30
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-114-47/+25
|\
| * [Keyboard] Add Iris Rev. 7 (#17967)Danny2022-08-114-47/+25
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-113-0/+112
|\|
| * [Keymap] Added personal keymap for keebio/iris/rev6 (#17971)Adam Applegate2022-08-103-0/+112
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-072-8/+1
|\|
| * csc027/keymap-updates (#17881)csc0272022-08-072-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Reverted to most usable configuration for RDP usage. * Added some HSV color definitions without the value portion to allow using the existing value. * Switched to using HSV and HS color definitions. * Added media keys to the convenience layer. * Updated make rules to enable media keys. * Cleaned up planck make rules.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-152-0/+374
|\|