qmk_firmware/tmk_core/common
Drashna Jaelre b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature (#4301)
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
2019-01-26 15:49:45 -08:00
..
arm_atsam
avr Fix RGBLIGHT_SLEEP function (#4865) 2019-01-25 17:11:49 -08:00
chibios
mbed
test
action.c Add support for RETRO_TAPPING to LT(layer, kc) 2019-01-25 11:27:14 -08:00
action.h Add support for RETRO_TAPPING to LT(layer, kc) 2019-01-25 11:27:14 -08:00
action_code.h
action_layer.c Add documentation and fix formating (#4860) 2019-01-17 09:04:35 -08:00
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c Fix oneshot_time wrong type (#3696) 2019-01-25 12:09:53 -08:00
action_util.h
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
debug.c
debug.h
eeconfig.c
eeconfig.h
eeprom.h
host.c
host.h Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894) 2019-01-20 20:16:36 -08:00
host_driver.h
keyboard.c
keyboard.h Simplify split_common Code significantly (#4772) 2019-01-17 10:08:14 -08:00
keycode.h Add MOD_MASK_* macros to core code (#4337) 2019-01-25 13:02:38 -08:00
led.h
magic.c
magic.h
matrix.h
mousekey.c
mousekey.h
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