Sfoglia il codice sorgente

Fix a few minor formatting annoyances in WhiteFox (#3331)

MechMerlin 7 anni fa
parent
commit
60ca50808f

+ 2 - 2
keyboards/whitefox/config.h

@@ -24,8 +24,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define VENDOR_ID       0x1c11
 #define VENDOR_ID       0x1c11
 #define PRODUCT_ID      0xb04d
 #define PRODUCT_ID      0xb04d
 #define DEVICE_VER      0x0001
 #define DEVICE_VER      0x0001
-#define MANUFACTURER Input Club
-#define PRODUCT WhiteFox/QMK
+#define MANUFACTURER    Input Club
+#define PRODUCT         WhiteFox/QMK
 
 
 /* key matrix size */
 /* key matrix size */
 #define MATRIX_ROWS 9
 #define MATRIX_ROWS 9

File diff suppressed because it is too large
+ 1 - 1
keyboards/whitefox/info.json


+ 1 - 1
keyboards/whitefox/keymaps/default/keymap.c

@@ -14,7 +14,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 */
-#include "whitefox.h"
+#include QMK_KEYBOARD_H
 
 
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     /* Layer 0: Default Layer
     /* Layer 0: Default Layer

+ 1 - 1
keyboards/whitefox/keymaps/dudeofawesome/keymap.c

@@ -1,4 +1,4 @@
-#include "whitefox.h"
+#include QMK_KEYBOARD_H
 
 
 enum whitefox_layers {
 enum whitefox_layers {
   _QWERTY,
   _QWERTY,

+ 1 - 1
keyboards/whitefox/keymaps/jetpacktuxedo/keymap.c

@@ -14,7 +14,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 */
-#include "whitefox.h"
+#include QMK_KEYBOARD_H
 
 
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     /* Layer 0: Default Layer
     /* Layer 0: Default Layer

+ 1 - 1
keyboards/whitefox/keymaps/kim-kim/keymap.c

@@ -17,7 +17,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 /* NOTE : This is compatible to TrueFox Layout only */
 /* NOTE : This is compatible to TrueFox Layout only */
 
 
-#include "whitefox.h"
+#include QMK_KEYBOARD_H
 
 
 // Fillers to make layering more clear
 // Fillers to make layering more clear
 #define _______ KC_TRNS
 #define _______ KC_TRNS

+ 1 - 1
keyboards/whitefox/keymaps/matt3o/keymap.c

@@ -14,7 +14,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 */
-#include "whitefox.h"
+#include QMK_KEYBOARD_H
 
 
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     /* Layer 0: Default Layer
     /* Layer 0: Default Layer

+ 4 - 5
keyboards/whitefox/readme.md

@@ -1,11 +1,10 @@
-WhiteFox
-========
+# WhiteFox
 
 
 A compact 65% keyboard.
 A compact 65% keyboard.
 
 
-Keyboard Maintainer: QMK Community
-Hardware Supported: Whitefox PCB
-Hardware Availability: https://input.club/whitefox/
+Keyboard Maintainer: QMK Community  
+Hardware Supported: Whitefox PCB  
+Hardware Availability: https://input.club/whitefox/  
 
 
 Make example for this keyboard (after setting up your build environment):
 Make example for this keyboard (after setting up your build environment):
 
 

Some files were not shown because too many files changed in this diff