Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'dactyl_tracer' keyboard #20993

Merged
merged 20 commits into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tidy up
  • Loading branch information
dunk2k committed Sep 18, 2023
commit 1141005676253c3b35d91d1b27dde8ac2934709d
10 changes: 0 additions & 10 deletions keyboards/handwired/dactyl_tracer/config.h

This file was deleted.

25 changes: 9 additions & 16 deletions keyboards/handwired/dactyl_tracer/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,24 @@
"pid": "0x1307",
"device_version": "1.0.0"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"mousekey": true,
"extrakey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["C6", "D7", "E6", "B4", "B5"],
"rows": ["F7", "B1", "B3", "B2", "B6"]
},
"diode_direction": "COL2ROW",
dunk2k marked this conversation as resolved.
Show resolved Hide resolved
"debounce": 15,
"ws2812": {
"pin": "D3"
},
"development_board": "pro_micro",
"development_board": "promicro",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"features": {
"bootmagic": true,
"command": true,
"console": false,
"mousekey": true,
"extrakey": true,
"audio": false,
"rgblight": false,
"backlight": false,
"nkro": false
},
"layouts": {
"LAYOUT" : {
"layout": [
Expand Down
8 changes: 8 additions & 0 deletions keyboards/handwired/dactyl_tracer/keymaps/default/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

#pragma once

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* Enables This makes it easier for fast typists to use dual-function keys */
#define PERMISSIVE_HOLD

/* mouse config */
dunk2k marked this conversation as resolved.
Show resolved Hide resolved
#define MOUSEKEY_INTERVAL 20
#define MOUSEKEY_DELAY 0
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/dactyl_tracer/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enum custom_layers {
_BASE,
_RAISE,
_LOWER,
_SYS
_SYS,
};

#define MG_A LGUI_T(KC_A)
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/dactyl_tracer/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enum custom_layers {
_BASE,
_RAISE,
_LOWER,
_SYS
_SYS,
};

#define MG_A LGUI_T(KC_A)
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/dactyl_tracer/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes