summaryrefslogtreecommitdiff
path: root/keyboards/bpiphany/ghost_squid/info.json
AgeCommit message (Collapse)Author
2022-10-22Bathroom Epiphanies Ghost Squid Refactor (#18816)James Young
* refactor default keymap - shorten layer names - KM_QWERTY -> _QW - KM_MEDIA -> _MD - KM_GUI_LOCK -> _GL - use QMK-native keycode aliases - use four-space indent - grid-align keycodes * remove third layer from default keymap The third layer only serves to disable the GUI keys, which we can do with a keycode. * update default keymap readme * ghost_squid.h: add matrix diagram * add LAYOUT_fullsize_ansi * add LAYOUT_fullsize_iso * use LAYOUT_fullsize_iso macro in default keymap Refactor the default keymap to use the new LAYOUT_fullsize_iso macro. * remove LAYOUT macro Same matrix as LAYOUT_fullsize_iso, but in a different assignment order. * enable Community Layout support
2022-07-25Move keyboard USB IDs and strings to data driven: B (#17782)Ryan
2022-02-05Bathroom Epiphanies Ghost Squid: add QMK Configurator data (#16212)James Young