This commit is contained in:
2023-11-28 14:28:16 -06:00
parent 004725f2a7
commit 6128542526
4 changed files with 10 additions and 1 deletions

7
TODO.txt Normal file
View File

@@ -0,0 +1,7 @@
Ferris sweep and kmk
- https://docs.keeb.io/elite-pi-guide#circuitpython
- https://circuitpython.org/board/raspberry_pi_pico/
- http://kmkfw.io/docs/Getting_Started

View File

@@ -4,6 +4,7 @@ MOUSEKEY_ENABLE = yes
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
AUTO_SHIFT_ENABLE = yes
LTO_ENABLE = yes
BOOTLOADER = rp2040

View File

@@ -1,6 +1,5 @@
#pragma once
#define AUTO_SHIFT_TIMEOUT 150
/* Don't autoshift numbers or tab */
#define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_TAB

View File

@@ -1,3 +1,5 @@
AUTO_SHIFT_ENABLE = yes
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes