summaryrefslogtreecommitdiff
path: root/keyboards/cospad/cospad.c
AgeCommit message (Collapse)Author
2021-08-22Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159)peepeetee
* reset; redoing my steps; and recommit * include xd002/.noci
2020-11-08Indicator LEDs as config (#10816)Joel Challis
* First pass * Add config options to docs * Update some wording * Slight tidy up of backlight caps logic * Init pin to correct state * Move init location * Reverse default state
2020-01-21[Keyboard] Cospad refactor (#7957)fauxpark
* 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
2019-04-24Refactor cospad to current standards and enable support for backlight ↵zvecr
keycodes (#5582)
2017-12-17Add COSPAD to QMK and add functions to read HSV (#2156)kamisamamizu
* 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