summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/think65
AgeCommit message (Collapse)Author
2021-07-02[Keymap] Think6.5v2 keymap with working caps-lock indicator (#12709)Qiaowei Tang (Joel)
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-04-15update readme (#12322)MechMerlin
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre
2021-01-18Remove `DESCRIPTION`, E-G (#11574)Ryan
2020-11-17Refactor to use led config - Part 2 (#10906)Joel Challis
* Refactor to use led config * Refactor to use led config * Refactor to use led config
2020-11-04[Keymap] add brandonschlack userspace and keymaps (#10411)Brandon Schlack
2020-11-02Enable extrakeys, mousekeys for all VIA keymaps. (#10740)kaylanm
2020-09-07Remove HD44780 References, Part 3 (#10238)James Young
* remove HD44780_ENABLE rules: G-H * remove HD44780_ENABLE config: G-H
2020-08-29Better handle LTO_ENABLE (#9832)Drashna Jaelre
* Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
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
2020-01-21[Keyboard] Think 6.5 Soldered Matrix Fix (#7952)MechMerlin
* both backspace and left shift matrix positions off by one * update the led_update routine * update readme * Update keyboards/gray_studio/think65/solder/solder.c
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>