diff options
author | khitsule <khitsule@gmail.com> | 2020-04-20 03:15:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 10:15:12 -0700 |
commit | 33a5dc4fcf3ed00f7cd87271530bcc416012926f (patch) | |
tree | 729b062bfaebabe6d540d0e31409c5bdd14761da /keyboards/keebio/iris/keymaps/khitsule/rules.mk | |
parent | e0fffcde9987dff7502bbf9c7f01144ca2c524f4 (diff) | |
download | qmk_firmware-33a5dc4fcf3ed00f7cd87271530bcc416012926f.tar.gz qmk_firmware-33a5dc4fcf3ed00f7cd87271530bcc416012926f.zip |
[Keymap] Updates to personal keymaps (#8818)
* sync with upstream; initial iris design
* sync with upstream
* update to iris keymap
* merge upstream
* iris keymap refined
* Iris readme update
* messed up upstream merge somehow, hopefully fixed
* removed extra closing bracket
* Apply suggestions from code review
Co-Authored-By: Joel Challis <git@zvecr.com>
* change layers from define to enum per suggestions
Co-authored-by: Mysti Woodard <mystiwoodard@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/keebio/iris/keymaps/khitsule/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/keymaps/khitsule/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/khitsule/rules.mk b/keyboards/keebio/iris/keymaps/khitsule/rules.mk new file mode 100644 index 0000000000..b6c9a25805 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/khitsule/rules.mk @@ -0,0 +1,2 @@ +BACKLIGHT_ENABLE = no +RGBLIGHT_ENABLE = no |