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/config.h | |
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/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/khitsule/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/khitsule/config.h b/keyboards/keebio/iris/keymaps/khitsule/config.h new file mode 100644 index 0000000000..62760cce35 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/khitsule/config.h @@ -0,0 +1,24 @@ +/* +Copyright 2017 Danny Nguyen <danny@keeb.io> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#pragma once + +// #define USE_I2C +#define EE_HANDS +#define IGNORE_MOD_TAP_INTERRUPT + +#undef RGBLED_NUM |