summaryrefslogtreecommitdiff
path: root/keyboards/unikeyboard/diverge3/keymaps/workman
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/unikeyboard/diverge3/keymaps/workman')
-rw-r--r--keyboards/unikeyboard/diverge3/keymaps/workman/keymap.c2
-rw-r--r--keyboards/unikeyboard/diverge3/keymaps/workman/readme.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/unikeyboard/diverge3/keymaps/workman/keymap.c b/keyboards/unikeyboard/diverge3/keymaps/workman/keymap.c
index d3cecbff8b..eca781b060 100644
--- a/keyboards/unikeyboard/diverge3/keymaps/workman/keymap.c
+++ b/keyboards/unikeyboard/diverge3/keymaps/workman/keymap.c
@@ -55,7 +55,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t* record)
SEND_STRING(SS_TAP(X_DELETE));
set_mods(current_mods);
} else {
- SEND_STRING(SS_TAP(X_BSPACE));
+ SEND_STRING(SS_TAP(X_BACKSPACE));
}
}
return false;
diff --git a/keyboards/unikeyboard/diverge3/keymaps/workman/readme.md b/keyboards/unikeyboard/diverge3/keymaps/workman/readme.md
index 48ba482fe6..07a5fd9ed6 100644
--- a/keyboards/unikeyboard/diverge3/keymaps/workman/readme.md
+++ b/keyboards/unikeyboard/diverge3/keymaps/workman/readme.md
@@ -16,6 +16,6 @@ Reverts the number row to the normal 1, 2, 3, etc... for better gaming compatibi
## Layer 3 - Raise Layer
-Volume and backlight controls (although backlight is not fully functional using `USE_SERIAL` in `../config.h`).
+Volume and backlight controls.
![Raise Layer Misc Buttons Picture](https://i.imgur.com/50L3O62.png)