aboutsummaryrefslogtreecommitdiff
path: root/keyboards/meira/featherble/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/meira/featherble/config.h')
-rw-r--r--keyboards/meira/featherble/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/meira/featherble/config.h b/keyboards/meira/featherble/config.h
index b3ee95474..24f50ec17 100644
--- a/keyboards/meira/featherble/config.h
+++ b/keyboards/meira/featherble/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef FEATHERBLECONFIG_H 18#pragma once
19#define FEATHERBLECONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -144,5 +143,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
144//#define NO_ACTION_ONESHOT 143//#define NO_ACTION_ONESHOT
145//#define NO_ACTION_MACRO 144//#define NO_ACTION_MACRO
146//#define NO_ACTION_FUNCTION 145//#define NO_ACTION_FUNCTION
147
148#endif