Clean up atomic keymap (#9)
* Added keyboard help macros * Fixing Atomic PVC keymap / adding print help
This commit is contained in:
parent
658db40df9
commit
e9a093451e
4 changed files with 337 additions and 242 deletions
|
@ -150,10 +150,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
|
||||
/* disable debug print */
|
||||
//#define NO_DEBUG
|
||||
#ifndef NO_DEBUG
|
||||
# define NO_DEBUG
|
||||
#endif
|
||||
|
||||
/* disable print */
|
||||
//#define NO_PRINT
|
||||
// #ifndef NO_PRINT
|
||||
// # define NO_PRINT
|
||||
// #endif
|
||||
|
||||
/* Only print user print statements */
|
||||
#define USER_PRINT
|
||||
|
||||
/* disable action features */
|
||||
//#define NO_ACTION_LAYER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue