forked from mirrors/qmk_userspace
[Keymap] Add keebio iris layout beakl 15 (#14762)
This commit is contained in:
parent
c2d72a60f0
commit
dd42387d9f
4 changed files with 231 additions and 0 deletions
25
keyboards/keebio/iris/keymaps/sq5rix/config.h
Normal file
25
keyboards/keebio/iris/keymaps/sq5rix/config.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue