1
0
Fork 0
qmk_firmware/keyboards/iris
Drashna Jaelre b2877470ce Update to drashna userspace and keymaps (#3172)
* Use string with delay

* Add skipped region to ergodox

* Add send string config

* Use default_layer_state instead of function

* Fully generalize keyboards

* old iris cleanup

* Fix Drashna keymap compile issues

By checking to see if secret.c exists before actually trying to add it

* Remove unnecessary references

* Add 4x12 ortho board

* Update userspace readme for secrets

* Make RGB more modular

* Fix iris keymap, since we don't need the lower left (Function keys)

* Fix includes

* Add Blanks

* Fix Ergodox lower layer

* Add suspend commands

* Add Maltron Layout

* Add additional layouts

* Finish adding gamepad to Iris

* Tweaks to iris gamepag layer

* make gaming layers more friendly

* minor gaming layer tweak

* Add Carplax

* Add modded key timer function

* Cleanup and macro documentation

* Add QMK DFU info

* Add 'old' keymap for 12 LED spare

* Update Pro Micro documentation

* Disable twinkling so it fits in firmware space

* Switch to QMK DFU bootloader, since it's better anyhow

* Write default layer state colors to EEPROM

Since we are writing to EEPROM anyways, and this way, it sticks on reboot

* Fix QMK DFU bootloader options

* More updates for QMK DFU support

* Use matrix scanning hack for startup_user until #3113 gets merged

* Fix indicator light consistency issue

* Add/readd ifdefs to indicators

* Add/readd alt indicator

* Remove RGB Twinkling from Viterbi macro pad

* Fix default layer color detection

* Fix rebase and detection issues

* Cleanup code so it will compile if RGBLIGHT is disabled

* Revert vsode settings

* Use Pragma Once instead of boilerplate code
2018-07-16 21:04:32 -04:00
..
keymaps Update to drashna userspace and keymaps (#3172) 2018-07-16 21:04:32 -04:00
rev1 Add support for Swap Hands feature to Orthodox and Iris (#2933) 2018-05-14 10:15:48 -04:00
rev1_led Add support for Swap Hands feature to Orthodox and Iris (#2933) 2018-05-14 10:15:48 -04:00
rev2 Add support for Swap Hands feature to Orthodox and Iris (#2933) 2018-05-14 10:15:48 -04:00
config.h Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
i2c.c Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
i2c.h Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
info.json Update info.json for Iris to more closely match physical layout (#2973) 2018-05-15 08:09:47 -07:00
iris.c Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
iris.h More Configurator Warning Fixes (#2716) 2018-04-07 23:32:14 -07:00
matrix.c Fix nyquist (and other splits using D2 in debouncing) (#3067) 2018-05-28 15:02:41 -07:00
readme.md updating broken iris documentation links to match updated website (#3356) 2018-07-09 08:37:34 -07:00
rules.mk Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00
serial.c Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
serial.h Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
split_rgb.c Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
split_rgb.h Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
split_util.c Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00
split_util.h Add Iris keyboard (#1863) 2017-10-19 04:02:00 -10:00

readme.md

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
Hardware Availability: Keebio

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

make iris/rev2:default

Example of flashing this keyboard:

make iris/rev2:default:avrdude

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

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