logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config_encoder_common.h (247B)


  1. // Copyright 2023 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. // Override the one in quantum/util because it doesn't like working on x64 builds.
  5. #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))