mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-11-03 10:20:07 -05:00
Refactor build script and update userspace config for clarity and new features
This commit is contained in:
parent
5ae2c5977d
commit
fb04de22f2
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue