diff options
Diffstat (limited to 'keyboards/preonic/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/preonic/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/preonic/keymaps/default/keymap.c b/keyboards/preonic/keymaps/default/keymap.c index d37882eab..b45ed0835 100644 --- a/keyboards/preonic/keymaps/default/keymap.c +++ b/keyboards/preonic/keymaps/default/keymap.c | |||
@@ -259,7 +259,7 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
259 | } | 259 | } |
260 | } | 260 | } |
261 | 261 | ||
262 | void dip_update(uint8_t index, bool active) { | 262 | void dip_switch_update_user(uint8_t index, bool active) { |
263 | switch (index) { | 263 | switch (index) { |
264 | case 0: | 264 | case 0: |
265 | if (active) { | 265 | if (active) { |