Added Q2 Max

This commit is contained in:
lokher 2024-01-31 09:15:19 +08:00
commit 2f38391f3a
27 changed files with 1660 additions and 2 deletions

View file

@ -45,7 +45,7 @@
/* Turn off backlight on low brightness to save power */
# define RGB_MATRIX_BRIGHTNESS_TURN_OFF_VAL 32
/* Caps lock indicating led */
/* Indications */
# define CAPS_LOCK_INDEX 44
# define LOW_BAT_IND_INDEX \
{ 75 }

View file

@ -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_iso_83(

View file

@ -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_iso_83(