mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
Moving the alias to the keymap to try
This commit is contained in:
parent
d06600da02
commit
a80b4c97ef
2 changed files with 3 additions and 1 deletions
|
@ -95,6 +95,8 @@ enum custom_keycodes {
|
|||
// └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
||||
// ▝▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▘
|
||||
|
||||
#define LAYOUT_KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
/*
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
{ ___, R24, R23, R22, R21, R20 }, \
|
||||
{ ___, R34, R33, R32, ___, R30 }, \
|
||||
}
|
||||
# define LAYOUT_KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
//# define LAYOUT_KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
#endif //KLOR_POLYDACTL
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue