Skip to content

Commit

Permalink
Remove unnecessary enum from default keymap
Browse files Browse the repository at this point in the history
Co-authored-by: Less/Rikki <[email protected]>
  • Loading branch information
nuess0r and lesshonor authored Nov 17, 2024
1 parent 0bc6391 commit f041b40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions keyboards/ibm/model_m/ctrl_m/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
*/
#include QMK_KEYBOARD_H

enum layers {
_BL0,
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BL0] = LAYOUT_all( /* Base layer - standard layout without any special functions */
[0] = LAYOUT_all( /* Base layer - standard layout without any special functions */
KC_ESC , KC_F1 , KC_F2 , KC_F3 , KC_F4 , KC_F5 , KC_F6 , KC_F7 , KC_F8 , KC_F9 , KC_F10 , KC_F11 , KC_F12 , KC_PSCR, KC_SCRL, KC_PAUS,
KC_GRV , KC_1 , KC_2 , KC_3 , KC_4 , KC_5 , KC_6 , KC_7 , KC_8 , KC_9 , KC_0 , KC_MINS, KC_EQL , KC_BSPC, KC_INS , KC_HOME, KC_PGUP, KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
KC_TAB , KC_Q , KC_W , KC_E , KC_R , KC_T , KC_Y , KC_U , KC_I , KC_O , KC_P , KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL , KC_END , KC_PGDN, KC_P7, KC_P8 , KC_P9 , KC_PPLS,
Expand Down

0 comments on commit f041b40

Please sign in to comment.