rev1.h 390 B

1234567891011121314
  1. // Copyright 2024 splitkb.com (support@splitkb.com)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "quantum.h"
  5. //// Custom pins, might be useful in a keymap
  6. // Wired to input of last shift register, overrides 10k pullup/pulldown
  7. #define ELORA_SELFTEST_PIN GP14
  8. // Can be used for USB current detection
  9. #define ELORA_CC1_PIN GP28
  10. #define ELORA_CC2_PIN GP29