diff options
Diffstat (limited to 'keyboards/handwired/promethium/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/handwired/promethium/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/keymaps/default/keymap.c b/keyboards/handwired/promethium/keymaps/default/keymap.c index 207984407..14a293bb3 100644 --- a/keyboards/handwired/promethium/keymaps/default/keymap.c +++ b/keyboards/handwired/promethium/keymaps/default/keymap.c | |||
@@ -986,7 +986,7 @@ void process_doublespace(bool pressed, bool *isactive, bool *otheractive, bool * | |||
986 | } | 986 | } |
987 | #endif | 987 | #endif |
988 | 988 | ||
989 | uint32_t layer_state_set_kb(uint32_t state) | 989 | layer_state_t layer_state_set_user(layer_state_t state) |
990 | { | 990 | { |
991 | // turn on punc layer if both fun & num are on | 991 | // turn on punc layer if both fun & num are on |
992 | if ((state & ((1UL<<_NUM) | (1UL<<_FUN))) == ((1UL<<_NUM) | (1UL<<_FUN))) { | 992 | if ((state & ((1UL<<_NUM) | (1UL<<_FUN))) == ((1UL<<_NUM) | (1UL<<_FUN))) { |