summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
Commit message (Collapse)AuthorAgeFilesLines
...
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-211-1/+1
|\
| * A1200 Converter. Small modification on a1200.h file (#18783)8bits4ever2022-10-201-1/+1
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-165-7/+7
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1521-49/+49
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720)precondition2022-10-152-8/+8
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-135-5/+5
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-3/+3
| | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Remove legacy international keycodes (#18588)Ryan2022-10-097-23/+23
| |
* | RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-011-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-303-0/+94
|\|
| * [Keymap] Personal user space code and keymaps by ZyBeR (#18512)ZyberSE2022-09-293-0/+94
| | | | | | Co-authored-by: ZyBeR <n/a>
* | Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-061-1/+1
| |
* | Rename keyboards with uppercase letters (#18268)Ryan2022-09-0411-2/+2
| |
* | [Core] Rework PS/2 driver selection (#17892)Marek Kraus2022-08-314-8/+11
|/ | | | | | | | | | | | | | | | | | | | | | | * [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com>
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-4/+4
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-191-1/+0
|\
| * Fix duplicate keys in info.json files (#18107)Joel Challis2022-08-191-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-154-27/+25
|\|
| * ADB to USB converter: split into rev1 and rev2 (#18052)Ryan2022-08-154-27/+25
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-1439-136/+129
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-1439-136/+129
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-067-7/+0
|/
* Remove full bootmagic config (#17701)Joel Challis2022-07-171-3/+0
|
* [Keyboard] Modelm101 teensy2 (#16805)wangfuco2022-07-138-0/+220
| | | | | | | | | | | | | | | | | | | | | | | | * Add modelm101_teensy2 files from modelm101 * Change info.json * Update README.md * Update pin def * Fix file name * Update readme.md * Delete config.h * Apply suggestions from code review * Update keyboards/converter/modelm101_teensy2/config.h * Delete keyboards/converter/modelm101_teensy2/keymaps/iw0rm3r directory * Delete .noci
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-102-0/+8
|\
| * converter/a1200/mistress1200: further firmware shrinking to fit on ↵8bits4ever2022-05-102-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Atmega16U4 (16kb) (#17040) * Create dummy.txt * Add files via upload * Add files via upload * Delete dummy.txt * Update config.h * Update rules.mk * Update keymap.c * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update config.h * Update rules.mk * Update readme.md * Update config.h * Update rules.mk * Update config.h * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | converter/usb_usb: remove surplus commas (#17024)Ryan2022-05-071-5/+5
| |
* | usb-usb converter: community layout support (#16773)Ryan2022-05-074-516/+590
| |
* | 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
| |