mmaragan / crkbd_qmk_spanish_map

Mapeo de teclado Corne, para español
0 stars 1 forks source link

Issues discovered while compiling #1

Open JaloDO opened 4 months ago

JaloDO commented 4 months ago

1) COMENTAR LA LINEA

//#define IGNORE_MOD_TAP_INTERRUPT

- Compiling: quantum/action_tapping.c                                                                
                quantum/action_tapping.c:15:10: error: #error 
                "IGNORE_MOD_TAP_INTERRUPT is no longer necessary as it is now the default behavior of mod-tap keys.
                Please remove it from your config."

2) ASIGNAR NOMBRE AL TIPO DE LAYOUT [_QWERTY] = LAYOUT(... -> [_QWERTY] = LAYOUT_split_3x6_3(... [_LOWER] = LAYOUT(... -> [_LOWER] = LAYOUT_split_3x6_3(... ........

3) TECLAS MAL NOMBRADAS:
RESET -> QK_BOOT KCMUTE -> KC_MUTE KC__VOLUP -> KC_VOLU KCVOLDOWN -> KC_VOLD

4) ELIMINAR PREFIJO qk_ qk_tap_dance_action_t -> tap_dance_action_t

JaloDO commented 4 months ago

Issues solved in this pull request https://github.com/mmaragan/crkbd_qmk_spanish_map/pull/2