summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
Commit message (Collapse)AuthorAgeFilesLines
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-153-3/+1
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-36/+36
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-024-10/+10
|
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-256-1084/+820
|
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-154-654/+504
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1215-812/+763
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-052-31/+37
|
* Move fullsize layouts to data driven (#20317)Ryan2023-04-046-795/+587
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-03-292-492/+102
|\
| * Fix some invalid layout macros (#20256)Ryan2023-03-293-511/+102
| |
* | Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-293-149/+113
| |
* | Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-207-81/+27
| |
* | Remove more empty headers (#20155)Ryan2023-03-1711-112/+0
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-168-21/+0
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move matrix config to info.json, part 6 (#20019)Ryan2023-03-1115-240/+35
| |
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-1/+1
|/
* Remove matrix size defines (#19581)Ryan2023-02-178-30/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-1710-16/+20
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-118-26/+16
|
* Tidy up use of keycode range helpers (#19756)Joel Challis2023-02-101-2/+2
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-1/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0840-114/+53
|
* Debounce defines cleanup (#19742)Ryan2023-02-0310-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-4/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3112-13/+2
|
* Fix functions with empty params (#19647)Ryan2023-01-204-11/+11
| | | | | * Fix functions with empty params * Found a bunch more
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
|
* Remove useless line continuations (#19399)Ryan2022-12-302-16/+16
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-1910-0/+257
|\
| * [Keyboard] Add converter/xmk (#18433)Manna Harbour2022-12-1910-0/+257
| |
* | Fixup build failures. (#19332)Nick Brassel2022-12-151-1/+1
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-8/+8
| |
* | Remove deprecated led_set_kb (#19273)Joel Challis2022-12-141-1/+2
| | | | | | | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
* | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-132-7/+6
|/ | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* Refactor some led_set_kb instances (#19179)Joel Challis2022-12-091-18/+8
| | | | | | | | | * Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove .noci functionality (#19122)Joel Challis2022-11-213-0/+0
|
* 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
| |