diff options
author | Sid Carter <sidcarter@users.noreply.github.com> | 2019-07-22 05:13:38 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-22 02:13:38 -0700 |
commit | 46023610950e464b21f4b89edb8fffd6c1241c31 (patch) | |
tree | af9a2cdc61afa9d127a2bef4aef3a3749befa96a /keyboards/keebio/iris/keymaps/osiris/rules.mk | |
parent | 28f53462d03124305cdca7810300c6861b0fac83 (diff) |
[Keymap] Switch Iris keymap from workman to colemak (#6385)
* via support and colemak layout
* figures tap and hold parts don't work vith via enabled - so those are commented out for now
Diffstat (limited to 'keyboards/keebio/iris/keymaps/osiris/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/keymaps/osiris/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/osiris/rules.mk b/keyboards/keebio/iris/keymaps/osiris/rules.mk index 45c570a3b6..f2788b5f75 100644 --- a/keyboards/keebio/iris/keymaps/osiris/rules.mk +++ b/keyboards/keebio/iris/keymaps/osiris/rules.mk @@ -1,3 +1,8 @@ RGBLIGHT_ENABLE = yes BACKLIGHT_ENABLE = yes MOUSEKEY_ENABLE = yes + +# VIA Support - Comment these 3 lines out to disable +# RAW_ENABLE = yes +# DYNAMIC_KEYMAP_ENABLE = yes +# SRC += keyboards/wilba_tech/wt_main.c
\ No newline at end of file |