summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
Commit message (Collapse)AuthorAgeFilesLines
* Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-221-29/+0
|
* [Keyboard] Add converter/a1200/mistress1200 variant (#16634)8bits4ever2022-04-184-5/+90
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* usb-usb converter: fix layout macros (#16769)Ryan2022-04-031-3/+3
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-155-10/+0
| | | | (#16655)
* USB-USB converter cleanup (#16618)Ryan2022-03-1311-169/+41
|
* Remove `matrix_key_count()` (#16603)Ryan2022-03-104-31/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan2022-01-303-4/+4
|
* Align location of some host led logic (#15954)Joel Challis2022-01-221-1/+1
| | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
* Migrate serial_uart usages to UART driver (#15479)Ryan2021-12-1510-143/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate Thermal Printer feature to UART driver * Migrate 40percentclub UT47 to UART driver * Migrate Centromere to UART driver * Migrate Chimera Ergo to UART driver * Migrate Chimera Let's Split to UART driver * Migrate Chimera Ortho to UART driver * Migrate Chimera Ortho Plus to UART driver * Migrate Comet46 to UART driver * Migrate Palm USB converter to UART driver * Migrate Sun USB converter to UART driver * Migrate Dichotomy to UART driver * Migrate Honeycomb to UART driver * Migrate Mitosis to UART driver * Migrate Redox W to UART driver * Migrate Uni660 to UART driver * Migrate Telophase to UART driver
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-143-18/+18
|\
| * Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-143-18/+18
| | | | | | | | | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-134-3/+6
|\|
| * Fix up build options comments (#15463)Ryan2021-12-124-3/+6
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-0917-26/+17
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0917-26/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-096-69/+0
|\|
| * Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-096-69/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-085-12/+4
|\|
| * Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-075-12/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-021-1/+1
|\|
| * Remove manual enable of LTO within keyboards (#15377)Joel Challis2021-12-021-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-0217-31/+1
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0117-31/+1
| |
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-293-18/+0
|/
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-053-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* Align PS/2 GPIO defines (#14745)Joel Challis2021-10-201-27/+6
| | | | | | | | | | | | | * Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format
* Move converter specific tmk_core protocols (#14743)Joel Challis2021-10-079-2/+1552
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-031-0/+3
|\
| * [Keyboard] Add anti-ghosting support to Model M Converter (#14049)tiltowait2021-10-031-0/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-301-1/+0
|\|
| * Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-301-1/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-298-8/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-308-8/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-261-53/+0
|\|
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-261-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-218-8/+8
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-218-8/+8
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-203-3/+3
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-203-3/+3
| |
* | Move Bluetooth config to common_features.mk (#14404)Ryan2021-09-123-5/+3
| | | | | | | | | | | | | | | | | | * Move Bluetooth config to common_features.mk * Update common_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1211-11/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-1211-11/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-1215-33/+1
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-1215-33/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-1/+0
|\|
| * Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)Ryan2021-09-101-1/+0
| |
* | Move non-assignment code to post_rules.mk (#14207)Zach White2021-09-094-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 40percentclub/ut47: move non-assignment code to post_rules.mk * converter/palm_usb: move non-assignment code to post_rules.mk * converter/sun_usb: move non-assignment code to post_rules.mk * dm9records/ergoinu: move non-assignment code to post_rules.mk * ergotaco: move non-assignment code to post_rules.mk * handwired/symmetric70_proto: move non-assignment code to post_rules.mk * hhkb/ansi: move non-assignment code to post_rules.mk * hhkb/jp: move non-assignment code to post_rules.mk * lfkeyboards/lfk78: move non-assignment code to post_rules.mk * lfkeyboards/lfk87: move non-assignment code to post_rules.mk * lfkeyboards/lfkpad: move non-assignment code to post_rules.mk * lfkeyboards/mini1800: move non-assignment code to post_rules.mk * manta60: move non-assignment code to post_rules.mk * mschwingen/modelm: move non-assignment code to post_rules.mk * newgame40: move non-assignment code to post_rules.mk * numatreus: move non-assignment code to post_rules.mk * rgbkb/zen: move non-assignment code to post_rules.mk * rgbkb/zen/rev2: move non-assignment code to post_rules.mk * Revert "handwired/symmetric70_proto: move non-assignment code to post_rules.mk" This reverts commit cffaf0075c3c9b2473a660ba4af8835a9162311b.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-109-63/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-109-63/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-056-116/+0
|\|