Skip to content

Commit

Permalink
Fix bug fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Feb 14, 2017
1 parent d961759 commit bd8d717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/common/action_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
extern uint32_t default_layer_state;
void default_layer_debug(void);
uint32_t default_layer_set(uint32_t state);
void default_layer_set(uint32_t state);

__attribute__((weak))
void default_layer_state_set_kb(uint32_t state);
uint32_t default_layer_state_set_kb(uint32_t state);

#ifndef NO_ACTION_LAYER
/* bitwise operation */
Expand Down

0 comments on commit bd8d717

Please sign in to comment.