summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/think65/solder/keymaps
AgeCommit message (Collapse)Author
2024-02-19Manual user keymap removal (#23104)Joel Challis
2023-12-18Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel
2023-11-27Remove userspace keymaps (#22544)Joel Challis
2023-01-29Remove deprecated Quantum keycodes (#19712)Ryan
2023-01-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-23[Keymap] Add youturn/yt keymap for think65 (#19300)youturn45
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>
2022-12-30Remove useless line continuations (#19399)Ryan
2022-10-27Remove `KC_DELT` (#18882)Ryan
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-12-09Remove empty config.h from default-ish keymaps (#15429)Ryan
2021-07-02[Keymap] Think6.5v2 keymap with working caps-lock indicator (#12709)Qiaowei Tang (Joel)
Co-authored-by: Drashna Jaelre <drashna@live.com>
2020-11-04[Keymap] add brandonschlack userspace and keymaps (#10411)Brandon Schlack
2020-11-02Enable extrakeys, mousekeys for all VIA keymaps. (#10740)kaylanm
2020-02-12VIA support for the Think6.5 (#8118)Rys Sommefeldt
* VIA support for Think6.5 * VIA support for Think6.5 Hotswap * VIA works better with separate layout options * Remove the colours used to help develop it in KLE * Pay better attention to the JSON linter * Update Think6.5 PRODUCT and remove VIA JSON defs
2019-12-18[Keymap] Custom user keymap for Think6.5 with LED range control (#7603)Rys Sommefeldt
* ISO layout for the soldered Think6.5 PCB * Think6.5 personal layout readme * Add personal Think6.5 user map with LED group cycling * Add default case to process_record_user * Make the ASCII diagram match the layer properly * Relocate KC_NUHS to the home row for consistency * Add LAYOUT_65_iso_badge to info.json * Wire up the badge LEDs as capslock LEDs * Remove unused keymap variable
2019-12-09[Keyboard] Think6.5 Default Keymap Cleanup (#7594)MudkipMao
2019-10-29[Keyboard] Think 6.5 (#7199)MechMerlin
* generated files * create the physical and electrical matrix, thanks noroadsleft * add an appropriate keymap * add qmk configurator support * add readme * add keyboard configuration and rules * move over the think6.5 to the gray_studio directory * move to hotswap in anticipation of non hotswap pcb support * update readme to have the correct make path * rename to hotswap * add community layout support by using the LAYOUT_65_ansi_blocker LAYOUT macro name * thanks to cygnus for pointing out the solder json file to me. This commit is pretty much the same as the hotswap as it uses the same pins and switch matrix. * update readme to state that LAYOUT_65_ansi_blocker works for both hotswap and solder. * wrong pound include * add LED support. Soldered PCB only supports caps lock LED * add readme notes for indicator led * Update keyboards/gray_studio/think65/hotswap/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/gray_studio/think65/hotswap/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/gray_studio/think65/hotswap/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/gray_studio/think65/solder/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/gray_studio/think65/solder/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/gray_studio/think65/solder/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>