summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi/xd75
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+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-062-7/+6
|\
| * Move keyboard USB IDs and strings to data driven: X (#17925)Ryan2022-08-062-7/+6
| |
* | 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
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-4/+0
| | | | (#16655)
* [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>
* K.O.Y and German layout for several boards (#14991)Paul Scheikl2021-12-276-31/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added accent. * Added keymap for 5x6 dactyl manuform on KOY layout * Added xd75 folder that is not in the main repo anymore? * Added keymap for naked48 on KOY layout * Added keymap for splitreus62 on KOY layout * Added keymap for Dactyl Manuform 4x6 with RGB LEDs and K.O,Y layout * Fixed error where handedness was not correctly determined because of combining vbus pins of both controllers. * Replaced dynamic macros bith backspace and delete. * Changed detecting handedness from detecting usb communication to checking a wired pin. This avoids problems when booting the PC, where VBUS is already high, but no communication is happening -> both halves think they are not master. * Update keyboards/handwired/dactyl_manuform/4x6/keymaps/scheiklp/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c Added copyright * Update config.h * Update rules.mk * Updated files according to PR requests. * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Removed duplicate code. Updated copyright info. * Restored readme Co-authored-by: Drashna Jaelre <drashna@live.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* rename kprepublic bm keyboards to have a standardized naming format (#15047)peepeetee2021-11-188-13/+13
| | | | | | | | | | | * change missed kprepublic readmes * fix xiudi readmes * initial change, see pr description * change readmes * changes names in readmes and device descriptors
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-055-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Update readme files (#14172)Joel Challis2021-08-261-2/+2
|
* Fix merge artifacts (#14146)Joel Challis2021-08-244-0/+223
|
* Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159)peepeetee2021-08-22159-0/+8683
* reset; redoing my steps; and recommit * include xd002/.noci