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/quantum
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
6 years ago
..
api
audio Changed rest note (#4837) 6 years ago
keymap_extras Remove redundant, language-specific aliases for KC_ALGR (#4720) 6 years ago
process_keycode Fix process_combo which assign -1 to uint16_t (#3697) 6 years ago
serial_link
split_common Simplify split_common Code significantly (#4772) 6 years ago
stm32 Adds Proton C Conversion (#4661) 6 years ago
template Adds a default value for IS_COMMAND for COMMAND feature (#4301) 6 years ago
tools
visualizer
api.c
api.h Only include lufa.h if AVR in quantum/api.h 7 years ago
color.c Adds IS31FL3731 RGB Matrix Implementation (#2910) 7 years ago
color.h Adds IS31FL3731 RGB Matrix Implementation (#2910) 7 years ago
config_common.h Simplify split_common Code significantly (#4772) 6 years ago
debounce.c Simplify split_common Code significantly (#4772) 6 years ago
debounce.h Simplify split_common Code significantly (#4772) 6 years ago
dynamic_keymap.c Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_keymap.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_macro.h
encoder.c add support for encoders to core 7 years ago
encoder.h add support for encoders to core 7 years ago
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used 6 years ago
led_tables.c
led_tables.h
matrix.c Simplify split_common Code significantly (#4772) 6 years ago
mcu_selection.mk Adds Proton C Conversion (#4661) 6 years ago
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c move `#include "rgb.h"` from quantum.h to quantum.c 6 years ago
quantum.h move `#include "rgb.h"` from quantum.h to quantum.c 6 years ago
quantum_keycodes.h Add C(), A() and G() to match already existing S() (#4673) 6 years ago
rgb.h Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 7 years ago
rgb_matrix.c Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) 6 years ago
rgb_matrix.h Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) 6 years ago
rgb_matrix_drivers.c RGB Matrix refactoring to open up for new drivers (#3913) 7 years ago
rgblight.c Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) 6 years ago
rgblight.h Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) 6 years ago
rgblight_list.h Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070) 7 years ago
rgblight_reconfig.h rgblight.[ch] more configurable (#3582) 7 years ago
rgblight_types.h Adds support for Planck Rev 6 (#2666) 7 years ago
send_string_keycodes.h Clean up SEND_STRING keycodes and add media keys (#3214) 7 years ago
variable_trace.c
variable_trace.h