You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Konstantin Đorđević
4f2efc06ce
New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements ( #4803 )
...
* Expose unicode_saved_mods
* Add UNICODEMAP shift pair functionality and XS keycode
* Add XS to keycode reference documentation
* Pick pair index based on both Shift and Caps Lock state
* Add XS to Unicode feature docs
* Clean up process_unicode* headers
* Extract unicode_map index calculation into function
* Pick pair index as XOR rather than OR of Shift and Caps states
* unicode_input_start() has to be called before the unicode_map index is calculated
* Replace unicodemap_input_error() with more generic unicode_input_cancel()
* Replace register+tap+unregister with tap_code16(LCTL(LSFT(KC_U)))
* UNICODE_OSX_KEY → UNICODE_KEY_OSX, UNICODE_WINC_KEY → UNICODE_KEY_WINC
* Make keycode range checks more robust
* Fix keycode range checks for different input modes
* Add UNICODE_KEY_LNX, update docs
* QK_UNICODEMAP_SHIFT → QK_UNICODEMAP_PAIR
* XS → XP, update docs
* Tweak Unicode docs
* Use recently added MOD_MASK_SHIFT and IS_HOST_LED_ON helpers
* Update Unicode table in docs/keycodes.md
* Update Unicode docs per review comments
* Replace references to Mac OS X with macOS in Unicode docs
* As of v0.9.0, WinCompose supports all possible code points
* Expand descriptions in XP docs
* Update keycode table and cycling docs
* Further expand cycling docs
6 years ago
..
api
Merge ChibiOS and LUFA descriptor support ( #2362 )
7 years ago
audio
Remove any potentially copyrighted soungs/sounds from the repo
6 years ago
debounce
[core] Fix for eager_pr #5643
6 years ago
keymap_extras
Add UK variant of the SEND_STRING() LUTs
6 years ago
process_keycode
New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements ( #4803 )
6 years ago
rgb_matrix_animations
RGB Matrix Animations: Three/six new reactive effects (wide, cross, nexus) ( #5602 )
6 years ago
serial_link
Only re-send matrix every 5ms
8 years ago
split_common
Change split_common to use RGBLIGHT_SPLIT ( #5509 )
6 years ago
stm32
Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes ( #5532 )
6 years ago
template
Ask for your name when generating a new keyboard ( #5214 )
6 years ago
tools
Backlight abstraction and other changes ( #439 )
9 years ago
visualizer
Fixing dead links ( #5503 )
6 years ago
api.c
rgblight split transfer non-eeprom config ( #5396 )
6 years ago
api.h
Only include lufa.h if AVR in quantum/api.h
6 years ago
color.c
RGB Matrix Overhaul ( #5372 )
6 years ago
color.h
Adds IS31FL3731 RGB Matrix Implementation ( #2910 )
7 years ago
config_common.h
Add new keyboard Plaid and ATMEGA328p support ( #5379 )
6 years ago
debounce.h
Removed #include "matrix.h" from debounce.h
6 years ago
dynamic_keymap.c
Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE
6 years ago
dynamic_keymap.h
Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements ( #4520 )
6 years ago
dynamic_macro.h
Fix dynamic macros on ChibiOS keyboards
7 years ago
encoder.c
Added encoder support to split common code ( #5477 )
6 years ago
encoder.h
Added encoder support to split common code ( #5477 )
6 years ago
fauxclicky.c
Faux clicky bug fixes
8 years ago
fauxclicky.h
Faux clicky bug fixes
8 years ago
keycode_config.c
Fix #1566 - NKRO reseting issue
7 years ago
keycode_config.h
Allow mod swapping for mod tap (MT) ( #1202 )
7 years ago
keymap.h
Merge ChibiOS and LUFA descriptor support ( #2362 )
7 years ago
keymap_common.c
Next set of split_common changes ( #4974 )
6 years ago
led_matrix.c
fix the led_matrix.h naming conflict
6 years ago
led_matrix_drivers.c
fix the led_matrix.h naming conflict
6 years ago
led_tables.c
Move CIE1931 and breathing tables to its own file
8 years ago
led_tables.h
Move CIE1931 and breathing tables to its own file
8 years ago
ledmatrix.h
fix the led_matrix.h naming conflict
6 years ago
matrix.c
Port DIRECT_PINS from split_common/matrix.c to matrix.c ( #5091 )
6 years ago
mcu_selection.mk
Adds Proton C Conversion ( #4661 )
6 years ago
pincontrol.h
Clarify the quantum license ( #1042 )
8 years ago
pointing_device.c
Added Dichotemy Keyboard, updated docs for Pointing Device ( #1817 )
7 years ago
pointing_device.h
Fix Pointing Device code ( #1934 )
7 years ago
quantum.c
Simple extended space cadet ( #5277 )
6 years ago
quantum.h
Simple extended space cadet ( #5277 )
6 years ago
quantum_keycodes.h
New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements ( #4803 )
6 years ago
rgb.h
Add effect speed support for RGB Matrix *No EEPROM yet* ( #2922 )
7 years ago
rgb_matrix.c
RGB Matrix: Custom effects on a kb/user level ( #5338 )
6 years ago
rgb_matrix.h
RGB Matrix: Custom effects on a kb/user level ( #5338 )
6 years ago
rgb_matrix_drivers.c
Features/ws2812 matrix driver ( #5418 )
6 years ago
rgb_matrix_types.h
RGB Matrix support for Massdrop CTRL/ALT ( #5328 )
6 years ago
rgblight.c
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
6 years ago
rgblight.h
Add function to support split-keyboard in rgblight.[ch]. ( #5020 )
6 years ago
rgblight_list.h
[FIX] Misspelled RGB_YELLOW ( #5692 )
6 years ago
rgblight_modes.h
Add function to support split-keyboard in rgblight.[ch]. ( #5020 )
6 years ago
rgblight_post_config.h
Change split_common to use RGBLIGHT_SPLIT ( #5509 )
6 years ago
rgblight_reconfig.h
rgblight.[ch] more configurable ( #3582 )
6 years ago
rgblight_types.h
Adds support for Planck Rev 6 ( #2666 )
6 years ago
send_string_keycodes.h
Clean up SEND_STRING keycodes and add media keys ( #3214 )
6 years ago
variable_trace.c
Clarify the quantum license ( #1042 )
8 years ago
variable_trace.h
Clarify the quantum license ( #1042 )
8 years ago
velocikey.c
Velocikey: Match RGB animation speed to typing speed ( #3754 )
6 years ago
velocikey.h
Velocikey: Match RGB animation speed to typing speed ( #3754 )
6 years ago