diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-02-15 20:55:54 -0500 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2021-02-15 20:55:54 -0500 |
commit | d36dbe66e1b9146df85586b46c58e51a3dbb3653 (patch) | |
tree | f1e8f2e518e7583b7fc4162c7f06c1193844d927 /keyboards/amj40/config.h | |
parent | b0e161e33d8ec030c6965daa57a76ec70b1a1122 (diff) | |
parent | 3fed8bced718e24e414c0d5736554d7988235b20 (diff) | |
download | qmk_firmware-d36dbe66e1b9146df85586b46c58e51a3dbb3653.tar.gz qmk_firmware-d36dbe66e1b9146df85586b46c58e51a3dbb3653.zip |
Merge branch 'master' into develop
Diffstat (limited to 'keyboards/amj40/config.h')
-rwxr-xr-x | keyboards/amj40/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/amj40/config.h b/keyboards/amj40/config.h index f445107eee..7fce438337 100755 --- a/keyboards/amj40/config.h +++ b/keyboards/amj40/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 CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -87,5 +86,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 |