Open
Description
Describe the Bug
Activating the Numpad layer by holding LT(_SWITCH,KC_6)
and pressing TO(6)
makes unpossible to leave this layer, requiring a reboot
After some research I've detected that the problem may be caused by the LT(_SWITCH,KC_6)
set as XXXXXXX
in ADJUST layer, that is lower than SWITCH. This makes it not register the key release when the layer changes.
Setting that to transparent fixes the issue
The layout shown on comments for this keymap are mismatched from the configured keys as well.
Keyboard Used
sofle/rev1 rgb_default
Link to product page (if applicable)
https://github.com/josefadamcik/SofleKeyboard/tree/master/Sofle_RGB
Operating System
Linux
qmk doctor Output
Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.5
Ψ QMK home: /home/matheus/qmk_firmware
Ψ Detected Linux (Pop!_OS 22.04 LTS).
Ψ Userspace enabled: False
Ψ Git branch: HEAD
Ψ Repo version: 0.27.13
Ψ - Latest HEAD: 2025-02-20 14:07:18 +0000 (6d0e5728aa) -- Bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 (#24933)
Ψ - Latest upstream/master: 2024-09-20 02:28:57 +0100 (61778f6136) -- Fix a_jazz/akc084 render (#24411)
Ψ - Latest upstream/develop: None
Ψ - Common ancestor with upstream/master: 2024-09-20 02:28:57 +0100 (61778f6136) -- Fix a_jazz/akc084 render (#24411)
Ψ - Common ancestor with upstream/develop: None
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 13.2.1
Ψ Successfully compiled using arm-none-eabi-gcc
Ψ Successfully tested arm-none-eabi-binutils using arm-none-eabi-size
Ψ Found avr-gcc version 5.4.0
Ψ Successfully compiled using avr-gcc
Ψ Successfully tested avr-binutils using avr-size
Ψ Found avrdude version 6.3-20171130
Ψ Found dfu-programmer version 0.6.1
Ψ Found dfu-util version 0.9
Ψ Submodules are up to date.
Ψ Submodule status:
Ψ - lib/chibios: 2024-02-17 19:20:06 +0000 -- (be44b3305f)
Ψ - lib/chibios-contrib: 2024-04-03 20:39:24 +0800 -- (77cb0a4f)
Ψ - lib/googletest: 2021-06-11 06:37:43 -0700 -- (e2239ee6)
Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 -- (549b97320)
Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 -- (819dbc1)
Ψ - lib/printf: 2022-06-29 23:59:58 +0300 -- (c2e3b4e)
Ψ - lib/pico-sdk: 2023-02-12 20:19:37 +0100 -- (a3398d8)
Ψ - lib/lvgl: 2022-04-11 04:44:53 -0600 -- (e19410f8)
Ψ QMK is ready to go
Is AutoHotKey / Karabiner installed
- AutoHotKey (Windows)
- Karabiner (macOS)
Other keyboard-related software installed
No response
Additional Context
Keymap: rgb_default
Using CONVERT_TO=rp2040_ce
but this does not seem relevant to the bug
Activity