qmk_firmware/keyboards/keebio/iris
Drashna Jaelre 4a87af0e9a
[Keymap] Drashna updates for 0.19 (#19175)
* 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
2022-11-29 11:43:42 -08:00
..
keymaps [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
rev1 Remove .noci functionality (#19122) 2022-11-21 02:03:38 +00:00
rev1_led Remove .noci functionality (#19122) 2022-11-21 02:03:38 +00:00
rev2 Remove .noci functionality (#19122) 2022-11-21 02:03:38 +00:00
rev3 Remove .noci functionality (#19122) 2022-11-21 02:03:38 +00:00
rev4 Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) 2022-10-15 09:55:27 -07:00
rev5 Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080) 2022-08-20 10:39:35 +10:00
rev6 Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079) 2022-11-27 04:18:24 +11:00
rev6a Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079) 2022-11-27 04:18:24 +11:00
rev6b Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079) 2022-11-27 04:18:24 +11:00
rev7 Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079) 2022-11-27 04:18:24 +11:00
config.h Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
info.json Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080) 2022-08-20 10:39:35 +10:00
iris.c [Keyboard] Move Keebio boards to own folder (#5109) 2019-02-12 16:57:24 -08:00
iris.h Add Iris Rev. 6b (#18307) 2022-09-07 17:52:11 -04:00
readme.md [Keyboard] Add notes on Iris rev6a firmware (#16878) 2022-04-19 10:57:58 -07:00

Iris

A split ergo 4x6 keyboard with 3 or 4 thumb keys made and sold by Keebio. More info at Keebio.

Keyboard Maintainer: Bakingpy/nooges
Hardware Supported: Pro Micro, ATmega32u4
Hardware Availability: Keebio

Make example for this keyboard (after setting up your build environment):

make keebio/iris/rev6:default

Example of flashing this keyboard:

make keebio/iris/rev6:default:flash

See build environment setup then the make instructions for more information.

A build guide for this keyboard can be found here: Iris Build Guide

Iris Rev. 6 Notes

The Iris Rev. 6 and Rev. 6.1 PCBs are nearly identical and have the same firmware (rev6) pre-flashed to them that has VIA support enabled. However this stock firmware does not support for Lighting controls in VIA.

To enable Lighting controls in VIA, you will need the rev6a firmware. See Enabling Iris Rev. 6 VIA RGB Controls for more details.

Both the Rev. 6 and Rev. 6.1 PCBs are compatible with the rev6a firmware.