summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/space65/info.json
AgeCommit message (Collapse)Author
2022-07-27Move keyboard USB IDs and strings to data driven: G (#17818)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2020-06-30Add more missing info.json layouts (#9595)Ryan
2019-10-09Gray Studio Space65 Configurator Layout fix (#6987)noroadsleft
- LAYOUT_65_ansi_blocker data was actually LAYOUT's data. - added actual LAYOUT_65_ansi_blocker data
2019-09-2565 ansi blocker everywhere (everywhere I can find) (#6805)MechMerlin
* e6.5 actually already had a 65_ansi_blocker LAYOUT macro, so just had to enable in rules. * Add the 65_ansi_blocker LAYOUT macro and enable in rules.mk * rename LAYOUT macro in .h and in the keymap.c as it was only a default keymap. Also enable in rules.mk * rename but also had to define the existing LAYOUT macro as the new one to prevent breakage of existing keymaps * add 65_ansi_blocker support for vinta * forgot to update the info.json on these * add new default layout 65_ansi_blocker support to alt * add 65_ansi_blocker support * undo changes
2019-01-31Space65 Updates (#5008)MechMerlin
* update reset sequence info * fix my rgb underglow led number flub * add a more sensible keymap * add caps lock led support * remove unused #define * swap the spacebar sizes around to match the space65 * use vomindoraan's suggestion in PR to use IS_LED_ON
2019-01-29[Keyboard] Gray Studio Space 65 Support (#5001)MechMerlin
* initial commit * get rid of vanilla code, and fix formatting * write up a nice looking readme * add in pins and enable features * define keymap and switch/physical matrix * add QMK Configurator support * switch to bootmagic lite to decrease file size