diff options
Diffstat (limited to 'keyboards/chimera_ortho/config.h')
| -rw-r--r-- | keyboards/chimera_ortho/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/chimera_ortho/config.h b/keyboards/chimera_ortho/config.h index b10358987..974502525 100644 --- a/keyboards/chimera_ortho/config.h +++ b/keyboards/chimera_ortho/config.h | |||
| @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_H | 18 | #pragma once |
| 19 | #define CONFIG_H | ||
| 20 | 19 | ||
| 21 | #include "config_common.h" | 20 | #include "config_common.h" |
| 22 | 21 | ||
| @@ -66,5 +65,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | UCSR1B = _BV(TXEN1) | _BV(RXEN1); \ | 65 | UCSR1B = _BV(TXEN1) | _BV(RXEN1); \ |
| 67 | /* 8-bit data */ \ | 66 | /* 8-bit data */ \ |
| 68 | UCSR1C = _BV(UCSZ11) | _BV(UCSZ10); | 67 | UCSR1C = _BV(UCSZ11) | _BV(UCSZ10); |
| 69 | |||
| 70 | #endif | ||
