DZ60: update to current template & code style (#9113)

This commit is contained in:
Ryan
2020-05-16 23:10:54 -07:00
committed by GitHub
parent f125406700
commit d0e684ef55
7 changed files with 138 additions and 171 deletions
+1 -4
View File
@@ -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