1
0
Fork 0

Clean up atomic keymap (#9)

* Added keyboard help macros

* Fixing Atomic PVC keymap / adding print help
This commit is contained in:
IBNobody 2016-09-12 19:54:52 -05:00 committed by GitHub
parent 658db40df9
commit e9a093451e
4 changed files with 337 additions and 242 deletions

View file

@ -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