summaryrefslogtreecommitdiff
path: root/keyboards/k_type
Commit message (Collapse)AuthorAge
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-17
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-15
| | | | | | | | | | | | | | | | | | | | * Copy Chibios serial_usb_driver into the chibios/protocol It's renamed to usb_driver to avoid name conflicts * Make the usb driver compile * Disable ChibiOS serial usb driver for all keyboards * Change usb_main to use QMKUSBDriver * Initialize the usb driver buffers * Add support for fixed size queues * Fix USB driver initialization * Don't transfer an empty packet for fixed size streams
* Add readme for "major" keyboards to eliminate more QMK Configurator errors ↵MechMerlin2018-04-08
| | | | | | | | | | | | (#2718) * add readme to ktype keyboard * add readme to m10a * add readme to mini1800 * add readme to parent directory
* Pull information from config.h and rules.mk (#2711)skullydazed2018-04-07
| | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer
* Update input:club boards to use the proper vendor and deviceKaleb Elwert2018-04-04
|
* Update whitefox to use the K-Type teensy workaroundKaleb Elwert2018-04-03
|
* Update info.json (#2574)MechMerlin2018-03-21
| | | Change name from LAYOUT to KEYMAP.
* Add configurator support (info.json) for Input Club K-Type (#2571)MechMerlin2018-03-20
| | | | | | * Add configurator support for Input Club K-Type * update info.json to remove bootloader and add mcu
* Set unused USB serial buffer to 1 byte to save memoryFred Sundvik2018-02-12
|
* Fix call to memset for various keyboardsKaleb Elwert2018-01-12
|
* k_type: add belak keymapKaleb Elwert2017-12-19
|
* Initial K-Type support (#1963)Kaleb Elwert2017-12-14
* Initial K-Type support * Copy PJRC_TEENSY_3_1 to work around watchdog issues * K-Type: Remove bootloader offset in rules.mk * Ensure matrix and scan quantum functions are called when needed This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4