summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-295-5/+5
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-6/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-234-0/+166
|\
| * [Keymap] Add youturn/yt keymap for think65 (#19300)youturn452023-01-234-0/+166
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local>
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-108-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | [Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre2023-01-011-10/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-3010-0/+568
|\|
| * [keyboard]Add Graystudio Space65 R3 (#18909)Yizhen Liu2022-12-3010-0/+568
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove useless line continuations (#19399)Ryan2022-12-304-60/+60
|/
* jsonify some info.json (#19146)Joel Challis2022-11-251-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-1912-0/+335
|\
| * [Keyboard] GrayStudio Aero75 Hotswap (#18883)Yizhen Liu2022-11-1912-0/+335
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-1/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2010-11/+11
| |
* | 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 keycodes, part 5 (#18710)Ryan2022-10-153-3/+3
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-156-40/+60
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-1/+1
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-219-10/+10
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
|
* Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-2712-46/+41
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1511-11/+11
|
* [Keyboard] Graystudio Apollo80 (#16469)ChrisBeswick2022-03-2211-0/+429
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* [Keymap] added keymap conor with rgb layers (#15234)Conor Burns2022-01-143-0/+119
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-142-24/+24
| | | | | | | * 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-121-1/+3
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-094-8/+4
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-093-57/+0
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-014-8/+0
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-053-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 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-261-52/+0
|\|
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-261-52/+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 'upstream/master' into developfauxpark2021-09-214-4/+4
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-214-4/+4
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-201-1/+1
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-124-4/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-124-4/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-125-16/+2
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-125-16/+2
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-101-1/+1
|\|
| * Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-105-35/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-105-35/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-054-62/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-054-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z