Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating STENO code from an older QMK version #23596

Open
robert-winkler opened this issue Apr 23, 2024 · 0 comments
Open

Updating STENO code from an older QMK version #23596

robert-winkler opened this issue Apr 23, 2024 · 0 comments

Comments

@robert-winkler
Copy link

robert-winkler commented Apr 23, 2024

Issue Description

For most of my keyboards, I add a STENO layer, using the TX BOLT protocol. Now, after about 3 years of intense use, I had to change the Arduino boards of a split keyboard, and after some adjustments, most of the functions are working again.

Following the compiler warning messages and information I found online,

  1. I modified the respective rules.mx lines to:
STENO_ENABLE = yes
NKRO_ENABLE = yes
STENO_PROTOCOL = txbolt 
  1. I removed #include "keymap_steno.h"

The code compiles and flashes without warning or error, but the STENO layer does not work.

The keymap.c contains:

#define ST_BOLT QK_STENO_BOLT
...
  [STENO] = LAYOUT(
	STN_N1,  STN_N2,  STN_N3,  STN_N4,  STN_N5,  STN_N6,  						STN_N7,  STN_N8,  STN_N9,  STN_NA,  STN_NB,  STN_NC ,
	_______,  STN_S1,  STN_TL,  STN_PL,  STN_HL,  STN_ST1, 						STN_ST3, STN_FR,  STN_PR,  STN_LR,  STN_TR,  STN_DR ,
	_______, STN_S2,  STN_KL,  STN_WL,  STN_RL,  STN_ST2, 						STN_ST4, STN_RR,  STN_BR,  STN_GR,  STN_SR,  STN_ZR ,
														_______,_______,    _______,_______,                                   
														_______, _______,   _______,_______,                                   
 														STN_A, _______,   	_______,STN_U,                                  
 														STN_O, _______,    	_______,STN_E                                             
   )

With my previous QMK version (about 3 years ago), this code worked fine.

Anything else I need to adjust?

The complete QMK code is at:
https://github.com/robert-winkler/QMK/tree/main/dactyl-keyboard/colemakdh_dactyl-manuform-4x6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant