aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/space65/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Fix 2U backspace key in ansi_blocker layout for GrayStudio ↵Jason Nedell2019-12-091-14/+14
| | | | | | | | | | | | | | | 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
* Space65 Updates (#5008)MechMerlin2019-01-311-3/+3
| | | | | | | | | | | | | | | | * 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
* [Keyboard] Gray Studio Space 65 Support (#5001)MechMerlin2019-01-291-0/+73
* 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