NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = yes # Audio output CUSTOM_MATRIX = yes DEBOUNCE_TYPE = custom SWAP_HANDS_ENABLE...
@@ -31,7 +31,6 @@ SWAP_HANDS_ENABLE = no # Allow swapping hands of keyboard. # POINTING_DEVICE_ENABLE = no # AUTO_SHIFT_ENABLE = no # AUTO_SHIFT_MODIFIERS = no # This don't need argument? # CUSTOM_MATRIX # Custom matrix file for the ErgoDox EZ 1 change: 0 additions & 1 ...
@@ -31,7 +31,6 @@ SWAP_HANDS_ENABLE = no # Allow swapping hands of keyboard. # POINTING_DEVICE_ENABLE = no # AUTO_SHIFT_ENABLE = no # AUTO_SHIFT_MODIFIERS = no # This don't need argument? # CUSTOM_MATRIX # Custom matrix file for the ErgoDox EZ 1 change: 0 additions & 1 ...
FEATURE_NAMES += SERIAL_LINK FEATURE_NAMES += STENO FEATURE_NAMES += SWAP_HANDS FEATURE_NAMES += VISUALIZER FEATURE_NAMES += WATCHDOG FEATURE_NAMES += XT $(foreach AFEATURE,$(FEATURE_NAMES),\ $(if $(filter $($(AFEATURE)_SUPPORTED),no),$(eval $(AFEATURE)_ENABLE=no)))Footer...
SWAP_HANDS \ TAP_DANCE \ TRI_LAYER \ VIA \ VIRTSER \ WPM \ define HANDLE_GENERIC_FEATURE # $$(info "Processing: $1_ENABLE $2.c") SRC += $$(wildcard $$(QUANTUM_DIR)/process_keycode/process_$2.c) SRC += $$(wildcard $$(QUANTUM_DIR)/$2/$2.c) SRC += $$(wildcard $$(...
action.kind.id == ACT_SWAP_HANDS && action.swap.code == OP_SH_ONESHOTshould matchQK_SWAP_HANDS_ONE_SHOT(SH_OS), notSH_T(kc). So that part of code keeps the one shot layer active only forSH_OS, andSH_T(kc)is not treated as a special case anywhere. ...
SWAP_HANDS \ TAP_DANCE \ TRI_LAYER \ VIA \ VIRTSER \ WPM \ define HANDLE_GENERIC_FEATURE # $$(info "Processing: $1_ENABLE $2.c") SRC += $$(wildcard $$(QUANTUM_DIR)/process_keycode/process_$2.c) SRC += $$(wildcard $$(QUANTUM_DIR)/$2/$2.c) SRC += $$(wildcard $$(...
#ifdef LED_MATRIX_ENABLE send_led_suspend_state(); #endif suspend_wakeup_init_user(); } #ifdef SWAP_HANDS_ENABLE __attribute__ ((weak)) const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { {{0, 9}, {1, 9}, {2, 9}, {3, 9}, {4, 9}}, {{0, 9}, ...
Hotswap sockets (Compatible with Kailh and Gateron) All 1u keys Same PCB for both hands (revesible) No diode to solder (No switch matrix) Per key adressable RGB leds (SK6812MINI-E) QMK Handedness pin (see QMK documentation) I2C OLED Display ...
I didn't find tests for swap-hands, would anyone like to see PR with mine after I fix their configuration? Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment