Skip to content

Commit

Permalink
Removed unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Munnich committed Oct 15, 2024
1 parent 4af7bf7 commit d008a82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/behaviors/behavior_key_press.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ struct behavior_key_press_config {
bool invert_if_active;
};

static int behavior_key_press_init(const struct device *dev) {
// const struct behavior_key_repeat_config *config = dev->config;
return 0;
};
static int behavior_key_press_init(const struct device *dev) { return 0; };

static int on_keymap_binding_pressed(struct zmk_behavior_binding *binding,
struct zmk_behavior_binding_event event) {
Expand Down

0 comments on commit d008a82

Please sign in to comment.