aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cospad/info.json
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Cospad refactor (#7957)fauxpark2020-01-211-90/+102
| | | | | | | | | | | | * Cospad refactor * Add num lock indicator code * Add led_init_ports() * Revert change to matrix position blanks * Define BACKLIGHT_ON_STATE explicitly, in anticipation of PR6749
* Refactor cospad to current standards and enable support for backlight ↵zvecr2019-04-241-24/+52
| | | | keycodes (#5582)
* Cospad Configurator and readme update (#4663)noroadsleft2018-12-151-13/+64
| | | | | | | | | | | | | | | * Cospad: Configurator update - added LAYOUT_gamepad_6x4 data - renders as 4 rows by 6 columns visually - fixed LAYOUT_numpad_6x4 data - JSON objects were in the wrong order * Cospad: readme update - markdown formatting fixes - made Hardware Availability address a hyperlink - updated Docs links
* Cospad QMK Configurator support and refactor (#3319)MechMerlin2018-07-051-0/+16
* Refactor KEYMAP to LAYOUT standards - Change KEYMAP to LAYOUT_ortho - Added a new LAYOUT called LAYOUT_numpad * Use the new LAYOUT_numpad macro * Add QMK Configurator support * Change LAYOUT names as per code review * Change positioning of keys in the matrix * fix compile issue