qmk-dactyl-manuform-a/keyboards/keebio/iris
Drashna Jaelre f0b30e0027
Make Swap Hands use PROGMEM (#12284)
This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
2021-05-09 23:21:09 -07:00
..
keymaps Merge remote-tracking branch 'origin/master' into develop 2021-05-08 17:27:30 +00:00
rev1 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev1_led Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev2 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev3 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev4 Remove `DESCRIPTION`, K-M (#11619) 2021-01-20 09:56:41 +11:00
config.h [Keyboard] Move Keebio boards to own folder (#5109) 2019-02-12 16:57:24 -08:00
info.json Fix Keeb.io Iris keyboard dimensions in info.json 2019-04-13 01:27:43 -07:00
iris.c [Keyboard] Move Keebio boards to own folder (#5109) 2019-02-12 16:57:24 -08:00
iris.h VIA Configurator Refactor (#7268) 2020-01-03 12:52:00 -08:00
readme.md [Keyboard] Move Nyquist/Iris rules.mk files, update READMEs (#7196) 2019-10-29 16:56:12 -07: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, ATmega32u4
Hardware Availability: Keebio

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

make keebio/iris/rev4:default

Example of flashing this keyboard:

make keebio/iris/rev4: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