aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/ortho75/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove keyboard level ws2812 spi drivers (#7694)Joel Challis2020-04-061-6/+2
|
* Refactor cannonkeys f103 boards to use core backlight (#8089)Joel Challis2020-04-061-0/+3
| | | | | * Refactor to use core backlight * Remove custom implementation
* Remove "ugly hack in usb_main.c" comments (#8296)Ryan2020-03-021-2/+0
|
* Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-161-1/+0
| | | | | | | | | | | | * Remove the need to set NUM_OF_ENCODERS Instead, calculate the size of the array, and use that instead * Add hack for split common support * Remove NUM_OF_ENCODERS from keyboard config Can be reverted, if needed
* [Keyboard] Add Ortho75 (#6177)Andrew Kannan2019-06-241-0/+82
* Add Ortho75 * fix typo * Add dfu args to rules.mk * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/ortho75/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com>