logo

qmk_firmware

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

_util.h (283B)


  1. // Copyright 2023 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. // AVR can't actually run anything from RAM, so just no-op the define.
  5. #define RESIDENT_IN_RAM(funcname) funcname
  6. #if __has_include_next("_util.h")
  7. # include_next "_util.h"
  8. #endif