aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/runner3680
Commit message (Collapse)AuthorAgeFilesLines
* Trim firmware sizes from default rules.mk, part 3 (#8045)ridingqwerty2020-01-301-6/+6
|
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-199-0/+18
| | | | | | | | | | * Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-209-9/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Cleanup rules.mk for 32U4 keyboards, R-S (#7182)fauxpark2019-10-2811-35/+2
|
* [Keyboard] [runner3680] Fix the number of keys (#6302)omkbd2019-07-1110-30/+39
| | | | | | | | * Fix the number of keys * add RGBLIGHT_LIMIT_VAL * fix RGBLED_NUM and COLS
* [Keyboard] add runner3680 keyboards (#6069)omkbd2019-06-0671-0/+1957
* add runner3680 * Remove unnecessary code