Refactor build script and update userspace config for clarity and new features

This commit is contained in:
Smathev 2025-10-07 19:29:35 +02:00
commit fb04de22f2
2 changed files with 3 additions and 2 deletions

View file

@ -7,9 +7,9 @@
set -e # Exit on error
KEYBOARD="fingerpunch/sweeeeep"
KEYBOARD="sweeeeep"
KEYMAP="smathev"
OUTPUT_NAME="fingerpunch_sweeeeep_smathev"
OUTPUT_NAME="sweeeeep_smathev"
CONFIG_FILE="$HOME/git_dev/keyboards/qmk_userspace/keyboards/fingerpunch/sweeeeep/keymaps/smathev/config.h"
BACKUP_FILE="${CONFIG_FILE}.backup"

View file

@ -29,6 +29,7 @@
#define RETRO_SHIFT // Enable retroactive shift
#define RETRO_TAPPING // Enable retroactive tapping
#define HOLD_ON_OTHER_KEY_PRESS // Enable hold on other key press
#define CHORDAL_HOLD // Enable chordal hold (mod activates if another key is pressed before tapping term)
// Combo configuration
#define CASEMODES_ENABLE