summaryrefslogtreecommitdiff
path: root/keyboards/meira/lighting.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-03 01:18:11 +0000
committerGitHub <noreply@github.com>2021-11-03 12:18:11 +1100
commit2d0ed4367b5dbe4878d2d1b61d9e6dffefbd4938 (patch)
treefdd9a8c4b14cc6fd20b41b2d558ab06c92bc40e5 /keyboards/meira/lighting.c
parent3e67c2891231510e63ea75f018edc0ea1aeda7e4 (diff)
Remove deprecated KEYMAP alias (#15037)
* Remove deprecated KEYMAP alias * Remove some KEYMAP references * Remove some KEYMAP references
Diffstat (limited to 'keyboards/meira/lighting.c')
-rwxr-xr-xkeyboards/meira/lighting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/meira/lighting.c b/keyboards/meira/lighting.c
index a02487f69b..1a3c954bcf 100755
--- a/keyboards/meira/lighting.c
+++ b/keyboards/meira/lighting.c
@@ -23,7 +23,7 @@ const uint8_t backlight_pwm_map[BACKLIGHT_LEVELS] = BACKLIGHT_PWM_MAP;
// / |
// Device
// const uint8_t switch_leds[MATRIX_ROWS][MATRIX_COLS] =
-// KEYMAP(
+// LAYOUT(
// 0x29, 0x28, 0x27, 0x26, 0x25, 0x24, 0x23, 0x22, 0x21, 0xA9, 0xA8, 0xA7, 0xA6, 0xA5,
// 0x39, 0x38, 0x37, 0x36, 0x35, 0x34, 0x33, 0x32, 0x31, 0xB9, 0xB8, 0xB7, 0xB6, 0xB5,
// 0x49, 0x48, 0x47, 0x45, 0x44, 0x43, 0x42, 0x41, 0xC9, 0xC8, 0xC7, 0xC6,