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.
Takeshi ISHII
155e9310ff
Make quantum/split_common/serial.[ch] configurable (#4419)
* add temporary compile test shell script
* add 'CONFIG_H += serial_backward_compatibility.h' into common_features.mk:SPLIT_KEYBOARD block
* add quantum/split_common/serial_backward_compatibility.h
SERIAL_PIN_PORT and other PIN define move to serial_backward_compatibility.h
SERIAL_BACKLIT_START move to split_util.h
* quantum/split_common/serial.c change to helix-serial.c style serial configuration
* add temporary file quantum/split_common/split-keyboards-list.txt
* add '#define SOFT_SERIAL_PIN D0' to keyboards/6lit/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/divergetm2/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/ergotravel/rev1/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/foobar/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manuform/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/qc60/config.h
* add '//#define SOFT_SERIAL_PIN D0' to keyboards/handwired/xealous/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/iris/rev*/config.h
* add '//#define SOFT_SERIAL_PIN D0' to keyboards/lets_split_eh/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/levinson/rev*/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/miniaxe/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/nyquist/rev?/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/quefrency/rev1/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/qwertyydox/config.h,keyboards/qwertyydox/rev1/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/redox/rev1/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/rorschach/rev1/config.h
* remove '#define SOFT_SERIAL_PIN D0' from quantum/split_common/serial_backward_compatibility.h
* remove temporary file quantum/split_common/split-keyboards-list.txt
* remove temporary compile test shell script
* Revert "remove temporary compile test shell script"
This reverts commit 15b0021b40 .
* update quantum/split_common/compile_split_test.sh for new keyboard test
* add '#define SOFT_SERIAL_PIN D0' to keyboards/diverge3/config.h
* add '#define SOFT_SERIAL_PIN D0' to keyboards/40percentclub/25/config.h
* remove temporary compile test shell script
* update docs/config_options.md, quantum/template/avr/config.h
* fix quantum/template/avr/config.h
* fix typo docs/config_options.md
|
6 years ago |
.. |
api
|
Merge ChibiOS and LUFA descriptor support (#2362)
|
7 years ago |
audio
|
Make ARM Audio max volume configurable (#4540)
|
6 years ago |
keymap_extras
|
Add standard definitions for ALGR and KC_ALGR (#4389)
|
6 years ago |
process_keycode
|
Fix UCIS code
|
6 years ago |
serial_link
|
Only re-send matrix every 5ms
|
8 years ago |
split_common
|
Make quantum/split_common/serial.[ch] configurable (#4419)
|
6 years ago |
template
|
Make quantum/split_common/serial.[ch] configurable (#4419)
|
6 years ago |
tools
|
Backlight abstraction and other changes (#439)
|
9 years ago |
visualizer
|
move lcd_backlight_keyframes to correct location
|
7 years ago |
api.c
|
Clarify the quantum license (#1042)
|
8 years ago |
api.h
|
Only include lufa.h if AVR in quantum/api.h
|
6 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
|
Add support for Atmega32A to pin declarations and universal matrix (#4015)
|
6 years ago |
dynamic_keymap.c
|
Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)
|
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
|
add support for encoders to core
|
6 years ago |
encoder.h
|
add support for encoders to core
|
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
|
Add Extrakey support for Brightness up/down (#4477)
|
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 |
matrix.c
|
Update quantum matrix to support both AVR and Chibios ARM (#3968)
|
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
|
Fix up tap_code functionality (#4609)
|
6 years ago |
quantum.h
|
Fix up tap_code functionality (#4609)
|
6 years ago |
quantum_keycodes.h
|
Add standard definitions for ALGR and KC_ALGR (#4389)
|
6 years ago |
rgb.h
|
Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
|
7 years ago |
rgb_matrix.c
|
Fix up RGB Matrix code (#4503)
|
6 years ago |
rgb_matrix.h
|
Fix up RGB Matrix code (#4503)
|
6 years ago |
rgb_matrix_drivers.c
|
RGB Matrix refactoring to open up for new drivers (#3913)
|
6 years ago |
rgblight.c
|
Added noeeprom versions of set hue, sat, val, and step
|
6 years ago |
rgblight.h
|
Added noeeprom versions of set hue, sat, val, and step
|
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)
|
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 |