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

@@ -1,3 +1,6 @@
// Copyright 2025 Keebio (@keebio)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
// Each layer gets a name for readability, which is then used in the keymap matrix below.
@@ -8,10 +11,6 @@
#define _FN1 1
#define _FN2 2
enum custom_keycodes {
QWERTY = SAFE_RANGE,
};
#define KC_FN1 MO(_FN1)
#define KC_FN2 MO(_FN2)
#define SPFN1 LT(_FN1, KC_SPACE)