diff options
author | tmk <nobody@nowhere> | 2013-06-22 16:14:56 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-06-22 16:24:56 +0900 |
commit | 9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06 (patch) | |
tree | 5cfd02ffd53d5be7c40453644558319f75b48fa8 /common/action_layer.h | |
parent | 2593ae132812414f02e7cf483bb141cd2c78595c (diff) |
Add default layer config to bootmagic
Diffstat (limited to 'common/action_layer.h')
-rw-r--r-- | common/action_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action_layer.h b/common/action_layer.h index 23f8a00bb7..034e00027b 100644 --- a/common/action_layer.h +++ b/common/action_layer.h @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ extern uint32_t default_layer_state; void default_layer_debug(void); -void default_layer_set(uint8_t layer); +void default_layer_set(uint32_t state); #ifndef NO_ACTION_LAYER /* bitwise operation */ |