696bf803 —
Victor Camargo
Clearer text about double tapping reset only working for boot after already having QMK running in board (#23042)
1 year, 8 months ago
// Copyright 2023 Nick Brassel (@tzarc)// SPDX-License-Identifier: GPL-2.0-or-later#pragma once// Override the one in quantum/util because it doesn't like working on x64 builds.#define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))