X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fv60_type_r%2Fconfig.h;h=e3e00a9f80def8ea9a4b06f50b712983fad29f86;hb=b463415d84867b34f35de2277d419676a602ddb0;hp=703745d56429e9830623bd4ddf32a4b866e6ddf7;hpb=763b26cdb98c2702f7b2f8de239d4edba0fa4065;p=qmk_firmware.git diff --git a/keyboards/v60_type_r/config.h b/keyboards/v60_type_r/config.h index 703745d56..e3e00a9f8 100644 --- a/keyboards/v60_type_r/config.h +++ b/keyboards/v60_type_r/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 REPLACE_WITH_YOUR_NAME +Copyright 2017 benlyall, MechMerlin This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -190,5 +189,3 @@ along with this program. If not, see . /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ //#define MIDI_TONE_KEYCODE_OCTAVES 1 - -#endif