summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-0736-2154/+0
|
* Merge upstream masterlokher2022-12-0636-0/+2154
|\
| * Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0616-16/+16
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-207-7/+7
| |
| * Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-205-5/+5
| | | | | | | | | | | | | | | | | | | | | | * `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 keycodes, part 6 (#18740)Ryan2022-10-162-2/+2
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
| * Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1511-12/+12
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
| * Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-159-21/+90
| |
| * Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
| |
* | Remove non-Keychron keyboardslokher2022-09-13121-5169/+0
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2113-14/+14
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-155-43/+14
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)Ryan2022-08-155-43/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-072-2/+2
|\|
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-072-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-067-7/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-3016-58/+52
|\|
| * Move keyboard USB IDs and strings to data driven: E (#17815)Ryan2022-07-3016-58/+52
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-2/+2
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1518-18/+18
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-152-8/+0
| | | | (#16655)
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-144-32/+32
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Fix up build options comments (#15463)Ryan2021-12-122-2/+2
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-099-16/+9
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-092-38/+0
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-019-16/+0
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* 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.
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-4/+2
|
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-294-4/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-304-4/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-262-106/+0
|\|
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-262-106/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-261-1/+0
|\|
| * Remove references to KBFirmware JSON Parser (#14608)James Young2021-09-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove refs: exclusive/e85/soldered * remove refs: handwired/bigmac * remove refs: handwired/boss566y/redragon_vara * remove refs: handwired/marauder * remove refs: id67 * remove refs: kprepublic/bm60rgb * remove refs: playkbtw/helen80 * remove refs: sam/sg81m * remove refs: sawnsprojects/satxri6key * remove refs: yncognito/batpad
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2614-1464/+426
|\|
| * Exclusive E6 RGB Refactor (#14604)James Young2021-09-2614-1464/+426
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-216-6/+6
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-216-6/+6
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-205-5/+5
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-205-5/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-127-7/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-127-7/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-1210-28/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-1210-28/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-102-2/+2
|\|
| * Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-102-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-108-56/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-108-56/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-052-54/+0
|\|