[Keyboard] Fix jian backlight related ifdefs (#10679)
* Add jian backlight enabled ifdefs * Fix adavnced layout LAYOUT_dips usage
This commit is contained in:
parent
e7d8ccdbb2
commit
8cbaea9e8d
4 changed files with 8 additions and 2 deletions
|
@ -191,7 +191,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
[_QWERTY] = LAYOUT_base_wrapper(QWERTY_base),
|
||||
|
||||
#ifdef DIPS_ENABLE
|
||||
[_DIPS] = LAYOUT_DIPS(\
|
||||
[_DIPS] = LAYOUT_dips(\
|
||||
LAYOUT0, LAYOUT1, LAYOUT2, LAYOUT3, DIP_ISO, FLIP_TH, \
|
||||
LAYOUT0, LAYOUT1, LAYOUT2, LAYOUT3, DIP_ISO, FLIP_TH \
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue