2021-01-11 04:13:47 +01:00
|
|
|
/* Copyright 2020 Alexander Tulloh
|
|
|
|
*
|
|
|
|
* 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/>.
|
|
|
|
*/
|
2020-03-11 08:56:05 +01:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2021-01-11 04:13:47 +01:00
|
|
|
/* Split Keyboard specific options */
|
2020-03-11 08:56:05 +01:00
|
|
|
#define USE_I2C
|
|
|
|
#define SPLIT_USB_DETECT
|
|
|
|
#define MASTER_RIGHT
|
|
|
|
|
2021-01-11 04:13:47 +01:00
|
|
|
/* optical sensor settings */
|
|
|
|
#define SCROLL_DIVIDER 12
|
|
|
|
#define CPI_1 2000
|
|
|
|
#define CPI_2 4000
|
|
|
|
#define CPI_3 8000
|
|
|
|
|
2021-11-15 07:03:24 +01:00
|
|
|
#define ADNS9800_CS_PIN SPI_SS_PIN
|
2022-07-14 11:50:00 +02:00
|
|
|
#define PMW33XX_CS_PIN SPI_SS_PIN
|