Explorar o código

Renamed the `simple_thumbs` option + fixed typo.

Nuclear Squid hai 4 meses
pai
achega
00d889cb88
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      qmk/arsenik.h
  2. 2 2
      qmk/arsenik_config.h

+ 1 - 1
qmk/arsenik.h

@@ -52,7 +52,7 @@
 #endif
 
 // Extra simple config for beginners with bigger keyboards
-#if defined ARSENIK_DISABLE_THUMB_TAP_HOLDS
+#if defined ARSENIK_ENABLE_SIMPLE_THUMBS
 #    define AS_TL_TUCK  _ALT
 #    define AS_TL_HOME  _CTL
 #    define AS_TL_REACH _GUI

+ 2 - 2
qmk/arsenik_config.h

@@ -78,13 +78,13 @@
  * (Requires `ARSENIK_ENABLE_HRM`)
  */
 
-// #define ARSENIK_DISABLE_THUMB_TAP_HOLDS
+// #define ARSENIK_ENABLE_SIMPLE_THUMBS
 /* When active, uses an extra simple config without any tap-holds on the thumb
  * keys. It may be a *lot* simpler to use, but requieres a keyboard with at
  * least 6 thumb keys (so 3 per thumb) instead of 3 thumb keys total and is
  * overall a lot less efficient (especially when combining modifiers).
  *
- * Base thumb config: LSFT_T(KC_ËSC)  LT(_num_nav, KC_SPC)  RALT_T(KC_ENT)
+ * Base thumb config: LSFT_T(KC_ESC)  LT(_num_nav, KC_SPC)  RALT_T(KC_ENT)
  * When it’s active: KC_ALT  KC_CTL  KC_GUI     MO(_num_nav)  KC_SPC  KC_RALT
  * (KC_RALT becomes the `_lafayette` layer if `ARSENIK_ENABLE_LAFAYETTE_LAYER`
  * is active)