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.
MechMerlin 5346cb2d20 Support both AVR and ps2avrGB targets for new_project script (#2811)
* Stopping point at creating targets for new_project script

* Add second argument for target

* Add the ps2avrgb target

* consider the case where the firmware type target is not valid

* fix template files to be more generic

* Code cleanup

* Change variable name to be more descriptive

* make avr the default

* forgot to put the template files in

* Take out useless comments

* add usage info
8 years ago
..
api Merge ChibiOS and LUFA descriptor support (#2362) 8 years ago
audio Added command history to terminal with other bug fixes, added new song to song_list.h (#2855) 8 years ago
keymap_extras Add Support for Software Workman (#2632) 8 years ago
process_keycode updated music mask 8 years ago
serial_link
template Support both AVR and ps2avrGB targets for new_project script (#2811) 8 years ago
tools
visualizer move lcd_backlight_keyframes to correct location 8 years ago
api.c
api.h
color.c Adds IS31FL3731 RGB Matrix Implementation (#2910) 8 years ago
color.h Adds IS31FL3731 RGB Matrix Implementation (#2910) 8 years ago
config_common.h clean-up planck and preonic keymaps, move audio stuff around 8 years ago
dynamic_macro.h Fix dynamic macros on ChibiOS keyboards 8 years ago
fauxclicky.c Faux clicky bug fixes 9 years ago
fauxclicky.h Faux clicky bug fixes 9 years ago
keycode_config.c Fix #1566 - NKRO reseting issue 8 years ago
keycode_config.h Allow mod swapping for mod tap (MT) (#1202) 9 years ago
keymap.h Merge ChibiOS and LUFA descriptor support (#2362) 8 years ago
keymap_common.c Add macro for momentarily switching to a layer while some mods are active (#2460) 8 years ago
led_tables.c Move CIE1931 and breathing tables to its own file 9 years ago
led_tables.h Move CIE1931 and breathing tables to its own file 9 years ago
matrix.c
pincontrol.h
pointing_device.c Added Dichotemy Keyboard, updated docs for Pointing Device (#1817) 8 years ago
pointing_device.h Fix Pointing Device code (#1934) 8 years ago
quantum.c Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 8 years ago
quantum.h Adds IS31FL3731 RGB Matrix Implementation (#2910) 8 years ago
quantum_keycodes.h Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 8 years ago
rgb.h Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 8 years ago
rgb_matrix.c General RGB matrix fixes (#2931) 8 years ago
rgb_matrix.h General RGB matrix fixes (#2931) 8 years ago
rgblight.c Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 8 years ago
rgblight.h Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 8 years ago
rgblight_list.h Fix commands and update my userspace (for testing) 8 years ago
rgblight_types.h Fixed rgblight_types.h 9 years ago
send_string_keycodes.h Updates send_string functionality, adds terminal feature (#1657) 8 years ago
variable_trace.c
variable_trace.h