summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/iris
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1231-356/+730
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-088-4/+12
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0620-10/+30
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-037-14/+0
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-234-9/+0
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-1612-40/+0
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-1120-79/+90
* Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2023-03-105-41/+0
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* Move encoder config to data driven (#19923)Ryan2023-02-2614-35/+52
* Move backlight config to data driven (#19910)Ryan2023-02-2612-17/+24
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-236-12/+18
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-1/+1
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-1720-31/+30
* Remove matrix size defines (#19581)Ryan2023-02-1710-50/+0
* Refactor Leader key feature (#19632)Ryan2023-02-131-3/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-19/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0820-70/+30
* Debounce defines cleanup (#19742)Ryan2023-02-0310-30/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-0310-30/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-2810-30/+0
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
* [Keyboard] keebio/iris document LED matrix (#19588)Dean Scarff2023-01-171-1/+1
* 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
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-293-16/+6
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-274-4/+4
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-2/+2
* Remove .noci functionality (#19122)Joel Challis2022-11-214-0/+0
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-0/+1
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-065-9/+9
* Normalise Auto Shift keycodes (#18892)Ryan2022-10-282-4/+4
* Remove rgblight_list.h (#18878)Ryan2022-10-271-3/+3
* 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
* Remove legacy Debug keycode (#18769)Ryan2022-10-195-5/+5
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-2/+2
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-3/+3
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1510-10/+10
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-1531-48/+249
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-135-5/+5
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-2/+2
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-3/+3
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-5/+6