Skip to content

Commit

Permalink
compose onboard: use pragma once instead of ifndef define
Browse files Browse the repository at this point in the history
  • Loading branch information
oberien committed Apr 25, 2020
1 parent 6276b6d commit 5d75f6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quantum/process_keycode/process_compose_onboard.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef PROCESS_COMPOSE_ONBOARD_H
#define PROCESS_COMPOSE_ONBOARD_H
#pragma once

#include "quantum.h"

Expand Down Expand Up @@ -56,4 +55,3 @@ int compose_onboard_compare_input(uint16_t* input, uint8_t input_len, uint16_t*
register_code16(actions[i]); \
unregister_code16(actions[i]); \
}
#endif

0 comments on commit 5d75f6d

Please sign in to comment.