summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/config.h
diff options
context:
space:
mode:
authorMattia Dal Ben <mattdibi@users.noreply.github.com>2018-10-27 18:40:28 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-27 18:40:28 +0200
commit9ea01035202e0d9b43413537702ac77b4c32108c (patch)
treeb1aa46898c47b6bd994a2ca490512ff36d704802 /keyboards/redox/config.h
parent569545a78f24644b1b130369d53932f7f46a588a (diff)
downloadqmk_firmware-9ea01035202e0d9b43413537702ac77b4c32108c.tar.gz
qmk_firmware-9ea01035202e0d9b43413537702ac77b4c32108c.tar.xz
Keyboard: Redox keymaps refactoring (#4258)
* Reconfigured keymap macro to resemble physical layout * Updated italian keymap * Added RGB controls * Updated default keymap * Updated german layout * Updated jeherve keymap * Changed include guards to pragmas * Changed include guards to pragmas in keymaps * Update readme * Fixed unused include * Fixed indentation
Diffstat (limited to 'keyboards/redox/config.h')
-rw-r--r--keyboards/redox/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/redox/config.h b/keyboards/redox/config.h
index 1083ff5f5..96f57f25e 100644
--- a/keyboards/redox/config.h
+++ b/keyboards/redox/config.h
@@ -15,9 +15,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
-
-#endif