You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alex Ong 00d1d7828c Typedef'ed layer_state_t to uint32_t (#3637)
* Typedef'ed layer_state_t to uint32_t.

This enables future work with layer_state_t to uint8_t for optimization purposes.

* Removed accidental xeal60 commit

* Revert to egyptian brackets, added sizeof(layer_state_t) so when layer_state_t is redefined it will automagically work.

* Add additional typedefs

* Add checks for setting layer state

* Update tmk_core/common/action_layer.h

Co-Authored-By: alex-ong <the.onga@gmail.com>

* Revert commit.
7 years ago
..
arm_atsam Fix wake from suspend LED functionality 7 years ago
avr Make sure NOBITS is set on reset_key 7 years ago
chibios Fix wakeup function on ChibiOS (#5707) 7 years ago
mbed
test
action.c Typedef'ed layer_state_t to uint32_t (#3637) 7 years ago
action.h
action_code.h
action_layer.c Typedef'ed layer_state_t to uint32_t (#3637) 7 years ago
action_layer.h Typedef'ed layer_state_t to uint32_t (#3637) 7 years ago
action_macro.c
action_macro.h
action_tapping.c Custom Tapping Term per key (#5009) 7 years ago
action_tapping.h Custom Tapping Term per key (#5009) 7 years ago
action_util.c
action_util.h
backlight.c
backlight.h
bootloader.h
bootmagic.c Typedef'ed layer_state_t to uint32_t (#3637) 7 years ago
bootmagic.h
command.c
command.h
debug.c
debug.h
eeconfig.c Init RGB Matrix EEPROM 7 years ago
eeconfig.h Velocikey: Match RGB animation speed to typing speed (#3754) 7 years ago
eeprom.h
host.c
host.h
host_driver.h
keyboard.c [Keyboard] Sol keyboard conversion to split common (#5773) 7 years ago
keyboard.h
keycode.h
led.h
magic.c Typedef'ed layer_state_t to uint32_t (#3637) 7 years ago
magic.h
matrix.h
mousekey.c Re-fix Mousekey Movements (#5740) 7 years ago
mousekey.h Improve mouse keys docs and constant speed mode 7 years ago
nodebug.h
print.c
print.h
progmem.h
raw_hid.h
report.c
report.h
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h