summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/jeebak
diff options
context:
space:
mode:
authorNikolaus Wittenstein <nikolaus.wittenstein@gmail.com>2017-05-11 21:32:35 +0200
committerNikolaus Wittenstein <nikolaus.wittenstein@gmail.com>2017-05-11 21:32:35 +0200
commit8ddbf7f59f8afa822031746bbf8019fbac0090c9 (patch)
treecb753f5ee81154c207ef10ac77ea4b8ba9057c41 /keyboards/planck/keymaps/jeebak
parentb412bb8d8cc7e1435c170cd20576f354611a7b64 (diff)
downloadqmk_firmware-8ddbf7f59f8afa822031746bbf8019fbac0090c9.tar.gz
qmk_firmware-8ddbf7f59f8afa822031746bbf8019fbac0090c9.tar.xz
Fix spelling of "persistent"
Fixes #1201.
Diffstat (limited to 'keyboards/planck/keymaps/jeebak')
-rw-r--r--keyboards/planck/keymaps/jeebak/keymap.c2
-rw-r--r--keyboards/planck/keymaps/jeebak/readme.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/jeebak/keymap.c b/keyboards/planck/keymaps/jeebak/keymap.c
index cb7ccb588..7b9a68113 100644
--- a/keyboards/planck/keymaps/jeebak/keymap.c
+++ b/keyboards/planck/keymaps/jeebak/keymap.c
@@ -270,7 +270,7 @@ float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
#endif
-void persistant_default_layer_set(uint16_t default_layer) {
+void persistent_default_layer_set(uint16_t default_layer) {
eeconfig_update_default_layer(default_layer);
default_layer_set(default_layer);
}
diff --git a/keyboards/planck/keymaps/jeebak/readme.md b/keyboards/planck/keymaps/jeebak/readme.md
index e1dd1dca5..7c4bf908c 100644
--- a/keyboards/planck/keymaps/jeebak/readme.md
+++ b/keyboards/planck/keymaps/jeebak/readme.md
@@ -6,7 +6,7 @@ needed, they will be mapped to home row keys. The `keymap.c` file will contain
the exact changes. The diagrams in this README shows the highlights of the
changes from the default mappings.
-I also decided to change all calls to `persistant_default_layer_set()` to
+I also decided to change all calls to `persistent_default_layer_set()` to
`default_layer_set()` since this is my personal perference.
## Macros