summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi/xd75/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-07-073-0/+96
|\
| * [Keymap] Add zigotica stenai keymap for XD75 keyboard (#21412)Sergi Meseguer2023-07-063-0/+96
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-061-10/+3
| |
* | Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-022-4/+5
| |
* | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-4/+0
| |
* | Unicodemap keycodes rename (#21092)Ryan2023-06-013-3/+3
|/
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-152-2/+1
|
* Remove some use of keymap.h (#20316)Joel Challis2023-04-021-7/+0
|
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
|
* Tidy up use of keycode range helpers (#19756)Joel Challis2023-02-101-1/+1
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-104-135/+29
|\
| * Update buzzlighter1 keymap (#19757)buzzlighter12023-02-094-135/+29
| | | | | | Co-authored-by: zvecr <git@zvecr.com>
* | Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | | | | | | * Fix functions with empty params * Found a bunch more
* | Align definition of unicode_map (#19452)Joel Challis2023-01-012-2/+2
| |
* | Remove useless line continuations (#19399)Ryan2022-12-304-111/+111
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-146-27/+27
| |
* | Remove broken keymap/userspace (#19271)Joel Challis2022-12-104-223/+0
|/
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-2/+2
|
* 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-0613-25/+25
| | | | | | 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-272-4/+4
| |
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-205-7/+7
| |
* | Remove legacy Debug keycode (#18769)Ryan2022-10-193-4/+4
| | | | | | | | | | | | | | | | | | | | | | * `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-162-5/+5
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1517-54/+54
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-152-2/+20
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-133-4/+4
| | | | | | | | | | | | | | | | | | | | | | * `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 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-2140-72/+72
|
* [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-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
| |
* | 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-194-4/+4
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-4/+4
|
* [Keymap] Xiudi XD75 Finnish/Swedish keymap (#16311)Minna Pallari2022-03-234-0/+100
|