aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cospad/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Cospad refactor (#7957)fauxpark2020-01-211-10/+7
| | | | | | | | | | | | * 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
* Cospad Configurator and readme update (#4663)noroadsleft2018-12-151-3/+3
| | | | | | | | | | | | | | | * 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
* Add COSPAD to QMK and add functions to read HSV (#2156)kamisamamizu2017-12-171-0/+21
* Added functions to read HSV values I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places. They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val(). * Create keymap.c * Add COSPAD support to QMK I have ported the COSPAD numpad to qmk. * Update readme.md * Update cospad.c