summaryrefslogtreecommitdiff
path: root/keyboards/anavi/macropad8/keymaps/default
diff options
context:
space:
mode:
authorLeon Anavi <leon@anavi.org>2020-11-17 07:35:23 +0200
committerGitHub <noreply@github.com>2020-11-16 21:35:23 -0800
commit3c156e130b3e7a24166eb20bf862aaaac8ceff53 (patch)
tree263f88230980b5ef3997784f1d2eac4c3b5f4de6 /keyboards/anavi/macropad8/keymaps/default
parent10782789bebeca61bedf98a55c2a18503c1855a0 (diff)
[Keymap] ANAVI Macro Pad 8 fix kodi and default (#10727)
Improvements and bug fixes for the keymaps kodi and default for ANAVI Macro Pad 8: - Add space to the end of string "Active layer: " for better visibility on the mini I2C OLED display for both keymaps - Replace "Main" with "Kodi" for the Kodi keymap - Add comment with reference to Kodi documentation for the available shortcuts in this keymap Signed-off-by: Leon Anavi <leon@anavi.org>
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/default')
-rw-r--r--keyboards/anavi/macropad8/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/default/keymap.c b/keyboards/anavi/macropad8/keymaps/default/keymap.c
index 8cdf90280d..68fbdf0d14 100644
--- a/keyboards/anavi/macropad8/keymaps/default/keymap.c
+++ b/keyboards/anavi/macropad8/keymaps/default/keymap.c
@@ -25,7 +25,7 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
void oled_task_user(void) {
// Host Keyboard Layer Status
oled_write_ln_P(PSTR("ANAVI Macro Pad 8"), false);
- oled_write_P(PSTR("Active layer:"), false);
+ oled_write_P(PSTR("Active layer: "), false);
switch (get_highest_layer(layer_state)) {
case _MAIN: