mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 17:06:52 +06:00
15 lines
151 B
C
15 lines
151 B
C
|
#ifndef NQN_COMMON_H
|
||
|
#define NQN_COMMON_H
|
||
|
|
||
|
|
||
|
/*
|
||
|
This file holds some commen NQN definitions
|
||
|
*/
|
||
|
|
||
|
|
||
|
#define _______ KC_TRNS
|
||
|
#define XXXXXXX KC_NO
|
||
|
|
||
|
|
||
|
#endif
|