qmk-dactyl-manuform-a/quantum
Jack Humbert 9fdc276260
Updates bootloader settings, adds file size check (#2029)
* pull fuse settings for bootloader jump

* fix 32a chips

* make automatic bootloader selection optional

* quantify bootloaders

* fixs #164, speeds up dfu reset

* fix for chips w/o usb

* missing an n

* fix bootloader sizes, use words for addresses

* fix bmini, pearl, and [[ issue, make things quiet

* ignore avr errors on arm for now

* update settings for the light

* document bootloader stuff

* add bootloader title
2017-11-27 23:08:21 -05:00
..
api
audio adds planck light keyboard 2017-11-20 23:37:38 -05:00
keymap_extras
process_keycode Fix for issue https://github.com/qmk/qmk_firmware/issues/1751 2017-10-29 20:05:54 -04:00
serial_link
template update template readme 2017-11-01 21:14:24 -04:00
tools
visualizer make it easy to customize logo image 2017-11-06 12:10:17 -05:00
api.c
api.h
config_common.h
dynamic_macro.h Fix dynamic macros on ChibiOS keyboards 2017-09-30 06:22:24 -10:00
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c
led_tables.c
led_tables.h
matrix.c
pincontrol.h
pointing_device.c Added Dichotemy Keyboard, updated docs for Pointing Device (#1817) 2017-10-10 07:07:59 -10:00
pointing_device.h Fix Pointing Device code (#1934) 2017-10-31 11:13:00 -04:00
quantum.c Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00
quantum.h added SS_LSFT to featured macros 2017-11-20 12:25:42 -05:00
quantum_keycodes.h Added a new keycode for cycling through RBG modes which reverses directions when shift is hold. 2017-10-24 17:02:20 -10:00
rgblight.c Address #1689 by using a formula to define the breathing curve (#1692) 2017-10-17 16:47:49 -07:00
rgblight.h Address #1689 by using a formula to define the breathing curve (#1692) 2017-10-17 16:47:49 -07:00
rgblight_types.h
send_string_keycodes.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
variable_trace.c
variable_trace.h