forked from mirrors/qmk_userspace
Added Q3 Max
This commit is contained in:
parent
2ecd0e7d01
commit
6c8de3a59c
36 changed files with 1348 additions and 20 deletions
|
@ -23,6 +23,7 @@ enum layers {
|
|||
WIN_BASE,
|
||||
WIN_FN,
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[MAC_BASE] = LAYOUT_ansi_82(
|
||||
|
|
|
@ -23,6 +23,7 @@ enum layers {
|
|||
WIN_BASE,
|
||||
WIN_FN,
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[MAC_BASE] = LAYOUT_ansi_82(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue