[Keymap] Drashna keymap fixups (#14140)
This commit is contained in:
parent
4e1c5887c5
commit
bc239cd520
7 changed files with 21 additions and 27 deletions
|
@ -50,6 +50,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
//#define NO_ACTION_ONESHOT
|
||||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_FUNCTION
|
||||
|
||||
/* PMW3360 Settings */
|
||||
#define PMW3360_CS_PIN B0
|
||||
|
|
|
@ -91,8 +91,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// #define EXTERNAL_EEPROM_BYTE_COUNT 8196
|
||||
// #define EXTERNAL_EEPROM_PAGE_SIZE 32
|
||||
// #define EXTERNAL_EEPROM_ADDRESS_SIZE 2
|
||||
#define DEBUG_EEPROM_OUTPUT
|
||||
// #define DEBUG_EEPROM_OUTPUT
|
||||
|
||||
#define PMW_CS_PIN B0
|
||||
#define SPI_MODE 0
|
||||
#define SPI_DIVISOR 64
|
||||
#define PMW3360_CS_PIN B0
|
||||
|
|
|
@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLED_SPLIT \
|
||||
{ 10, 10 }
|
||||
#define RGBLIGHT_LIMIT_VAL 80
|
||||
|
||||
#define DEBUG_LED_PIN D6
|
||||
|
||||
|
@ -48,3 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
{ D5 }
|
||||
#define ENCODERS_PAD_B \
|
||||
{ D4 }
|
||||
|
||||
/* PMW3360 Settings */
|
||||
#define PMW3360_CS_PIN B0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue