Update
This commit is contained in:
7
TODO.txt
Normal file
7
TODO.txt
Normal 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
|
||||
@@ -4,6 +4,7 @@ MOUSEKEY_ENABLE = yes
|
||||
ENCODER_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
|
||||
AUTO_SHIFT_ENABLE = yes
|
||||
|
||||
LTO_ENABLE = yes
|
||||
BOOTLOADER = rp2040
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
|
||||
AUTO_SHIFT_ENABLE = yes
|
||||
|
||||
ENCODER_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
|
||||
Reference in New Issue
Block a user