diff options
author | Mattia Dal Ben <mattdibi@users.noreply.github.com> | 2018-10-27 18:40:28 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-27 09:40:28 -0700 |
commit | 9ea01035202e0d9b43413537702ac77b4c32108c (patch) | |
tree | b1aa46898c47b6bd994a2ca490512ff36d704802 /keyboards/redox/rev1/config.h | |
parent | 569545a78f24644b1b130369d53932f7f46a588a (diff) |
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/rev1/config.h')
-rw-r--r-- | keyboards/redox/rev1/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/redox/rev1/config.h b/keyboards/redox/rev1/config.h index fe951f7226..f4ccbd2fd5 100644 --- a/keyboards/redox/rev1/config.h +++ b/keyboards/redox/rev1/config.h @@ -15,8 +15,7 @@ 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 REV1_CONFIG_H -#define REV1_CONFIG_H +#pragma once #include "config_common.h" @@ -82,5 +81,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - -#endif |