GEIGEIGEIST / qmk-config-klor

QMK config for KLOR split keyboard
21 stars 32 forks source link

compile error on building for elite-pi #4

Open einalex opened 1 year ago

einalex commented 1 year ago
Compiling: quantum/keymap_introspection.c                                                          In file included from ./keyboards/klor/keymaps/default/keymap.c:22,
                 from quantum/keymap_introspection.c:5:
./keyboards/klor/keymaps/default/keymap.c:162:25: error: 'KC_NLCK' undeclared here (not in a function); did you mean 'KC_SLCT'?
  162 |               KC_CAPS,  KC_NLCK,  KC_UP,    KC_EQL,   KC_LCBR,                       KC_RCBR,  KC_P7,    KC_P8,    KC_P9,    KC_PPLS,
      |                         ^~~~~~~
keyboards/klor/klor.h:40:25: note: in definition of macro 'LAYOUT_polydactyl'
   40 |         { ___,   L01,   L02,   L03,   L04,   L05 }, \
      |                         ^~~
./keyboards/klor/keymaps/default/keymap.c:209:15: error: 'DEBUG' undeclared here (not in a function); did you mean 'NDEBUG'?
  209 |     QK_BOOT,  DEBUG,    QWERTY,   RGB_SAI,  XXXXXXX,  XXXXXXX,                       XXXXXXX,  KC_F4,    KC_F5,    KC_F6,    KC_F12,   KC_F13,
      |               ^~~~~
keyboards/klor/klor.h:41:18: note: in definition of macro 'LAYOUT_polydactyl'
   41 |         { L10,   L11,   L12,   L13,   L14,   L15 }, \
      |                  ^~~
 [ERRORS]
einalex commented 1 year ago

These got renamed. KC_NUM DB_TOGG are the new aliases

GEIGEIGEIST commented 1 year ago

I'm really sorry I missed this issue. Thank you Alex! I've already fixed these aliases locally and forgot to push it.