You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using TERMINAL_ENABLE feature, and your enter key is configured as Mod-Tap, terminal doesn't output anything except initial prompt. Problem is, enter configured this way is not recognized in process_terminal.c
System Information
Keyboard:
Planck rev6
Operating System:
Linux Solus
avr-gcc version:
avr-gcc (GCC) 8.2.0
arm gcc version:
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]
When i configure my enter key in my keymap.c as KC_ENT everything works, but my enter is configured as RSFT_T(KC_ENT) and then it doesn't work. My workaround is to have KC_ENT in Raise layer.
The text was updated successfully, but these errors were encountered:
When using TERMINAL_ENABLE feature, and your enter key is configured as Mod-Tap, terminal doesn't output anything except initial prompt. Problem is, enter configured this way is not recognized in process_terminal.c
System Information
Planck rev6
Linux Solus
avr-gcc (GCC) 8.2.0
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]
0.6.199
Additional context
qmk_firmware/quantum/process_keycode/process_terminal.c
Lines 276 to 285 in 42a72c6
When i configure my enter key in my keymap.c as
KC_ENT
everything works, but my enter is configured asRSFT_T(KC_ENT)
and then it doesn't work. My workaround is to haveKC_ENT
in Raise layer.The text was updated successfully, but these errors were encountered: