diff options
author | Drashna Jael're <drashna@live.com> | 2021-10-14 21:26:49 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-10-14 21:26:49 -0700 |
commit | d7f69dc6203fde5d9be8394667e675ed1130b74c (patch) | |
tree | 3527c34c0cfa4b2bb84375dbb93dba3e9960a2cc /keyboards/keebio/iris/keymaps/sq5rix/config.h | |
parent | 63d27b7c9d1897367ac474b85af91e327fad856c (diff) | |
parent | 235323269c372f40044ad2f73a602c9c60af6195 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/iris/keymaps/sq5rix/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/sq5rix/config.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/sq5rix/config.h b/keyboards/keebio/iris/keymaps/sq5rix/config.h new file mode 100644 index 0000000000..8c576917e8 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/sq5rix/config.h @@ -0,0 +1,25 @@ +/* +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 EE_HANDS +#define TAPPING_TERM 164 +#define IGNORE_MOD_TAP_INTERRUPT +#define PERMISSIVE_HOLD +#define RGBLIGHT_LAYERS +#define ENCODER_RESOLUTION 4 +#define ENCODER_DEFAULT_POS 0x3 |