diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-06 07:57:55 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-10-09 15:21:37 -0400 |
commit | 1df10ae3bfc146805c75b06dc0c126cd1ef3a60a (patch) | |
tree | b4585fac728f4f729b8796bcf711682919a66b9b /keyboards/planck/keymaps/default/config.h | |
parent | 5a127293e7dfb348102afcb47d0e21b6fefad50a (diff) |
Update default Planck layout to be more in line with standard conventions
Diffstat (limited to 'keyboards/planck/keymaps/default/config.h')
-rw-r--r-- | keyboards/planck/keymaps/default/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/planck/keymaps/default/config.h b/keyboards/planck/keymaps/default/config.h index fbd2fdb272..6fa31cc8a7 100644 --- a/keyboards/planck/keymaps/default/config.h +++ b/keyboards/planck/keymaps/default/config.h @@ -1,7 +1,4 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "config_common.h" +#pragma once #ifdef AUDIO_ENABLE #define STARTUP_SONG SONG(PLANCK_SOUND) @@ -40,4 +37,3 @@ // Most tactile encoders have detents every 4 stages #define ENCODER_RESOLUTION 4 -#endif |