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
..
api
audio [Keymap] Pvinis master (#5843) 7 years ago
debounce [core] Fix for eager_pr #5643 7 years ago
keymap_extras Norman layout for the minidox keyboard (#5747) 7 years ago
process_keycode Added check for event pressed to clear space cadet (#5839) 7 years ago
rgb_matrix_animations Fix for Solid Reactive mode bug (#5846) 7 years ago
serial_link
split_common [Split] fix split_common i2c backlight disabling (#3886) 7 years ago
stm32 Add DFU Suffix for ARM boards (#5763) 7 years ago
template Fix up ps2avrgb templates (#5606) 7 years ago
tools
visualizer Fixing dead links (#5503) 7 years ago
api.c rgblight split transfer non-eeprom config (#5396) 7 years ago
api.h
color.c Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739) 7 years ago
color.h
config_common.h Add new keyboard Plaid and ATMEGA328p support (#5379) 7 years ago
debounce.h Removed #include "matrix.h" from debounce.h 7 years ago
dynamic_keymap.c Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE 7 years ago
dynamic_keymap.h
dynamic_macro.h
encoder.c Added encoder support to split common code (#5477) 7 years ago
encoder.h Added encoder support to split common code (#5477) 7 years ago
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c Next set of split_common changes (#4974) 7 years ago
led_matrix.c fix the led_matrix.h naming conflict 7 years ago
led_matrix_drivers.c NK65 Addition (#5865) 7 years ago
led_tables.c Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739) 7 years ago
led_tables.h
ledmatrix.h fix the led_matrix.h naming conflict 7 years ago
matrix.c Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091) 7 years ago
mcu_selection.mk Add DFU Suffix for ARM boards (#5763) 7 years ago
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c Cleanup/rgb matrix (#5811) 7 years ago
quantum.h Typedef'ed layer_state_t to uint32_t (#3637) 7 years ago
quantum_keycodes.h New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803) 7 years ago
rgb.h
rgb_matrix.c Cleanup/rgb matrix (#5811) 7 years ago
rgb_matrix.h Cleanup/rgb matrix (#5811) 7 years ago
rgb_matrix_drivers.c NK65 Addition (#5865) 7 years ago
rgb_matrix_types.h rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 7 years ago
rgblight.c Add effect range to rgblight.c (#5856) 7 years ago
rgblight.h Add effect range to rgblight.c (#5856) 7 years ago
rgblight_breathe_table.h If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of exp() and sin() (#5484) 7 years ago
rgblight_list.h rgblight 255 hue (#5547) 7 years ago
rgblight_modes.h Add function to support split-keyboard in rgblight.[ch]. (#5020) 7 years ago
rgblight_post_config.h Change split_common to use RGBLIGHT_SPLIT (#5509) 7 years ago
rgblight_reconfig.h
rgblight_types.h
send_string_keycodes.h
variable_trace.c
variable_trace.h
velocikey.c Velocikey: Match RGB animation speed to typing speed (#3754) 7 years ago
velocikey.h Velocikey: Match RGB animation speed to typing speed (#3754) 7 years ago