Skip to content

Commit

Permalink
update README and added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kazubu committed Sep 25, 2024
1 parent 3d0b388 commit 67b99ed
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Need to build with Vial QMK.
- Disabled LED due to flash size limitation.
* YK DO52 PRO
- HW with some modifications:
- Replaced MCU to ProMicro RP2040
- Replaced MCU to [ProMicro RP2040](https://s.click.aliexpress.com/e/_DBskPyz)
- Swap DATA/CLK pins of Track Point module
- Need to disable PS2_MOUSE_USE_REMOTE_MODE for left hand to reduce delay.
2 changes: 2 additions & 0 deletions keyboards/yk/do52/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#define PS2_PIO_USE_PIO1
#define PS2_MOUSE_ROTATE 90
#define PS2_MOUSE_USE_REMOTE_MODE
// uncomment for left hand
//#undef PS2_MOUSE_USE_REMOTE_MODE

#define DYNAMIC_KEYMAP_LAYER_COUNT 6

Expand Down
2 changes: 1 addition & 1 deletion keyboards/yk/do52/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"split": {
"enabled": true,
"main": "left",
"main": "right",
"usb_detect": {
"enabled": true
},
Expand Down
7 changes: 7 additions & 0 deletions keyboards/yk/do52/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
}

//void keyboard_post_init_user(void) {
// debug_enable=true;
// debug_matrix=true;
// debug_keyboard=true;
// debug_mouse=true;
//}
1 change: 1 addition & 0 deletions keyboards/yk/do52/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SERIAL_DRIVER = vendor
#CONSOLE_ENABLE = yes

0 comments on commit 67b99ed

Please sign in to comment.