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.
Jesper Jensen 63d06655e6
gcc 10 compatibility for Drop alt (#9485)
* Split dmac_desc declaration and definition

According to the official documentation[1] gcc 10 is more strict about
correct extern usage.

I've had to move the definition of dmac_desc and dmac_desc_wb from
i2c_master.h to the corresponding .c file. This could be an issue if
anyone includes the i2c_master.h file without liking with the object
file.

[1]: https://gcc.gnu.org/gcc-10/porting_to.html

* Remove the keymap_config definition from keymaps

The keymap_config def was conflicting with the one found in
tmk_core/common/magic.c. Declaring it extern in magic.c breaks a bunch
of keyboard that rely on that declaration (like the ergodox). Instead
I've removed the one found in the keymap.c of the massdrop alt.

The same change will have to be made to other keyboards.
5 years ago
..
arm_atsam gcc 10 compatibility for Drop alt (#9485) 5 years ago
chibios 2020 November 28 Breaking Changes Update (#11053) 5 years ago
lufa 2020 November 28 Breaking Changes Update (#11053) 5 years ago
midi Fixing MIDI for ARM without NKRO enabled (#9466) 6 years ago
usb_hid Remove `DESCRIPTION` (#9732) 5 years ago
vusb Omit serial number if not defined (#11104) 5 years ago
adb.c
adb.h
arm_atsam.mk 2020 November 28 Breaking Changes Update (#11053) 5 years ago
chibios.mk
ibm4704.c Initial vusb console support (#8559) 6 years ago
ibm4704.h
lufa.mk Remove support for Adafruit EZ-Key (#10103) 5 years ago
m0110.c
m0110.h
midi.mk
news.c
news.h
next_kbd.c
next_kbd.h
ps2.h
ps2_busywait.c
ps2_interrupt.c
ps2_io.h
ps2_io_avr.c
ps2_mouse.c Add movement hook to ps2_mouse (#8805) 6 years ago
ps2_mouse.h Add movement hook to ps2_mouse (#8805) 6 years ago
ps2_usart.c
serial.h More Bluetooth refactoring (#9905) 5 years ago
serial_mouse.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_soft.c
serial_uart.c
usb_descriptor.c Omit serial number if not defined (#11104) 5 years ago
usb_descriptor.h 2020 November 28 Breaking Changes Update (#11053) 5 years ago
usb_descriptor_common.h Allow for overriding RAW endpoint usage page and ID. (#8834) 6 years ago
usb_hid.mk
vusb.mk Additional cleanups for V-USB code (#9310) 5 years ago
xt.h
xt_interrupt.c