diff options
author | Drashna Jaelre <drashna@live.com> | 2019-01-27 00:09:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 00:09:03 -0800 |
commit | 5d26ebcbaa8069975411e7acf3d8585c35da394f (patch) | |
tree | 0e53e2c5624af890b10220d00702d92823596316 /keyboards/iris/rules.mk | |
parent | b05c0e46c6c62972b68518635104fb58927d1a13 (diff) |
[Keymap] Move Iris via support to Via keymap (#4893)
* Move Iris via support to Via keymap
And move it out of the main keyboard files
* Actually add via keymap folder
Because using git when you're tired is apparently a very bad idea, and you do stupid things like not running git add
* Clean up config.h file for iris via keymap
Diffstat (limited to 'keyboards/iris/rules.mk')
-rw-r--r-- | keyboards/iris/rules.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/iris/rules.mk b/keyboards/iris/rules.mk index 69bc62f876..28ca5a8cb8 100644 --- a/keyboards/iris/rules.mk +++ b/keyboards/iris/rules.mk @@ -39,8 +39,3 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend SPLIT_KEYBOARD = yes DEFAULT_FOLDER = iris/rev2 - -# VIA Support - Comment these 3 lines out to disable -RAW_ENABLE = yes -DYNAMIC_KEYMAP_ENABLE = yes -SRC += keyboards/wilba_tech/wt_main.c |