Tidy Keebio keyboards (#25653)

This commit is contained in:
Joel Challis
2025-09-12 20:00:03 +01:00
committed by GitHub
parent b6310b5a15
commit 46231df62d
60 changed files with 197 additions and 326 deletions

View File

@@ -12,10 +12,6 @@ enum custom_layer {
_FN1,
};
enum custom_keycodes {
QWERTY = SAFE_RANGE,
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BASE] = LAYOUT_60(
QK_GESC, 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_DEL, KC_BSPC,