diff options
author | Drashna Jaelre <drashna@live.com> | 2019-01-29 09:09:10 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-05 14:58:42 -0700 |
commit | c9a2d9d1aa8bb5f257954ea0569f707c0ae758b0 (patch) | |
tree | bbe262381470bc1269692e93fada800160ecc9aa /keyboards/orthodox/keymaps/oscillope | |
parent | a615a2ae93107c5f4ddcb447a562af1a721a00d9 (diff) | |
download | qmk_firmware-c9a2d9d1aa8bb5f257954ea0569f707c0ae758b0.tar.gz qmk_firmware-c9a2d9d1aa8bb5f257954ea0569f707c0ae758b0.zip |
Additional cleanup of orthodox files and keymaps
Diffstat (limited to 'keyboards/orthodox/keymaps/oscillope')
-rw-r--r-- | keyboards/orthodox/keymaps/oscillope/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/orthodox/keymaps/oscillope/config.h b/keyboards/orthodox/keymaps/oscillope/config.h index 3b1fd50007..edd5d74b77 100644 --- a/keyboards/orthodox/keymaps/oscillope/config.h +++ b/keyboards/orthodox/keymaps/oscillope/config.h @@ -19,10 +19,8 @@ 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_USER_H -#define CONFIG_USER_H +#pragma once -#include "config_common.h" /* Use I2C or Serial, not both */ @@ -37,5 +35,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define TAPPING_TERM 200 #define TAPPING_TOGGLE 3 - -#endif |