@@ -153,7 +153,7 @@ enum custom_keycodes {
153153
154154
155155///////////////////////////////////////////////////////////////////////////////
156- // Combos (https://docs.qmk.fm/#/feature_combo )
156+ // Combos (https://docs.qmk.fm/features/combo )
157157///////////////////////////////////////////////////////////////////////////////
158158const uint16_t caps_combo [] PROGMEM = {KC_J , KC_COMM , COMBO_END };
159159const uint16_t j_k_combo [] PROGMEM = {KC_J , KC_K , COMBO_END };
@@ -187,7 +187,7 @@ uint8_t NUM_CUSTOM_SHIFT_KEYS =
187187#endif // CUSTOM_SHIFT_KEYS_ENABLE
188188
189189///////////////////////////////////////////////////////////////////////////////
190- // Tap-hold configuration (https://docs.qmk.fm/#/ tap_hold)
190+ // Tap-hold configuration (https://docs.qmk.fm/tap_hold)
191191///////////////////////////////////////////////////////////////////////////////
192192uint16_t get_tapping_term (uint16_t keycode , keyrecord_t * record ) {
193193 switch (keycode ) {
@@ -252,7 +252,7 @@ uint16_t achordion_timeout(uint16_t tap_hold_keycode) {
252252#endif // ACHORDION_ENABLE
253253
254254///////////////////////////////////////////////////////////////////////////////
255- // Autocorrect (https://docs.qmk.fm/#/feature_autocorrect )
255+ // Autocorrect (https://docs.qmk.fm/features/autocorrect )
256256///////////////////////////////////////////////////////////////////////////////
257257#ifdef AUTOCORRECT_ENABLE
258258bool apply_autocorrect (uint8_t backspaces , const char * str ,
@@ -266,7 +266,7 @@ bool apply_autocorrect(uint8_t backspaces, const char* str,
266266#endif // AUTOCORRECT_ENABLE
267267
268268///////////////////////////////////////////////////////////////////////////////
269- // Caps word (https://docs.qmk.fm/#/feature_caps_word )
269+ // Caps word (https://docs.qmk.fm/features/caps_word )
270270///////////////////////////////////////////////////////////////////////////////
271271#ifdef CAPS_WORD_ENABLE
272272bool caps_word_press_user (uint16_t keycode ) {
@@ -338,7 +338,7 @@ char sentence_case_press_user(uint16_t keycode, keyrecord_t* record,
338338#endif // SENTENCE_CASE_ENABLE
339339
340340///////////////////////////////////////////////////////////////////////////////
341- // Repeat key (https://docs.qmk.fm/#/feature_repeat_key )
341+ // Repeat key (https://docs.qmk.fm/features/repeat_key )
342342///////////////////////////////////////////////////////////////////////////////
343343bool remember_last_key_user (uint16_t keycode , keyrecord_t * record ,
344344 uint8_t * remembered_mods ) {
@@ -518,7 +518,7 @@ void caps_word_set_user(bool active) {
518518#endif // STATUS_LED_3
519519
520520///////////////////////////////////////////////////////////////////////////////
521- // User macro callbacks (https://docs.qmk.fm/#/ feature_macros)
521+ // User macro callbacks (https://docs.qmk.fm/feature_macros)
522522///////////////////////////////////////////////////////////////////////////////
523523
524524void keyboard_post_init_user (void ) {
0 commit comments