From 6128542526c2b0aac697188bf1acdd01259376b5 Mon Sep 17 00:00:00 2001 From: Dave G Vigil SR Date: Tue, 28 Nov 2023 14:28:16 -0600 Subject: [PATCH] Update --- TODO.txt | 7 +++++++ draculad/rules.mk | 1 + iris/config.h | 1 - iris/rules.mk | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..1f592cf --- /dev/null +++ b/TODO.txt @@ -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 diff --git a/draculad/rules.mk b/draculad/rules.mk index 648b28c..1f58278 100644 --- a/draculad/rules.mk +++ b/draculad/rules.mk @@ -4,6 +4,7 @@ MOUSEKEY_ENABLE = yes ENCODER_ENABLE = yes ENCODER_MAP_ENABLE = yes +AUTO_SHIFT_ENABLE = yes LTO_ENABLE = yes BOOTLOADER = rp2040 diff --git a/iris/config.h b/iris/config.h index 9ec6599..fe66f07 100644 --- a/iris/config.h +++ b/iris/config.h @@ -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 diff --git a/iris/rules.mk b/iris/rules.mk index afe0710..96cc6de 100644 --- a/iris/rules.mk +++ b/iris/rules.mk @@ -1,3 +1,5 @@ +AUTO_SHIFT_ENABLE = yes + ENCODER_ENABLE = yes ENCODER_MAP_ENABLE = yes