summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi
Commit message (Collapse)AuthorAgeFilesLines
...
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-148-32/+32
| |
* | Remove broken keymap/userspace (#19271)Joel Challis2022-12-104-223/+0
|/
* Refactor some led_set_kb instances (#19179)Joel Challis2022-12-091-22/+10
| | | | | | | | | * 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>
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-2/+2
|
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-123-125/+3
|\
| * Eric Gebhart user space and keymaps (#17487)Eric Gebhart2022-11-113-125/+3
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0620-34/+34
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-033-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
* | Normalise Unicode keycodes (#18898)Ryan2022-10-316-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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
* | Remove rgblight_list.h (#18878)Ryan2022-10-272-11/+11
| | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-275-7/+7
| |
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1
| |
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-1/+1
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2010-12/+12
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Remove legacy Debug keycode (#18769)Ryan2022-10-194-5/+5
| | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-172-2/+2
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-166-11/+11
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1536-74/+74
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-1510-56/+100
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-1313-16/+16
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-1316-1072/+0
| |
* | Remove keymaps that still reference legacy macros (#18690)Joel Challis2022-10-134-78/+0
| |
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-112-6/+6
| | | | | | | | | | | | | | | | | | * `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-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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-091-10/+10
| |
* | Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-292-7/+7
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-2/+1
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2155-88/+88
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-207-23/+23
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)Ryan2022-08-207-23/+23
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-069-9/+0
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-1/+0
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0614-52/+45
|\|
| * Move keyboard USB IDs and strings to data driven: X (#17925)Ryan2022-08-0614-52/+45
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-133-0/+253
|\|
| * [Keymap] Add RAOEUS keymap for the XD75 (#17456)Zach Rice2022-07-123-0/+253
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-07-024-45/+0
|\|
| * Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem2022-07-024-45/+0
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-241-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-192-51/+30
|\|
| * [Keymap] Update XD75 keymap by markus (#17417)Markus Weimar2022-06-192-51/+30
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-196-6/+6
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1511-16/+16
|
* [Keymap] Xiudi XD75 Finnish/Swedish keymap (#16311)Minna Pallari2022-03-234-0/+100
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-157-18/+0
| | | | (#16655)
* Align existing pca9555 driver to better match mcp23018 API (#16277)Joel Challis2022-02-092-5/+9
|
* Remove half implemented micronucleus bootloader support (#16252)Joel Challis2022-02-061-1/+1
|
* [Keymap] ericgebhart keymap and userspace updates (#15727)Eric Gebhart2022-01-131-136/+33
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Drashna Jael're <drashna@live.com>