summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/space65
AgeCommit message (Collapse)Author
2020-01-30Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty
2020-01-18Added keymap for Space65 (#7562)James Young
* Initial commit * Modified keymap and updated readme. * fixed numbering in readme * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Made requested changes in PR. * Rename README.md to readme.md * swapped media control keys * updated right alt key to apply shift key for emacs * updated R_Alt to remove shift * Updated readme * add layout 2 and rename existing folder to layout 4 - renamed existing folder with directional layout to layout 4 - udpated existing readme - Added layout_60_2 * update flash script per pull request review * Added keymap profile to space65 - This keymap profile is for MacOS with VIM key bindings - See readme for more information * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * remove unnecessary code from keymap * updated keys and cleaned up readme Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-01-16[Keyboard] Graystudio Space65 ISO UK layout and keymap (#7912)Rys Sommefeldt
* ISO UK layout for Graystudio Space65 * Quick line on how to build it in the readme * Update ASCII art layout guide to match reality * Whoops, space is actually K47, not K46 * Rename to 65_iso_blocker and remove uk designation
2020-01-01updated keys and cleaned up readmeWilliam Chang
2019-12-09[Keyboard] Fix 2U backspace key in ansi_blocker layout for GrayStudio ↵Jason Nedell
Space65 keyboard (#7593) * Fix ansi_blocker layout Reposition unused keycode * Update keymap matrix hex code Use match hex code so number matches matrix position Update spacing * Realign keymap to match physical hardware
2019-12-08Merge branch 'feature/billiams_space65' of github.com:billiams/qmk_firmware ↵William Chang
into feature/billiams_space65
2019-12-08remove unnecessary code from keymapWilliam Chang
2019-12-08Update keyboards/gray_studio/space65/keymaps/billiams/keymap.cWilliam Chang
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2019-12-08Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2019-12-08Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2019-12-08Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2019-12-08Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2019-12-07Added keymap profile to space65William Chang
- This keymap profile is for MacOS with VIM key bindings - See readme for more information
2019-10-12Cleanup rules.mk for 32U4 keyboards, G (#6971)fauxpark
* Cleanup rules.mk for 32U4 keyboards, G * Update keyboards/gray_studio/cod67/rules.mk
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-07-20[Keyboard] Update space65.c to fix caps lock LED (#6375)trinity1561
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
2019-02-11[Keyboard] Space65: RGB Animations on by default (#5097)MechMerlin
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-30space65-5001 init, small corrections to the total number of leds (#5006)Othi
2019-01-30Fix link and name spelling in Space65's readme (#5004)Konstantin Đorđević
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