Update keyboards/zlant_xl/keymaps/default/keymap.c

Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
Christian C. Berclaz 2024-11-16 18:38:50 +01:00 committed by GitHub
parent 689e117024
commit 768f01e4f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,10 @@
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
#define BASE 0 enum layers {
#define FN 1 BASE,
FN
};
// clang-format off // clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {