qmk-dactyl-manuform-a/quantum
James Young c66df16644
2020 November 28 Breaking Changes Update (#11053)
* Branch point for 2020 November 28 Breaking Change                                                

* Remove matrix_col_t to allow MATRIX_ROWS > 32 (#10183)                                           

* Add support for soft serial to ATmega32U2 (#10204)                                               

* Change MIDI velocity implementation to allow direct control of velocity value (#9940)            

* Add ability to build a subset of all keyboards based on platform.                                

* Actually use eeprom_driver_init().                                                               

* Make bootloader_jump weak for ChibiOS. (#10417)                                                  

* Joystick 16-bit support (#10439)                                                                 

* Per-encoder resolutions (#10259)                                                                 

* Share button state from mousekey to pointing_device (#10179)                                     

* Add hotfix for chibios keyboards not wake (#10088)                                               

* Add advanced/efficient RGB Matrix Indicators (#8564)                                             

* Naming change.                                                                                   

* Support for STM32 GPIOF,G,H,I,J,K (#10206)                                                       

* Add milc as a dependency and remove the installed milc (#10563)                                  

* ChibiOS upgrade: early init conversions (#10214)                                                 

* ChibiOS upgrade: configuration file migrator (#9952)                                             

* Haptic and solenoid cleanup (#9700)                                                              

* XD75 cleanup (#10524)                                                                            

* OLED display update interval support (#10388)                                                    

* Add definition based on currently-selected serial driver. (#10716)                               

* New feature: Retro Tapping per key (#10622)                                                      

* Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638)             

* Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530)

* Rescale both ChibiOS and AVR backlighting.                                                       

* Reduce Helix keyboard build variation (#8669)                                                    

* Minor change to behavior allowing display updates to continue between task ticks (#10750)        

* Some GPIO manipulations in matrix.c change to atomic. (#10491)                                   

* qmk cformat (#10767)                                                                             

* [Keyboard] Update the Speedo firmware for v3.0 (#10657)                                          

* Maartenwut/Maarten namechange to evyd13/Evy (#10274)                                             

* [quantum] combine repeated lines of code (#10837)                                                

* Add step sequencer feature (#9703)                                                               

* aeboards/ext65 refactor (#10820)                                                                 

* Refactor xelus/dawn60 for Rev2 later (#10584)                                                    

* add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824)                                 

* [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549)                                    

* update chibios os usb for the otg driver (#8893)                                                 

* Remove HD44780 References, Part 4 (#10735)                                                       

* [Keyboard] Add Valor FRL TKL (+refactor) (#10512)                                                

* Fix cursor position bug in oled_write_raw functions (#10800)                                     

* Fixup version.h writing when using SKIP_VERSION=yes (#10972)                                     

* Allow for certain code in the codebase assuming length of string. (#10974)                       

* Add AT90USB support for serial.c (#10706)                                                        

* Auto shift: support repeats and early registration (#9826)                                       

* Rename ledmatrix.h to match .c file (#7949)                                                      

* Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231)                                        

* Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840)                                        

* Merge point for 2020 Nov 28 Breaking Change
2020-11-28 12:02:18 -08:00
..
api clang-format changes 2019-08-30 15:01:52 -07:00
audio Allow for user song list (#9281) 2020-07-16 16:45:50 +10:00
backlight 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
debounce quantum/debounce: rename debouncing algorithms (#9564) 2020-09-06 13:13:49 -07:00
keymap_extras Fix typo causing `redefined error` in keymap_french_osx (#10962) 2020-11-17 09:27:09 +11:00
process_keycode 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
rgb_matrix_animations 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
rgb_matrix_runners 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
sequencer 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
serial_link 2020 February 29 Breaking Changes Update (#8064) 2020-02-29 11:59:30 -08:00
split_common 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
template Recommend use of LED Indicator config (#10895) 2020-11-16 14:16:42 +11:00
tools Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
visualizer ST7565 tidyup (#10907) 2020-11-26 23:44:17 +11:00
api.c clang-format changes 2019-08-30 15:01:52 -07:00
api.h clang-format changes 2019-08-30 15:01:52 -07:00
color.c Add support for hsv->rgb conversion without using CIE curve. (#9856) 2020-08-29 14:30:02 -07:00
color.h Add support for hsv->rgb conversion without using CIE curve. (#9856) 2020-08-29 14:30:02 -07:00
config_common.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
debounce.h Removed #include "matrix.h" from debounce.h 2019-01-26 22:44:33 +11:00
dip_switch.c format code according to conventions [skip ci] 2020-07-04 15:01:25 +00:00
dip_switch.h Add Dip Switch as a core feature (#6140) 2019-09-03 08:34:31 -07:00
dynamic_keymap.c [Core] DYNAMIC_KEYMAP_EEPROM_MAX_ADDR check (#10315) 2020-09-16 16:16:01 +10:00
dynamic_keymap.h clang-format changes 2019-08-30 15:01:52 -07:00
dynamic_macro.h [Core] Convert Dynamic Macro to a Core Feature (#5948) 2019-11-04 22:59:13 -08:00
encoder.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
encoder.h Added encoder support to split common code (#5477) 2019-04-03 16:01:17 -07:00
fauxclicky.c clang-format changes 2019-08-30 15:01:52 -07:00
fauxclicky.h clang-format changes 2019-08-30 15:01:52 -07:00
joystick.c Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
joystick.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
keycode_config.c clang-format changes 2019-08-30 15:01:52 -07:00
keycode_config.h clang-format changes 2019-08-30 15:01:52 -07:00
keymap.h Add logic for AT90USBxx7 where needed (#10203) 2020-09-27 20:33:03 +10:00
keymap_common.c Strip out features to allow minimum firmware sizes (#8645) 2020-04-01 21:06:22 +01:00
led.c Indicator LEDs as config (#10816) 2020-11-08 22:31:16 +00:00
led_matrix.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
led_matrix.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
led_matrix_drivers.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
led_tables.c Remove unused LED_BREATHING_TABLE 2020-03-06 22:29:01 -08:00
led_tables.h Remove unused LED_BREATHING_TABLE 2020-03-06 22:29:01 -08:00
matrix.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
matrix_common.c format code according to conventions [skip ci] 2020-07-04 15:01:25 +00:00
mcu_selection.mk 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
pointing_device.c clang-format changes 2019-08-30 15:01:52 -07:00
pointing_device.h clang-format changes 2019-08-30 15:01:52 -07:00
quantum.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
quantum.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
quantum_keycodes.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
rgb.h clang-format changes 2019-08-30 15:01:52 -07:00
rgb_matrix.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
rgb_matrix.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
rgb_matrix_drivers.c Add support for 4 IS31FL3731 devices (#10860) 2020-11-05 19:58:46 +00:00
rgb_matrix_types.h Add Indicator flag for RGB Matrix (#9933) 2020-08-05 13:29:04 -07:00
rgblight.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
rgblight.h Tweak the Christmas animation effect to be less harsh on the eyes (#7648) 2020-08-29 14:30:02 -07:00
rgblight_breathe_table.h clang-format changes 2019-08-30 15:01:52 -07:00
rgblight_list.h clang-format changes 2019-08-30 15:01:52 -07:00
rgblight_modes.h New RGB Lighting effect: Twinkle (#8887) 2020-05-09 01:56:16 -07:00
rgblight_post_config.h clang-format changes 2019-08-30 15:01:52 -07:00
send_string_keycodes.h Add *OPT aliases for *ALT keycodes and macros (#8714) 2020-04-12 11:37:55 -07:00
variable_trace.c clang-format changes 2019-08-30 15:01:52 -07:00
variable_trace.h clang-format changes 2019-08-30 15:01:52 -07:00
velocikey.c clang-format changes 2019-08-30 15:01:52 -07:00
velocikey.h clang-format changes 2019-08-30 15:01:52 -07:00
via.c Fix typo in via.c (#10000) 2020-09-21 04:21:19 -07:00
via.h Configurable VIA layout options default value (#8707) 2020-04-06 20:27:44 +01:00
wpm.c Run clang-format manually to fix recently changed files (#8552) 2020-03-25 14:39:53 +11:00
wpm.h Run clang-format manually to fix recently changed files (#8552) 2020-03-25 14:39:53 +11:00