diff options
| author | tslil <tslil@posteo.de> | 2026-04-03 15:10:48 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:24:48 +0100 |
| commit | c842f3762b90e1f110e862854e9a31bd24b48e05 (patch) | |
| tree | 4d699453f9dcd5e70d791f270ba91c2777526ce3 /qmk_config_fpkb_v5/config.h | |
| parent | c1534a190a48067b286dfbb0f707c9a6c27a60ab (diff) | |
v5: commit the qmk configs
Diffstat (limited to 'qmk_config_fpkb_v5/config.h')
| -rw-r--r-- | qmk_config_fpkb_v5/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/qmk_config_fpkb_v5/config.h b/qmk_config_fpkb_v5/config.h new file mode 100644 index 0000000..e6055c3 --- /dev/null +++ b/qmk_config_fpkb_v5/config.h @@ -0,0 +1,24 @@ +#pragma once + +#define MATRIX_ROWS 8 +#define MATRIX_COLS 5 + +#define DIRECT_PINS { \ + { GP4, GP3, GP2, GP1, GP0 }, \ + { GP5, GP6, GP7, GP8, GP9 }, \ + { GP28, GP27, GP26, GP22, GP20 }, \ + { GP23, GP21, 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 |
