]> git.donarmstrong.com Git - qmk_firmware.git/commit
Start mvoing hardware drivers to /drivers/ (#1433)
authorJack Humbert <jack.humb@gmail.com>
Mon, 10 Jul 2017 15:18:47 +0000 (11:18 -0400)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2017 15:18:47 +0000 (11:18 -0400)
commit42d5a324eb673b2214a87c8911d850105c3bdaab
treec14aca23eb74164d5cd7e69f50e6d347b3ace51a
parent8d190d5e25b3374156264fde0ba5d78696cc74aa
Start mvoing hardware drivers to /drivers/ (#1433)

* start driver isolation

* update nyquist and orthodox boards

* update atreus62

* move drivers to avr

* update avr conditional
27 files changed:
common.mk
common_features.mk
drivers/avr/analog.c [new file with mode: 0644]
drivers/avr/analog.h [new file with mode: 0644]
drivers/avr/glcdfont.c [new file with mode: 0644]
drivers/avr/pro_micro.h [new file with mode: 0644]
drivers/avr/ssd1306.c [new file with mode: 0644]
drivers/avr/ssd1306.h [new file with mode: 0644]
drivers/avr/ws2812.c [new file with mode: 0644]
drivers/avr/ws2812.h [new file with mode: 0644]
keyboards/atreus62/pro_micro.h [deleted file]
keyboards/handwired/promethium/rgbsps.c
keyboards/handwired/promethium/rules.mk
keyboards/lets_split/common/glcdfont.c [deleted file]
keyboards/lets_split/pro_micro.h [deleted file]
keyboards/lets_split/ssd1306.c [deleted file]
keyboards/lets_split/ssd1306.h [deleted file]
keyboards/nyquist/pro_micro.h [deleted file]
keyboards/orthodox/pro_micro.h [deleted file]
keyboards/orthodox/ssd1306.c [deleted file]
keyboards/orthodox/ssd1306.h [deleted file]
quantum/analog.c [deleted file]
quantum/analog.h [deleted file]
quantum/light_ws2812.c [deleted file]
quantum/light_ws2812.h [deleted file]
quantum/rgblight.h
tmk_core/avr.mk