fc975fc255
* Create keymap.c Modified the default to be way more like a pok3r, already clear that it needs a better ctrl location. * Delete keymap.c * Create keymap.c Modified the default keymap to be more like a pok3r, clearly needs a better ctrl location and probably some other tweaks. * Add files via upload * Update keymap.c Parenthesis correction. * Parenthetical cleanup Forgot one... * Mods and numpad; cleanup Rework mods and numpad layer, remove superfluous declarations * comment define devlayer * Create readme.md Background and intention. * Updated to fit example * Update readme.md * Update rules.mk * Update config.h * Updated includes Replaced: #include "iris.h" #include "action_layer.h" #include "eeconfig.h" With: #include QMK_KEYBOARD_H * Update rules.mk Removed RGB enable declarations * Update rules.mk * Update keymap.c Spaced out on MINS and EQL. * Update rules.mk Removed unnecessary block. * Remove the RGB call Make would fail because of the RGB call that wasn't anywhere but here, cleaned that up from the default config. * Update keymap.c Added [ and ] since I'd forgotten them originally... |
||
---|---|---|
.. | ||
keymaps | ||
rev1 | ||
rev1_led | ||
rev2 | ||
config.h | ||
i2c.c | ||
i2c.h | ||
info.json | ||
iris.c | ||
iris.h | ||
matrix.c | ||
readme.md | ||
rules.mk | ||
serial.c | ||
serial.h | ||
split_rgb.c | ||
split_rgb.h | ||
split_util.c | ||
split_util.h |
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