aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/runner3680/4x7
Commit message (Collapse)AuthorAgeFilesLines
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-191-0/+2
| | | | | | | | | | * 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-201-1/+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-281-1/+0
|
* [Keyboard] [runner3680] Fix the number of keys (#6302)omkbd2019-07-111-4/+5
| | | | | | | | * Fix the number of keys * add RGBLIGHT_LIMIT_VAL * fix RGBLED_NUM and COLS
* [Keyboard] add runner3680 keyboards (#6069)omkbd2019-06-067-0/+192
* add runner3680 * Remove unnecessary code