Skip to content

Commit

Permalink
Fix Incorrectly set "boring layer" Keychron Q10 Q3 V2 V6
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Aug 11, 2024
1 parent 1924185 commit e09dc90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define PLODAH_MODS_ON_KNOB
#define PLODAH_BORING_LAYER 3
#define PLODAH_BORING_LAYER 1

#define PLODAH_CAPS_INDIC_RGB 0xAB, 0xAB, 0xFF

Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/q3/iso_encoder/keymaps/plodahc/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define PLODAH_MODS_ON_KNOB
#define PLODAH_BORING_LAYER 3
#define PLODAH_BORING_LAYER 1

#define PLODAH_CAPS_INDIC_RGB RGB_MAGENTA
#define PLODAH_LAYER_INDIC_INDEX1 16
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/v2/iso_encoder/keymaps/plodahc/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define PLODAH_MODS_ON_KNOB
#define PLODAH_BORING_LAYER 3
#define PLODAH_BORING_LAYER 1

#define PLODAH_CAPS_INDIC_RGB RGB_MAGENTA
#define PLODAH_LAYER_INDIC_INDEX1 0
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/v6/iso_encoder/keymaps/plodahc/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define PLODAH_MODS_ON_KNOB
#define PLODAH_BORING_LAYER 3
#define PLODAH_BORING_LAYER 1

#define PLODAH_CAPS_INDIC_RGB RGB_MAGENTA
#define PLODAH_LAYER_INDIC_INDEX1 20
Expand Down

0 comments on commit e09dc90

Please sign in to comment.