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.
qmk-fw/tmk_core/common
Stephen Wanhella d534c72a54 Added keycodes for swapping and unswapping the Control and OS keys (#6110)
* Add MAGIC_SWAP_CONTROL_LGUI and MAGIC_UNSWAP_CONTROL_LGUI keycodes

Key codes to swap and unswap the control and windows/cmd keys

* Fix issues with pull request #6110

Renamed swap/unswap lctl and lgui key codes, added key codes to swap/unswap rctl and rgui, and moved new bool inside keycode_config.h struct to the end

* Move new keycodes to the end of the enum (#6110)

* add cases for swapped control and OS keys to mod_config (#6110)

* Add new keycodes to feature_bootmagic.md (#6110)

* Add R+L swap codes to keep in parity with AG_* codes

* Extend Magic range check to include new magic codes

* Update audio docs

* Combine 2 byte ranges into 1 word for EECONFG

Fix names for Keymap config EEPROM

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
6 years ago
..
arm_atsam Fix wake from suspend LED functionality 6 years ago
avr Usbasploader bootloader option addition (#6304) 6 years ago
chibios Fix wakeup function on ChibiOS (#5707) 6 years ago
mbed
test
action.c Extend allowed range of tappable keycodes to include modifiers (#5809) 6 years ago
action.h Add support for RETRO_TAPPING to LT(layer, kc) 6 years ago
action_code.h Extend allowed range of tappable keycodes to include modifiers (#5809) 6 years ago
action_layer.c Fix bit count calculation for iterating layers 6 years ago
action_layer.h Typedef'ed layer_state_t to uint32_t (#3637) 6 years ago
action_macro.c
action_macro.h
action_tapping.c Custom Tapping Term per key (#5009) 6 years ago
action_tapping.h Custom Tapping Term per key (#5009) 6 years ago
action_util.c Add One Shot Key callbacks (#4697) 6 years ago
action_util.h Add One Shot Key callbacks (#4697) 6 years ago
backlight.c Store backlight breathing state in EEPROM (#6105) 6 years ago
backlight.h Extend maximum number of backlight levels to 31 (#6351) 6 years ago
bootloader.h
bootmagic.c Typedef'ed layer_state_t to uint32_t (#3637) 6 years ago
bootmagic.h
command.c Added keycodes for swapping and unswapping the Control and OS keys (#6110) 6 years ago
command.h Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348) 6 years ago
debug.c
debug.h
eeconfig.c Added keycodes for swapping and unswapping the Control and OS keys (#6110) 6 years ago
eeconfig.h Added keycodes for swapping and unswapping the Control and OS keys (#6110) 6 years ago
eeprom.h Final HS60v2 changes. (#4790) 6 years ago
host.c Use a single endpoint for HID reports (#3951) 7 years ago
host.h Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894) 6 years ago
host_driver.h
keyboard.c Remove superfluous JTAG disable code (#6445) 6 years ago
keyboard.h Remove superfluous JTAG disable code (#6445) 6 years ago
keycode.h Add MOD_MASK_* macros to core code (#4337) 6 years ago
led.h
magic.c Typedef'ed layer_state_t to uint32_t (#3637) 6 years ago
magic.h
matrix.h
mousekey.c Re-fix Mousekey Movements (#5740) 6 years ago
mousekey.h Improve mouse keys docs and constant speed mode 6 years ago
nodebug.h
print.c
print.h Fixed docs/newbs_testing_debugging.md and tmk_core/common/print.h 7 years ago
progmem.h Add missing parentheses to some important macros (#4775) 6 years ago
raw_hid.h
report.c Use a single endpoint for HID reports (#3951) 7 years ago
report.h Add underscores to names of brightness control constants in report.h (#4764) 6 years ago
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 Fix LT() crashing some ARM keyboards (#6529) 6 years ago