Skip to content

Commit

Permalink
debug yes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicsuzor committed Jul 3, 2024
1 parent 8e83e82 commit 30943ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions keyboards/crkbd/ns/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

DEBUG_ENABLE = yes
CONSOLE_ENABLE = yes # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration

OLED_ENABLE = no
MCU = STM32F303
2 changes: 1 addition & 1 deletion users/nic/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum userspace_layers {
#define _____________DOUBLE_BOTTOM_ROW_____________ KC_LCTL, KC_LGUI, KC_NO, KC_LALT,LOWER, KC_SPC, RAISE, KC_LEFT, KC_UP, KC_DOWN, KC_RIGHT

#define ________________NAV_LEFT_1_________________ QK_DEBUG_TOGGLE, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_BSPC
#define ________________NAV_LEFT_2_________________ QK_BOOT, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, KC_ENT
#define ________________NAV_LEFT_2_________________ KC_TRNS, QK_BOOT, DB_TOGG, EE_CLR, KC_DOWN, KC_ENT

#define _________________NUMPAD_1__________________ ________________NUMBER_RIGHT_______________
#define _________________NUMPAD_2__________________ KC_PEQL, KC_4, KC_5, KC_6, KC_PAST, KC_ENT
Expand Down

0 comments on commit 30943ad

Please sign in to comment.