mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00: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
|