2021-08-25 13:20:49 -04:00
|
|
|
/*
|
|
|
|
This is the c configuration file for the keymap
|
|
|
|
|
|
|
|
Copyright 2012 Jun Wako <wakojun@gmail.com>
|
|
|
|
Copyright 2015 Jack Humbert
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2021-09-04 21:31:29 -04:00
|
|
|
#define NO_ACTION_MACRO
|
|
|
|
#define NO_ACTION_FUNCTION
|
2021-08-25 13:20:49 -04:00
|
|
|
/* Select hand configuration */
|
|
|
|
|
|
|
|
#define MASTER_LEFT
|
|
|
|
// #define MASTER_RIGHT
|
2021-11-15 17:42:34 -05:00
|
|
|
#define EE_HANDS
|
2021-08-25 13:20:49 -04:00
|
|
|
|
|
|
|
#define TAPPING_FORCE_HOLD
|
|
|
|
#define TAPPING_TERM 100
|
|
|
|
|
2022-09-01 03:25:44 -04:00
|
|
|
#define NO_ACTION_ONESHOT
|
|
|
|
|
2021-09-04 22:35:28 -04:00
|
|
|
#define SPLIT_LAYER_STATE_ENABLE
|
|
|
|
#define SPLIT_WPM_ENABLE
|
|
|
|
#define SPLIT_OLED_ENABLE
|