Update build script and configuration files for Fingerpunch Sweeeeep keyboard

This commit is contained in:
Smathev 2025-10-08 10:26:24 +02:00
parent fb04de22f2
commit f3afe70c10
4 changed files with 13 additions and 5 deletions

View file

@ -9,7 +9,6 @@ const uint16_t PROGMEM undo_combo[] = {KC_X, KC_H, COMBO_END}; // L3_K1 + L3_K2
const uint16_t PROGMEM cut_combo[] = {KC_H, KC_L, COMBO_END}; //L3_K2 + L3_K3
const uint16_t PROGMEM copy_combo[] = {KC_L, KC_F, COMBO_END}; // L3_K3 + L3_K4
const uint16_t PROGMEM paste_combo[] = {KC_C, KC_COMM, COMBO_END}; // L3_K4 + L3_K5 KC_I
const uint16_t PROGMEM enter_combo[] = {KC_S, KC_D, COMBO_END}; // R2_K4 + R2_K5
const uint16_t PROGMEM tab_combo[] = {KC_O, KC_I, COMBO_END}; // L2_K1 + L2_K2
const uint16_t PROGMEM delete_combo[] = {KC_L, KC_H, COMBO_END}; // R1_K3 + R1_K4

View file

@ -11,6 +11,9 @@ DEFERRED_EXEC_ENABLE = yes
# Userspace-specific features
COMBO_ENABLE = yes # Combo key feature
# Use the actual keymap.c for introspection instead of the generated one from keymap.json
INTROSPECTION_KEYMAP_C = keyboards/fingerpunch/sweeeeep/keymaps/smathev/keymap.c
AUTO_SHIFT_ENABLE = yes # Auto shift for hold-to-shift
# Implemented from https://github.com/samhocevar-forks/qmk-firmware/blob/master/docs/feature_tap_dance.md