Browse Source

[Keymap] Fix include following Wilba refactor (#6538)

pull/6544/head
Joe Wasson 4 years ago
committed by Drashna Jaelre
parent
commit
d578aaefcd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      users/talljoe/talljoe.c

+ 1
- 1
users/talljoe/talljoe.c View File

@ -2,7 +2,7 @@
#include "talljoe.h"
#ifdef ZEAL_RGB
#include "../../../keyboards/zeal60/rgb_backlight.h"
#include "../../../keyboards/wilba_tech/wt_rgb_backlight.h"
#endif
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {


Loading…
Cancel
Save