summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
AgeCommit message (Expand)AuthorFilesLines
2019-04-15[Keyboard] IBM Model M (ANSI/ISO) Teensy 2.0++ conversion (#5560)iw0rm3r12-0/+500
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-5/+2
2019-03-03[Keyboard] matrix_init_user shouldn't call itself (#5298)Ray Cielencki1-1/+0
2019-03-03[Keyboard] Adding Numeric Keypad //e converter (#5294)Adam Newbold12-0/+477
2019-03-03[Keyboard] Add support for matrix_scan_user to usb-usb converter (#5291)Ray Cielencki1-0/+21
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr1-1/+1
2019-02-15Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević4-5/+1
2019-02-05Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)Konstantin Đorđević9-117/+96
2019-02-02[Keyboard] ADB converter lock LED fix (#5035)Peter Roe4-11/+7
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević5-18/+18
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-4/+0
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt2-2/+2
2018-12-15converter/xt_usb: Configurator support (#4657)noroadsleft1-0/+229
2018-12-15Configurator support for Sun Type 3 and Type 5 USB converters (#4656)noroadsleft2-0/+490
2018-12-15converter/palm_usb/stowaway: Configurator support (#4655)noroadsleft1-0/+83
2018-12-15converter/ibm_5291: Configurator support and readme cleanup (#4654)noroadsleft2-7/+100
2018-12-07Keyboard: Palm serial keyboard USB converter (#4485)milestogo7-0/+772
2018-12-04Invalid JSON (#4547)Yan-Fa Li1-1/+1
2018-11-26Keyboard: 5291 firmware to replace the existing soarers controller firmware (...listofoptions10-0/+875
2018-11-13converter/m0110_usb Configurator support and readme cleanup (#4421)noroadsleft2-9/+181
2018-11-13converter/ibm_terminal Refactor and Configurator support (#4414)noroadsleft8-83/+305
2018-11-04converter/adb_usb Configurator support and adb_usb.h cleanup (#4348)noroadsleft2-6/+210
2018-11-04converter/usb_usb Refactor and Configurator support (#4345)noroadsleft5-88/+537
2018-10-23Keyboard: Ported ADB-to-USB converter from TMK to QMK (#3931)Peter Roe10-0/+687
2018-10-22Keyboard: Port of TMK XT USB Converter (#3619)markspanbroek9-0/+677
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre4-4/+4
2018-10-15Keymap: add sun_usb keymap for sigma (#4138)Yann Hodique3-0/+44
2018-10-15Keyboard: Make type 5 the default sun keyboard. (#4137)Yann Hodique1-0/+2
2018-10-12port sun_usb converter from tmkYann Hodique12-0/+785
2018-09-29Keyboard: converter/hp_46010a: rename layout macro to LAYOUT (#4024)noroadsleft1-3/+1
2018-09-29Keyboard: converter/hp_46010a: Configurator support (#4017)noroadsleft1-0/+115
2018-09-29Second attempt to reduce the size of the USB BLE Converter (#4010)Drashna Jaelre3-289/+3
2018-09-28Optimize size of USB_USB BLE ConverterDrashna Jaelre2-4/+24
2018-09-24Keyboard: HP 46010A converter (#3967)listofoptions8-0/+519
2018-08-26add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb1-2/+2
2018-08-02Keyboard: M0110 converter ported from TMK (#3556)techsock7-0/+530
2018-04-19Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 READ...Kenneth Aloysius1-1/+1
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert2-11/+6
2017-11-08restructure converters (#1825)Balz Guenat20-45/+86
2017-10-16Added BLE support for USB-USB converter. (#1824)Benjamin Dengler4-0/+124
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert5-18/+15
2017-09-27remove all makefiles from keyboard directoriesJack Humbert7-69/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed2-0/+44
2017-08-19remove dead links, add troubleshooting sectionBalz Guenat1-6/+13
2017-08-19Update USB-USB converter README according to #1588Balz Guenat1-51/+34
2017-08-16cleanup usb-usb converter codeBalz Guenat14-427/+393
2017-08-16add RESET to keymapBalz Guenat2-2/+2
2017-08-16convert keymap into qmk-styleBalz Guenat2-67/+69
2017-08-16wow, it builds! added empty matrix.c and moved custom matrix code to custom_m...Balz Guenat3-1/+2
2017-08-16add extern "C" to matrix.cppBalz Guenat1-121/+125