mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
3x5_3 fix typo in default keymap
- accidentally put the wrong keycode name in, which broke the layers
This commit is contained in:
parent
1d81e54c35
commit
58dd4bf3f3
@ -24,8 +24,8 @@ enum dilemma_keymap_layers {
|
|||||||
LAYER_NUM,
|
LAYER_NUM,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define NAV TRI_LAYER_LOWER_LAYER
|
#define NAV QK_TRI_LAYER_LOWER
|
||||||
#define SYM TRI_LAYER_UPPER_LAYER
|
#define SYM QK_TRI_LAYER_UPPER
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user