forked from mirrors/qmk_userspace
Added K13 Pro ISO
This commit is contained in:
parent
57449c68bd
commit
818f605f73
15 changed files with 812 additions and 0 deletions
44
keyboards/keychron/k13_pro/iso/white/config.h
Normal file
44
keyboards/keychron/k13_pro/iso/white/config.h
Normal file
|
@ -0,0 +1,44 @@
|
|||
/* Copyright 2023 @ Keychron (https://www.keychron.com)
|
||||
*
|
||||
* 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
|
||||
|
||||
#ifdef LED_MATRIX_ENABLE
|
||||
/* LED Matrix Driver Configuration */
|
||||
# define DRIVER_COUNT 1
|
||||
# define SNLED27351_I2C_ADDRESS_1 SNLED27351_I2C_ADDRESS_GND
|
||||
# define DRIVER_1_LED_TOTAL 91
|
||||
# define LED_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
|
||||
|
||||
/* Set to infinit, which is use in USB mode by default */
|
||||
# define LED_MATRIX_TIMEOUT LED_MATRIX_TIMEOUT_INFINITE
|
||||
|
||||
/* Allow to shutdown driver to save power */
|
||||
# define LED_MATRIX_DRIVER_SHUTDOWN_ENABLE
|
||||
|
||||
/* Turn off backllit if brightness value is low */
|
||||
# define LED_MATRIX_BRIGHTNESS_TURN_OFF_VAL 48
|
||||
|
||||
# define LOW_BAT_IND_INDEX 83
|
||||
# define LED_MATRIX_KEYPRESSES
|
||||
|
||||
/* Use first 6 channels of LED driver */
|
||||
# define PHASE_CHANNEL MSKPHASE_6CHANNEL
|
||||
|
||||
/* Set LED driver current */
|
||||
# define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28 }
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue