]> git.donarmstrong.com Git - qmk_firmware.git/commit
Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift...
authorpatrickmt <40182064+patrickmt@users.noreply.github.com>
Sat, 29 Sep 2018 01:32:15 +0000 (21:32 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sat, 29 Sep 2018 01:32:15 +0000 (21:32 -0400)
commit239f02408e219567be060be7e65e92e888304ed0
treea5461db9b599dfb0fb7e3e6faccc064353cdfe78
parente2dee054d0649cb7b5b051a04a9bd82d14a0fdcd
Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift (#3973)

* Update for SEND_STRING usage

Update for SEND_STRING usage.
Sending keyboard reports (kbd, nkro) now obey the minimum polling time.
While attempting to send a keyboard report and waiting for a USB poll, other functions of the keyboard, including LED effects and power management, will continue to operate at their intended intervals.

* Updates for send string, syscalls, stdio, debug prints, auto shift

Now properly waiting for previous keys sent over USB to complete before sending new.
Added heap to linker and now compiling with syscalls support.
Removed custom string functions and now using stdio.
dprintf now works as intended through virtser device.

* CTRL and ALT keymap updates

CTRL mac keymap updated
ALT default and mac keymap updated
ALT rules.mk added Auto Shift with default no

* Code cleanup as per discussion with vomindoraan

Code cleanup as per discussion with vomindoraan
22 files changed:
keyboards/massdrop/alt/alt.h
keyboards/massdrop/alt/keymaps/default/keymap.c
keyboards/massdrop/alt/keymaps/mac/keymap.c
keyboards/massdrop/alt/rules.mk
keyboards/massdrop/ctrl/ctrl.h
keyboards/massdrop/ctrl/keymaps/default/keymap.c
keyboards/massdrop/ctrl/keymaps/mac/keymap.c
keyboards/massdrop/ctrl/rules.mk
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld
tmk_core/arm_atsam.mk
tmk_core/common/arm_atsam/printf.h
tmk_core/common/print.h
tmk_core/protocol/arm_atsam.mk
tmk_core/protocol/arm_atsam/arm_atsam_protocol.h
tmk_core/protocol/arm_atsam/d51_util.h
tmk_core/protocol/arm_atsam/main_arm_atsam.c
tmk_core/protocol/arm_atsam/usb/spfssf.c [deleted file]
tmk_core/protocol/arm_atsam/usb/spfssf.h [deleted file]
tmk_core/protocol/arm_atsam/usb/udi_cdc.c
tmk_core/protocol/arm_atsam/usb/udi_cdc.h
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.h