diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2020-10-29 13:46:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 01:16:51 -0700 |
commit | 36f4f1e9b819dccf4efda6d88b0c086768ddbd63 (patch) | |
tree | 0be3404b219530bbf627efb3b4113f8ca54ab352 /keyboards/redox/config.h | |
parent | f487b726cd31f51f652f0c498e9767118faeff10 (diff) |
[Keyboard] Redox via support added (#10710)
* add via config for Redox OG
* Fix name typo
* clean up via file and move to via pull
* fix typo in readme, align config.h properly
Diffstat (limited to 'keyboards/redox/config.h')
-rw-r--r-- | keyboards/redox/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/redox/config.h b/keyboards/redox/config.h index 96f57f25eb..79316dd083 100644 --- a/keyboards/redox/config.h +++ b/keyboards/redox/config.h @@ -17,4 +17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" +#include "config_common.h"
\ No newline at end of file |