aboutsummaryrefslogtreecommitdiff
path: root/qmk_config_fpkb_v3_youprobablydontwantthis/config.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-04-06 15:30:23 +0100
committertslil <tslil@posteo.de>2026-08-28 19:24:48 +0100
commit103e18a9a4fdc9137c252b0c9db1e048255f020c (patch)
treea2fc1fc237c6959a5cd0856a1732ede932d6f199 /qmk_config_fpkb_v3_youprobablydontwantthis/config.h
parentc842f3762b90e1f110e862854e9a31bd24b48e05 (diff)
storing qmk configs for the left over v3 pcb i had to which i did not apply the bodge
Diffstat (limited to 'qmk_config_fpkb_v3_youprobablydontwantthis/config.h')
-rw-r--r--qmk_config_fpkb_v3_youprobablydontwantthis/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/qmk_config_fpkb_v3_youprobablydontwantthis/config.h b/qmk_config_fpkb_v3_youprobablydontwantthis/config.h
new file mode 100644
index 0000000..7a34b95
--- /dev/null
+++ b/qmk_config_fpkb_v3_youprobablydontwantthis/config.h
@@ -0,0 +1,24 @@
+#pragma once
+
+#define MATRIX_ROWS 8
+#define MATRIX_COLS 5
+
+#define DIRECT_PINS { \
+ { GP22, GP26, GP27, GP28, GP29 }, \
+ { GP1, GP0, GP21, GP23, GP20 }, \
+ { GP6, GP5, GP4, GP3, GP2 }, \
+ { GP7, GP8, NO_PIN, NO_PIN, NO_PIN } \
+ }
+
+#define DEBOUNCE 5
+
+#define EE_HANDS
+#define BOOTMAGIC_LITE_ROW 0
+#define BOOTMAGIC_LITE_COLUMN 0
+
+#define BOOTMAGIC_LITE_ROW_RIGHT 4
+#define BOOTMAGIC_LITE_COLUMN_RIGHT 0
+
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+// #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U