index
:
qmk_firmware
taamas
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keyboards
/
converter
/
usb_usb
Age
Commit message (
Expand
)
Author
2021-02-09
Remove FAUXCLICKY feature (deprecated) (#11829)
Drashna Jaelre
2021-02-06
Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)
Ryan
2021-01-30
remove conflicting NKRO_ENABLE flag
Zach White
2021-01-15
Remove `DESCRIPTION`, B-D (#11513)
Ryan
2020-10-25
Rename keyboard-level readmes to lower-case (#10759)
Erovia
2020-08-29
Better handle LTO_ENABLE (#9832)
Drashna Jaelre
2020-08-29
Update features to use Custom Tapping Term when appropriate (#6259)
Drashna Jaelre
2020-08-29
Bigger combo index (#9318)
Pete Sevander
2020-08-07
Remove HD44780 References, Part 2 (#9918)
James Young
2020-05-30
2020 May 30 Breaking Changes Update (#9215)
James Young
2020-04-28
[Keymap] add chriskopher keymap for usb-usb converter (#8856)
Chris Ko
2020-03-30
Fix hasu usb converter bootloader (#8613)
Joel Challis
2020-02-29
2020 February 29 Breaking Changes Update (#8064)
James Young
2020-01-29
Trim firmware sizes from default rules.mk, part 1 (#8027)
ridingqwerty
2020-01-19
Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)
fauxpark
2020-01-09
Ensure `PROGMEM` is present on default keymaps (#7836)
fauxpark
2019-10-31
Miscellaneous rules.mk cleanups (#7212)
fauxpark
2019-10-16
[Keymap] Add narze keymap for usb-usb converter (#6881)
Manassarn "Noom" Manoonchai
2019-10-16
[Keyboard] Update formatting of README for usb_usb (#7037)
Duncan Elliot
2019-10-05
Cleanup rules.mk for 32U4 keyboards, A-F (#6804)
fauxpark
2019-07-22
[Keyboard] Backport two fixes from TMK: usb-usb converter (#6383)
Michael Pishchagin
2019-03-19
Cleanup Default Keymaps (#5442)
Drashna Jaelre
2019-03-03
[Keyboard] matrix_init_user shouldn't call itself (#5298)
Ray Cielencki
2019-03-03
[Keyboard] Add support for matrix_scan_user to usb-usb converter (#5291)
Ray Cielencki
2019-02-18
Remove CUSTOM_MATRIX option from diode direction (#5090)
zvecr
2019-02-04
Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)
Konstantin Đorđević
2019-01-26
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
Drashna Jaelre
2019-01-13
Modified URLs to point to new locations
Jeremy Bernhardt
2018-11-03
converter/usb_usb Refactor and Configurator support (#4345)
noroadsleft
2018-09-28
Second attempt to reduce the size of the USB BLE Converter (#4010)
Drashna Jaelre
2018-09-28
Optimize size of USB_USB BLE Converter
Drashna Jaelre
2018-08-26
add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)
Michael F. Lamb
2017-11-27
Updates bootloader settings, adds file size check (#2029)
Jack Humbert
2017-11-08
restructure converters (#1825)
Balz Guenat
2017-10-15
Added BLE support for USB-USB converter. (#1824)
Benjamin Dengler
2017-10-14
Make arguments redo, subproject elimination (#1784)
Jack Humbert
2017-09-27
remove all makefiles from keyboard directories
Jack Humbert
2017-08-19
remove dead links, add troubleshooting section
Balz Guenat
2017-08-19
Update USB-USB converter README according to #1588
Balz Guenat
2017-08-15
cleanup usb-usb converter code
Balz Guenat
2017-08-15
add RESET to keymap
Balz Guenat
2017-08-15
convert keymap into qmk-style
Balz Guenat
2017-08-15
wow, it builds! added empty matrix.c and moved custom matrix code to custom_m...
Balz Guenat
2017-08-15
add extern "C" to matrix.cpp
Balz Guenat
2017-08-15
some major steps toward making the usb-usb converter work
Balz Guenat
2017-08-15
remove unused variables from makefile
Balz Guenat
2017-08-15
small changes following Jack's advice.
Balz Guenat
2017-08-15
start working on usb-usb converter port
Balz Guenat