config.h (1197B)
1 /* Copyright 2024 Vaarai 2 * 3 * This program is free software: you can redistribute it and/or modify 4 * it under the terms of the GNU General Public License as published by 5 * the Free Software Foundation, either version 2 of the License, or 6 * (at your option) any later version. 7 * 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * GNU General Public License for more details. 12 * 13 * You should have received a copy of the GNU General Public License 14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 */ 16 17 #pragma once 18 19 /* Split */ 20 #define SPLIT_ACTIVITY_ENABLE 21 #define SPLIT_LAYER_STATE_ENABLE 22 #define SPLIT_LED_STATE_ENABLE 23 #define SPLIT_MODS_ENABLE 24 25 /* Trackpad */ 26 #define SPLIT_POINTING_ENABLE 27 #define POINTING_DEVICE_RIGHT 28 #define POINTING_DEVICE_ROTATION_90 29 #define CIRQUE_PINNACLE_DIAMETER_MM 40 30 #define CIRQUE_PINNACLE_TAP_ENABLE 31 #define CIRQUE_PINNACLE_CURVED_OVERLAY 32 #define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_RELATIVE_MODE 33 #define CIRQUE_PINNACLE_ATTENUATION EXTREG__TRACK_ADCCONFIG__ADC_ATTENUATE_2X