3x5_3 fix typo in default keymap

- accidentally put the wrong keycode name in, which broke the layers
This commit is contained in:
casuanoob 2023-11-16 00:29:02 +11:00
parent 1d81e54c35
commit 58dd4bf3f3

View File

@ -24,8 +24,8 @@ enum dilemma_keymap_layers {
LAYER_NUM,
};
#define NAV TRI_LAYER_LOWER_LAYER
#define SYM TRI_LAYER_UPPER_LAYER
#define NAV QK_TRI_LAYER_LOWER
#define SYM QK_TRI_LAYER_UPPER
// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {