| .. |
|
api
|
53ff8a31b6
Merge ChibiOS and LUFA descriptor support (#2362)
|
7 years ago |
|
audio
|
b802c0c8df
[Keymap] mitosis:datagrok: use non-copyrighted songs, add workman ditty (#6205)
|
6 years ago |
|
debounce
|
37be1cb513
Fix debouncing issue for eager algorithms (#6081)
|
6 years ago |
|
keymap_extras
|
ed6a872911
Add sendstring LUTs for French keymap (#5830)
|
6 years ago |
|
process_keycode
|
009d45d4d7
MIDI: Fix basic noteon: send correct velocity (#6476)
|
6 years ago |
|
rgb_matrix_animations
|
cf215487ba
Switching rgb_config_t to use HSV struct
|
6 years ago |
|
rgb_matrix_runners
|
cf215487ba
Switching rgb_config_t to use HSV struct
|
6 years ago |
|
serial_link
|
503565d174
Only re-send matrix every 5ms
|
8 years ago |
|
split_common
|
f644db042c
[Split] Add config option for DIRECT_PINS_RIGHT (#6479)
|
6 years ago |
|
stm32
|
41beecfc18
Add DFU Suffix for ARM boards (#5763)
|
6 years ago |
|
template
|
0bd03150e5
Remove NO_BACKLIGHT_CLOCK (#6418)
|
6 years ago |
|
tools
|
13bb6b4b7f
Backlight abstraction and other changes (#439)
|
9 years ago |
|
visualizer
|
3f4d706c98
Fixing dead links (#5503)
|
6 years ago |
|
api.c
|
9c4424ae2c
rgblight split transfer non-eeprom config (#5396)
|
6 years ago |
|
api.h
|
1dc1e12fec
Only include lufa.h if AVR in quantum/api.h
|
7 years ago |
|
color.c
|
f11fde9bf5
Fixing hsv_to_rgb where s = 0 and v < 255 (#5915)
|
6 years ago |
|
color.h
|
e7711b3b66
Moving rgb typedefs into a single location (#5978)
|
6 years ago |
|
config_common.h
|
c393d3afde
Add additional pins for Teensy 3.x and LC
|
6 years ago |
|
debounce.h
|
b5b119544a
Removed #include "matrix.h" from debounce.h
|
6 years ago |
|
dynamic_keymap.c
|
d15bb05c93
Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE
|
6 years ago |
|
dynamic_keymap.h
|
d7f1e072a8
Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)
|
7 years ago |
|
dynamic_macro.h
|
67eeb889ba
Fix dynamic macros on ChibiOS keyboards
|
8 years ago |
|
encoder.c
|
f6c7e11426
Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)
|
6 years ago |
|
encoder.h
|
63177760de
Added encoder support to split common code (#5477)
|
6 years ago |
|
fauxclicky.c
|
ffa4c72a89
Faux clicky bug fixes
|
8 years ago |
|
fauxclicky.h
|
ffa4c72a89
Faux clicky bug fixes
|
8 years ago |
|
keycode_config.c
|
34580baccf
Fix #1566 - NKRO reseting issue
|
7 years ago |
|
keycode_config.h
|
61cdc9aaa4
Allow mod swapping for mod tap (MT) (#1202)
|
8 years ago |
|
keymap.h
|
53ff8a31b6
Merge ChibiOS and LUFA descriptor support (#2362)
|
7 years ago |
|
keymap_common.c
|
37932c293c
Next set of split_common changes (#4974)
|
6 years ago |
|
led_matrix.c
|
c5221fa1cb
fix the led_matrix.h naming conflict
|
6 years ago |
|
led_matrix_drivers.c
|
acd3e79add
NK65 Addition (#5865)
|
6 years ago |
|
led_tables.c
|
12a07dae33
Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739)
|
6 years ago |
|
led_tables.h
|
f113f95440
Move CIE1931 and breathing tables to its own file
|
8 years ago |
|
ledmatrix.h
|
c5221fa1cb
fix the led_matrix.h naming conflict
|
6 years ago |
|
matrix.c
|
f268993760
fix unselect_rows() in quantum/matrix.c (#6243)
|
6 years ago |
|
mcu_selection.mk
|
41beecfc18
Add DFU Suffix for ARM boards (#5763)
|
6 years ago |
|
pincontrol.h
|
23839b8c6d
Clarify the quantum license (#1042)
|
8 years ago |
|
pointing_device.c
|
cfd118d158
Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)
|
8 years ago |
|
pointing_device.h
|
101b998ac2
Fix Pointing Device code (#1934)
|
8 years ago |
|
quantum.c
|
4d72aa428f
Improve backlight PWM pin support (#6202)
|
6 years ago |
|
quantum.h
|
a5ecf14608
Sendstring LUT improvements (#5727)
|
6 years ago |
|
quantum_keycodes.h
|
c44fc68297
Allow Combo feature to be enabled/disabled live (#6318)
|
6 years ago |
|
rgb.h
|
afacd42368
Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
|
7 years ago |
|
rgb_matrix.c
|
22a8992d1b
Fix RGB Matrix Cycle Left-Right Animation (#6421)
|
6 years ago |
|
rgb_matrix.h
|
e2dfb787da
Adding rgb matrix speed into eeprom storage. (#5965)
|
6 years ago |
|
rgb_matrix_drivers.c
|
bffbb4b42d
Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)
|
6 years ago |
|
rgb_matrix_types.h
|
cf215487ba
Switching rgb_config_t to use HSV struct
|
6 years ago |
|
rgblight.c
|
e040028f1b
Change xprintf() calls in rgblight.c to dprintf() (#6363)
|
6 years ago |
|
rgblight.h
|
e7711b3b66
Moving rgb typedefs into a single location (#5978)
|
6 years ago |
|
rgblight_breathe_table.h
|
3da8d46a07
If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of exp() and sin() (#5484)
|
6 years ago |
|
rgblight_list.h
|
22ba36a4d8
rgblight 255 hue (#5547)
|
6 years ago |
|
rgblight_modes.h
|
dfab177f88
Add function to support split-keyboard in rgblight.[ch]. (#5020)
|
6 years ago |
|
rgblight_post_config.h
|
7e67bd791b
Change split_common to use RGBLIGHT_SPLIT (#5509)
|
6 years ago |
|
rgblight_reconfig.h
|
6d6d91c834
rgblight.[ch] more configurable (#3582)
|
7 years ago |
|
send_string_keycodes.h
|
6590f3c811
Clean up SEND_STRING keycodes and add media keys (#3214)
|
7 years ago |
|
variable_trace.c
|
23839b8c6d
Clarify the quantum license (#1042)
|
8 years ago |
|
variable_trace.h
|
23839b8c6d
Clarify the quantum license (#1042)
|
8 years ago |
|
velocikey.c
|
c1c5922aae
Velocikey: Match RGB animation speed to typing speed (#3754)
|
6 years ago |
|
velocikey.h
|
c1c5922aae
Velocikey: Match RGB animation speed to typing speed (#3754)
|
6 years ago |