Skip to content

Commit

Permalink
Clean up atomic keymap (#9)
Browse files Browse the repository at this point in the history
* Added keyboard help macros

* Fixing Atomic PVC keymap / adding print help
  • Loading branch information
IBNobody authored Sep 13, 2016
1 parent 658db40 commit e9a0934
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 241 deletions.
2 changes: 1 addition & 1 deletion keyboards/atomic/keymaps/pvc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
CONSOLE_ENABLE = yes # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
Expand Down
11 changes: 9 additions & 2 deletions keyboards/atomic/keymaps/pvc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e9a0934

Please sign in to comment.