Explorar el Código

Add layouts to 1up60rgb. (#2789)

* Add layouts to 1up60rgb.

* Fix build break in header file for 1up60rgb.
Joe Wasson hace 7 años
padre
commit
7801356bd4
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. 3 3
      keyboards/1up60rgb/1up60rgb.h
  2. 0 1
      keyboards/1up60rgb/info.json

+ 3 - 3
keyboards/1up60rgb/1up60rgb.h

@@ -19,7 +19,7 @@
 
 
 /* ANSI variant. No extra keys for ISO */
-#define LAYOUT_60_ansi ( \
+#define LAYOUT_60_ansi( \
 	K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012,       K013, \
 	K100,       K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, \
 	K200,       K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212,       K214, \
@@ -34,7 +34,7 @@
 )
 
 /* ISO variant. Remove useless ANSI keys */
-#define LAYOUT_60_iso ( \
+#define LAYOUT_60_iso( \
 	K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012,       K013, \
 	K100,       K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113,       \
 	K200,       K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, \
@@ -49,7 +49,7 @@
 )
 
 /* HHKB Variant */
-#define LAYOUT_60_ansi_split_bs_rshift ( \
+#define LAYOUT_60_ansi_split_bs_rshift( \
 	K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, \
 	K100,       K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, \
 	K200,       K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212,       K214, \

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 1
keyboards/1up60rgb/info.json


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio