Refactor the KBD67 Mk.II RGB (#6799)
* move kbd67mkiirgb into kbd67 directory as mkiirgb * rename files * rename LAYOUT to LAYOUT_65_ansi_blocker * add support for default layout * update readme for new build target * update parent readme with the fourth variantbetter_chibios_wait
parent
efb7f3cc3a
commit
37b6a2abbd
@ -1,4 +1,4 @@ |
||||
#include "kbd67mkiirgb.h" |
||||
#include "mkiirgb.h" |
||||
#ifdef RGB_MATRIX_ENABLE |
||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { |
||||
|
@ -1,7 +1,7 @@ |
||||
#pragma once |
||||
#define XXX KC_NO |
||||
#include "quantum.h" |
||||
#define LAYOUT( \ |
||||
#define LAYOUT_65_ansi_blocker( \ |
||||
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \
|
||||
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \
|
||||
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2E, \
|
Loading…
Reference in new issue