summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2020-03-21Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis
2020-03-20Update JIS keymap and sendstring LUT (#8457)Ryan
2020-03-19Fix missing deprecated keycodes for keymap_swedish (#8483)Ryan
2020-03-18Update Programmer Dvorak keymap and add sendstring LUT (#8456)Ryan
2020-03-17Update UK keymap and sendstring LUT (#8458)Ryan
2020-03-16Update Italian keymap and add sendstring LUT (#8438)Ryan
2020-03-16Update German keymap and sendstring LUT (#8437)Ryan
2020-03-16Update French keymap and sendstring LUT (#8436)Ryan
2020-03-16Update Brazilian keymap and add sendstring LUT (#8435)Ryan
2020-03-16Update Belgian keymap and sendstring LUT (#8349)Ryan
2020-03-16Update Slovenian keymap and add sendstring LUT (#8350)Ryan
2020-03-16Update Norman keymap and sendstring LUT (#8404)Ryan
2020-03-16Update Plover keymap (#8405)Ryan
2020-03-14format code according to conventions [skip ci]QMK Bot
2020-03-14Realign dynamic macros with recent SEND_STRING changes (#8407)Wilba
2020-03-13Add Portuguese keymap and sendstring lookup tables (#8390)Luís Oliveira
2020-03-12Update Swedish keymap and add sendstring LUT (#8365)Ryan
2020-03-12Update Spanish keymap and sendstring LUT (#8364)Ryan
2020-03-10format code according to conventions [skip ci]QMK Bot
2020-03-10Feature: RGBLight layers (#7768)Nathan Gray
2020-03-10Refactor rgblight_reconfig.h (#7773)Takeshi ISHII
2020-03-09Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan
2020-03-09Update Dvorak, Colemak and Workman keycode aliases (#8217)Ryan
2020-03-08Update Norwegian keymap and add sendstring LUT (#8300)Ryan
2020-03-07Backlight - Carve out a better location for private driver functionality (#8329)Joel Challis
2020-03-06Remove unused LED_BREATHING_TABLEzvecr
2020-03-06Refactor more backlight to a common location (#8292)Joel Challis
2020-03-03Update Hungarian keymap and add sendstring LUT (#8220)Ryan
2020-03-03Reduce PROGMEM usage for sendstring LUT (#8109)Ted M Lin
2020-03-01Prune out pure software pwm && custom driver && remove wrapping BACKLIGHT_PIN...Joel Challis
2020-03-01Fix recent clang-format breaking quantum.c (#8282)Joel Challis
2020-03-01format code according to conventions [skip ci]QMK Bot
2020-03-01Remove duplicate BRTG case (#8277)Ryan
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-02-27Add support for delays in send_string. (#8244)Nick Brassel
2020-02-25Split - Avoid race condition during matrix_init_quantum (#8235)Joel Challis
2020-02-25`send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan
2020-02-24A proper `send_string()` for the Unicode feature (#8155)Ryan
2020-02-23Add mouse support to SEND_STRING (#8223)Joel Challis
2020-02-21Add Danish keymap and sendstring LUT (#8218)Ryan
2020-02-21Add Turkish keymap aliases and sendstring LUT (#7676)Ryan
2020-02-21Add Arm Teensys to mcu_selection.mk (#8026)Ryan
2020-02-21Allow 30us matrix delay to be keyboard/user overridable (#8216)Joel Challis
2020-02-17dynamic keymap sanity check (#8181)Wilba
2020-02-16Convert f072 backlight build error to message (#8177)Joel Challis
2020-02-13Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis
2020-02-12Align split_common/matrix.c with matrix.c (#8153)Joel Challis
2020-02-04Reduce SPLIT_USB_TIMEOUT by 500ms (#7637)Joel Challis
2020-02-04Relocate grave keycode processing (#8082)Joel Challis
2020-01-26Ensure setPinInput actually sets input high-Z (#6237)Mikkel Jeppesen