about summary refs log tree commit diff
path: root/users/flokli
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-02-10T11·48+0100
committerclbot <clbot@tvl.fyi>2024-02-10T12·01+0000
commit8699a2b945c4901165d7d7041b3ae639f752e392 (patch)
tree35e01dacca219b3b32d1ac8341db804989851242 /users/flokli
parent3fb0697a713cdd5b0c22b3c511419ba3a281746a (diff)
fix(users/flokli/kb/dillemma): update comments r/7493
Some of the comments didn't yet account for this layout now being
colemak, and the function keys swapped to match stock Miryoku more
closely.

Change-Id: I38ae92153f80855ac21cc62cd603b7020b5be4ac
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10787
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'users/flokli')
-rw-r--r--users/flokli/keyboards/dilemma/keymap.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/users/flokli/keyboards/dilemma/keymap.c b/users/flokli/keyboards/dilemma/keymap.c
index 726a6406be..658bf1c3d2 100644
--- a/users/flokli/keyboards/dilemma/keymap.c
+++ b/users/flokli/keyboards/dilemma/keymap.c
@@ -45,7 +45,7 @@ enum dilemma_keymap_layers {
 #endif // !POINTING_DEVICE_ENABLE
 
 // clang-format off
-/** \brief QWERTY layout (3 rows, 10 columns). */
+/** \brief COLEMAK-DH layout (3 rows, 10 columns). */
 #define LAYOUT_LAYER_BASE                                                                     \
        KC_Q,    KC_W,    KC_F,    KC_P,    KC_B,    KC_J,    KC_L,    KC_U,    KC_Y, KC_QUOT, \
        KC_A,    KC_R,    KC_S,    KC_T,    KC_G,    KC_M,    KC_N,    KC_E,    KC_I,    KC_O, \
@@ -70,7 +70,7 @@ enum dilemma_keymap_layers {
 /**
  * \brief Navigation layer.
  *
- * Primary right-hand layer (left home thumb) is navigation and editing. Cursor
+ * Primary left-hand layer (left home thumb) is navigation and editing. Cursor
  * keys are on the home position, line and page movement below, clipboard
  * above, caps lock and insert on the inner column. Thumb keys are duplicated
  * from the base layer to avoid having to layer change mid edit and to enable
@@ -85,7 +85,7 @@ enum dilemma_keymap_layers {
 /**
  * \brief Mouse layer
  *
- * Secondary right-hand layer is mouse emulation. Mouse movement mirrors cursor
+ * Secondary left-hand layer is mouse emulation. Mouse movement mirrors cursor
  * navigation on home and wheel mirrors line / page movement below. Mouse
  * buttons are on the thumbs. Left, right, and middle mouse buttons are on the
  * primary, secondary, and tertiary thumb keys, respectively. Mouse movement,
@@ -101,7 +101,7 @@ enum dilemma_keymap_layers {
 /**
  * \brief Media layer
  *
- * Tertiary right-hand layer is media control, with volume up / volume down and
+ * Tertiary left-hand layer is media control, with volume up / volume down and
  * next / prev mirroring the navigation keys. Pause, stop and mute are on the
  * primary, secondary, and tertiary thumbs, respectively.
  *
@@ -123,7 +123,7 @@ enum dilemma_keymap_layers {
 /**
  * \brief Numeral layout.
  *
- * Primary left-hand layer (right home thumb) is numerals and symbols. Numerals
+ * Primary right-hand layer (right home thumb) is numerals and symbols. Numerals
  * are in the standard numpad locations with symbols in the remaining positions.
  */
 #define LAYOUT_LAYER_NUMERAL                                                                  \
@@ -135,7 +135,7 @@ enum dilemma_keymap_layers {
 /**
  * \brief Symbols layer.
  *
- * Secondary left-hand layer has shifted symbols in the same locations to reduce
+ * Secondary right-hand layer has shifted symbols in the same locations to reduce
  * chording when using mods with shifted symbols. `KC_LPRN` is duplicated next to
  * `KC_RPRN`.
  */
@@ -148,10 +148,10 @@ enum dilemma_keymap_layers {
 /**
  * \brief Function layer.
  *
- * Secondary right-hand layer has function keys mirroring the numerals on the
- * primary layer with extras on the pinkie column, plus system keys on the inner
- * column. App is on the tertiary thumb key and other thumb keys are duplicated
- * from the base layer to enable auto-repeat.
+ * Tertiary right-hand layer has function keys mirroring the numerals on the
+ * primary layer with system keys on the inner column. App is on the tertiary
+ * thumb key and other thumb keys are duplicated from the base layer to enable
+ * auto-repeat.
  */
 #define LAYOUT_LAYER_FUNCTION                                                                 \
      KC_F12,   KC_F7,   KC_F8,   KC_F9, KC_PSCR, _______________DEAD_HALF_ROW_______________, \