diff options
| -rw-r--r-- | keyboards/handwired/promethium/keymaps/priyadi/keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/keymaps/priyadi/keymap.c b/keyboards/handwired/promethium/keymaps/priyadi/keymap.c index 52b186c40..a24a79aa1 100644 --- a/keyboards/handwired/promethium/keymaps/priyadi/keymap.c +++ b/keyboards/handwired/promethium/keymaps/priyadi/keymap.c | |||
| @@ -755,6 +755,7 @@ void persistant_default_layer_set(uint16_t default_layer) { | |||
| 755 | default_layer_set(default_layer); | 755 | default_layer_set(default_layer); |
| 756 | } | 756 | } |
| 757 | 757 | ||
| 758 | #ifdef DOUBLESPACE_LAYER_ENABLE | ||
| 758 | void process_doublespace(bool pressed, bool *isactive, bool *otheractive, bool *isemitted) { | 759 | void process_doublespace(bool pressed, bool *isactive, bool *otheractive, bool *isemitted) { |
| 759 | if (pressed) { | 760 | if (pressed) { |
| 760 | *isactive = true; | 761 | *isactive = true; |
| @@ -778,6 +779,7 @@ void process_doublespace(bool pressed, bool *isactive, bool *otheractive, bool * | |||
| 778 | } | 779 | } |
| 779 | } | 780 | } |
| 780 | } | 781 | } |
| 782 | #endif | ||
| 781 | 783 | ||
| 782 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | 784 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { |
| 783 | bool lshift = keyboard_report->mods & MOD_BIT(KC_LSFT); | 785 | bool lshift = keyboard_report->mods & MOD_BIT(KC_LSFT); |
