summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/dz60.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-17 16:10:54 +1000
committerGitHub <noreply@github.com>2020-05-16 23:10:54 -0700
commitd0e684ef55fdcea2019eebdd0dd54903b3d67af3 (patch)
tree7d41ab52ebe65a6eb2b591270c3c8f19493f7a2c /keyboards/dz60/dz60.h
parentf125406700785333cd14c4ed74eefaa7dd26f235 (diff)
DZ60: update to current template & code style (#9113)
Diffstat (limited to 'keyboards/dz60/dz60.h')
-rw-r--r--keyboards/dz60/dz60.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/dz60/dz60.h b/keyboards/dz60/dz60.h
index c5c1c84958..a718c454a0 100644
--- a/keyboards/dz60/dz60.h
+++ b/keyboards/dz60/dz60.h
@@ -1,11 +1,9 @@
-#ifndef DZ60_H
-#define DZ60_H
+#pragma once
#include "quantum.h"
// Corresponding changes to the layout names and/or definitions must also be made to info.json
-
// 标准配列
/* Standard arrangement / LAYOUT
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
@@ -655,4 +653,3 @@
{ k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, k3e }, \
{ k40, k41, KC_NO, k43, KC_NO, KC_NO, k46, KC_NO, KC_NO, KC_NO, k4a, k4b, k4c, k4d, k4e } \
}
-#endif