Files
qmk_firmware/keyboards/framework/numpad/numpad.h
Ezri Brimhall c02b0c5afd
Some checks failed
Automatic Approve / automatic_approve (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Introduced firmware for framework 16 keyboard
2025-11-05 12:11:15 -07:00

8 lines
124 B
C

// Copyright 2022-2023 Framework Computer
// SPDX-License-Identifier: GPL-2.0-or-later
enum _layers {
_NUMLOCK,
_FN
};