Browse Source

add dz60rgb-ansi layout to configurator (#5938)

* add dz60rgb-ansi layout to configurator

* fix mekanist's dz60rgb keymap
Anthony Leung 6 years ago
parent
commit
0aece4ddab

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


+ 3 - 3
keyboards/dztech/dz60rgb/keymaps/mekanist/keymap.c

@@ -64,13 +64,13 @@ void rgb_matrix_indicators_user(void)
 	if (!g_suspend_state) {
 		switch (biton32(layer_state)) {
 		case _LAYER1:
-			rgb_matrix_layer_helper(0xFF, 0x00, 0x00, false); break;
+			rgb_matrix_layer_helper(0xFF, 0x00, 0x00); break;
 
 		case _LAYER2:
-			rgb_matrix_layer_helper(0x00, 0xFF, 0x00, false); break;
+			rgb_matrix_layer_helper(0x00, 0xFF, 0x00); break;
 
 		case _LAYER4:
-			rgb_matrix_layer_helper(0xFF, 0xFF, 0x00, false); break;
+			rgb_matrix_layer_helper(0xFF, 0xFF, 0x00); break;
 		}
 	}
 

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