Skip to content

Commit

Permalink
disable sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nicsuzor committed Dec 26, 2023
1 parent 9eb7cee commit 750f99f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion keyboards/crkbd/keymaps/nic/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.


#define MASTER_LEFT
#define DISABLE_SYNC_TIMER
//#define SSD1306OLED
//#define USE_I2C

#define SELECT_SOFT_SERIAL_SPEED 4
#define SELECT_SOFT_SERIAL_SPEED 3
#define SPLIT_MAX_CONNECTION_ERRORS 10
3 changes: 3 additions & 0 deletions keyboards/crkbd/keymaps/nic/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"enabled": true,
"soft_serial_pin": "A10"
},
"build": {
"debounce_type": "asym_eager_defer_pk"
},
"matrix_pins": {
"cols": ["A2", "A1", "A0", "B8", "B13", "B14"],
"rows": ["B5", "B4", "B3", "B2"]
Expand Down
2 changes: 2 additions & 0 deletions keyboards/crkbd/keymaps/nic/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
#

DEBUG_ENABLE = yes
CONSOLE_ENABLE = yes
SPLIT_KEYBOARD = yes
2 changes: 1 addition & 1 deletion users/nic/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ expanded before being used as arguments to the LAYOUT_xxx macro.
#define _______________GRID_BOTTOM_ROW_____________ KC_LCTL, KC_LGUI, QK_DEBUG_TOGGLE, KC_LALT, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_UP, KC_DOWN, KC_RIGHT
#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_________________ EPRM, KC_HOME, KC_PGUP, KC_UP, KC_END, KC_BSPC
#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 _________________NUMPAD_1__________________ ________________NUMBER_RIGHT_______________
Expand Down

0 comments on commit 750f99f

Please sign in to comment.