diff options
| author | Joel Challis <git@zvecr.com> | 2021-11-03 01:18:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 12:18:11 +1100 |
| commit | 2d0ed4367b5dbe4878d2d1b61d9e6dffefbd4938 (patch) | |
| tree | fdd9a8c4b14cc6fd20b41b2d558ab06c92bc40e5 /quantum | |
| parent | 3e67c2891231510e63ea75f018edc0ea1aeda7e4 (diff) | |
| download | qmk_firmware-2d0ed4367b5dbe4878d2d1b61d9e6dffefbd4938.tar.gz qmk_firmware-2d0ed4367b5dbe4878d2d1b61d9e6dffefbd4938.zip | |
Remove deprecated KEYMAP alias (#15037)
* Remove deprecated KEYMAP alias
* Remove some KEYMAP references
* Remove some KEYMAP references
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/config_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 661609ef2..d93477b27 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
| @@ -24,7 +24,4 @@ | |||
| 24 | #define COL2ROW 0 | 24 | #define COL2ROW 0 |
| 25 | #define ROW2COL 1 | 25 | #define ROW2COL 1 |
| 26 | 26 | ||
| 27 | // Deprecated alias - avoid using | ||
| 28 | #define KEYMAP LAYOUT | ||
| 29 | |||
| 30 | #include "song_list.h" | 27 | #include "song_list.h" |
