summaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-24 12:32:20 +1000
committerGitHub <noreply@github.com>2023-09-24 03:32:20 +0100
commit6424dadd3785d83ebbe17861ed9f9b495b8ba6ae (patch)
treeccdf39072e5ab1203af46f3128db435a1ab1229a /keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c
parent9c340077f630ef464758687e67e415e85376dad1 (diff)
Remove custom ISSI lighting code (#22073)
* Remove CU75 custom lighting * Remove LFK78 custom lighting * Remove LFK87 custom lighting * Remove LFKPad custom lighting * Remove Mini1800 custom lighting * Remove SMK65 custom lighting * Remove LFK65-HS custom lighting * Remove LFKeyboards custom lighting * Remove Meira custom lighting
Diffstat (limited to 'keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c')
-rw-r--r--keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c b/keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c
index 56ca013b0d..510aa6730f 100644
--- a/keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c
+++ b/keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c
@@ -6,16 +6,6 @@ enum keymap_layout {
SETTINGS, // 0x04
};
-// Colors of the layer indicator LED
-// This list needs to define layer 0xFFFFFFFF, it is the end of the list, and the unknown layer
-const Layer_Info layer_info[] = {
- // Layer Mask Red Green Blue
- {0x00000000, 0xFFFFFFFF, {0x00, 0x00, 0x00}}, // base layer - off
- {0x00000002, 0xFFFFFFFE, {0x00, 0x00, 0x7F}}, // function layer - blue
- {0x00000004, 0xFFFFFFFC, {0x7F, 0x00, 0x00}}, // settings layer - red
- {0xFFFFFFFF, 0xFFFFFFFF, {0x0F, 0x0F, 0x0F}}, // unknown layer - REQUIRED - white
-};
-
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Keymap VANILLA: (Base Layer) Default Layer
* ,-----------------------------------------------------------------------------.