aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap.h
diff options
context:
space:
mode:
authorNick Brassel2022-09-29 19:25:55 +0200
committerGitHub2022-09-29 19:25:55 +0200
commitcbbb45c13f3de5ec28f62b6cd4a8b77143026500 (patch)
treeca148a07c46dc873d46f434f0aee4d4090139816 /quantum/keymap.h
parent8349ff1e8bbca7f41e9bc446ac10e8a9be81c698 (diff)
Start moving towards introspection-based data retrieval (#18441)
Diffstat (limited to 'quantum/keymap.h')
-rw-r--r--quantum/keymap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/keymap.h b/quantum/keymap.h
index 67e35c4e2f..0225f53362 100644
--- a/quantum/keymap.h
+++ b/quantum/keymap.h
@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// translates key to keycode
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
-extern const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS];
-
#ifdef ENCODER_MAP_ENABLE
// Ensure we have a forward declaration for the encoder map
# include "encoder.h"