u/ImGooseI

[WTS] Pilot VP, Sailor 1911S, Twsbis, Pilot Prera

[WTS] Pilot VP, Sailor 1911S, Twsbis, Pilot Prera

Verification

Hi all! Clearing out more of the collection.
If someone wants to buy them all I’ll cut a smoking deal!
Add $10 for shipping conus
All pens are a grade B condition I believe the pilot vp has a small blemish around the center rings that is pictured it’s been my daily carry pen for the last little while

Pilot vanishing point <F> grey and matte black $150 nib tuned by Kirk spear of pen realm

Sailor 1911s <M> Red $180

Twsbi Obsidian <EF> $90

Pilot Prera <F> Vivid pink $50

Twsbi eco <EF> indigo and bronze $45

Twsbi Eco <F> White $25

u/ImGooseI — 4 days ago

My first ergo and time using zmk HELP!

https://preview.redd.it/0j2s15qh2f1h1.jpg?width=3024&format=pjpg&auto=webp&s=1798637aae7b0e479da86a6c57d2a25009789dfe

so I got a 5 column Corne and im having some troubles.

After editing the config file to the layout I want once I build the firmware and load it onto the board the key binds are all screwed up and I can't figure out why.

could someone maybe take a look at my config file and see if im doing something wrong?

/*

* Copyright (c) 2020 The ZMK Contributors

*

* SPDX-License-Identifier: MIT

*/

#include &lt;behaviors.dtsi&gt;

#include &lt;dt-bindings/zmk/bt.h&gt;

#include &lt;dt-bindings/zmk/keys.h&gt;

&amp;mt {

tapping-term-ms = &lt;400&gt;;

quick-tap-ms = &lt;175&gt;;

require-prior-idle-ms = &lt;150&gt;;

flavor = "balanced";

};

&amp;lt { tapping-term-ms = &lt;400&gt;; };

/ {

combos {

compatible = "zmk,combos";

combo_esc {

timeout-ms = &lt;50&gt;;

key-positions = &lt;1 2 3&gt;;

bindings = &lt;&amp;kp ESCAPE&gt;;

};

combo_bksp {

timeout-ms = &lt;50&gt;;

key-positions = &lt;10 9 8&gt;;

bindings = &lt;&amp;kp BACKSPACE&gt;;

};

combo_tab {

bindings = &lt;&amp;kp TAB&gt;;

key-positions = &lt;13 14 15&gt;;

};

combo_shift {

bindings = &lt;&amp;kp LEFT_SHIFT&gt;;

key-positions = &lt;25 26 27&gt;;

};

combo_delete {

bindings = &lt;&amp;kp DELETE&gt;;

key-positions = &lt;21 22 20&gt;;

};

combo_rshift {

bindings = &lt;&amp;kp RIGHT_SHIFT&gt;;

key-positions = &lt;33 34 32&gt;;

};

exclm {

bindings = &lt;&amp;kp EXCLAMATION&gt;;

key-positions = &lt;1 13&gt;;

};

at {

bindings = &lt;&amp;kp AT_SIGN&gt;;

key-positions = &lt;2 14&gt;;

};

hash {

bindings = &lt;&amp;kp HASH&gt;;

key-positions = &lt;3 15&gt;;

};

dllr {

bindings = &lt;&amp;kp DOLLAR&gt;;

key-positions = &lt;4 16&gt;;

};

percnt {

bindings = &lt;&amp;kp PERCENT&gt;;

key-positions = &lt;5 17&gt;;

};

caret {

bindings = &lt;&amp;kp CARET&gt;;

key-positions = &lt;6 18&gt;;

};

and {

bindings = &lt;&amp;kp AMPERSAND&gt;;

key-positions = &lt;7 19&gt;;

};

str {

bindings = &lt;&amp;kp ASTERISK&gt;;

key-positions = &lt;8 20&gt;;

};

leftparen {

bindings = &lt;&amp;kp LPAR&gt;;

key-positions = &lt;9 21&gt;;

};

rparen {

bindings = &lt;&amp;kp RPAR&gt;;

key-positions = &lt;10 22&gt;;

};

layout_switch {

bindings = &lt;&amp;tog 0&gt;;

key-positions = &lt;36 37 40 41&gt;;

};

system_reset {

bindings = &lt;&amp;sys_reset&gt;;

key-positions = &lt;3 4 5 14&gt;;

};

bootloader {

bindings = &lt;&amp;bootloader&gt;;

key-positions = &lt;15 16 17 26&gt;;

};

system_layer_combo {

bindings = &lt;&amp;mo 3&gt;;

key-positions = &lt;36 37 38&gt;;

};

};

conditional_layers { compatible = "zmk,conditional-layers"; };

keymap {

compatible = "zmk,keymap";

qwerty_layer {

bindings = &lt;

&amp;trans &amp;mt ESC Q &amp;kp W &amp;kp E &amp;kp R &amp;kp T &amp;kp Y &amp;kp U &amp;kp I &amp;kp O &amp;kp P &amp;trans

&amp;trans &amp;mt TAB A &amp;kp S &amp;kp D &amp;kp F &amp;kp G &amp;kp H &amp;kp J &amp;kp K &amp;kp L &amp;kp SEMI &amp;trans

&amp;trans &amp;mt LCTRL Z &amp;kp X &amp;kp C &amp;kp V &amp;kp B &amp;kp N &amp;kp M &amp;kp COMMA &amp;kp DOT &amp;kp FSLH &amp;trans

&amp;kp LEFT_SHIFT &amp;kp LEFT_GUI &amp;lt 2 SPACE &amp;lt 1 BACKSPACE &amp;mt LEFT_SHIFT BACKSPACE &amp;mt RIGHT_ALT ESC

&gt;;

};

numsym_layer {

bindings = &lt;

&amp;trans &amp;kp N1 &amp;kp N2 &amp;kp N3 &amp;kp N4 &amp;kp N5 &amp;kp LESS_THAN &amp;kp LEFT_BRACKET &amp;kp LEFT_BRACE &amp;kp LEFT_PARENTHESIS &amp;kp SEMICOLON &amp;trans

&amp;trans &amp;kp NUMBER_6 &amp;kp N7 &amp;kp N8 &amp;kp N9 &amp;kp NUMBER_0 &amp;kp LEFT &amp;kp DOWN &amp;kp UP &amp;kp RIGHT &amp;kp SQT &amp;trans

&amp;trans &amp;kp BACKSLASH &amp;kp MINUS &amp;kp EQUAL &amp;kp SLASH &amp;kp ASTERISK &amp;kp GREATER_THAN &amp;kp RIGHT_BRACKET &amp;kp RIGHT_BRACE &amp;kp RIGHT_PARENTHESIS &amp;kp GRAVE &amp;trans

&amp;trans &amp;trans &amp;trans &amp;trans &amp;trans &amp;trans

&gt;;

};

fun_layer {

bindings = &lt;

&amp;trans &amp;kp SPACE &amp;kp UP_ARROW &amp;kp ENTER &amp;kp PAGE_UP &amp;kp C_VOL_UP &amp;kp C_BRIGHTNESS_INC &amp;kp F1 &amp;kp F4 &amp;kp F7 &amp;kp F10 &amp;trans

&amp;trans &amp;kp LEFT &amp;kp DOWN &amp;kp RIGHT &amp;kp HOME &amp;kp C_MUTE &amp;kp C_PLAY_PAUSE &amp;kp F2 &amp;kp F5 &amp;kp F8 &amp;kp F11 &amp;trans

&amp;trans &amp;kp INS &amp;kp PRINTSCREEN &amp;kp SCROLLLOCK &amp;kp PAGE_DOWN &amp;kp C_VOL_DN &amp;kp C_BRIGHTNESS_DEC &amp;kp F3 &amp;kp F6 &amp;kp F9 &amp;kp F12 &amp;trans

&amp;trans &amp;trans &amp;trans &amp;trans &amp;trans &amp;trans

&gt;;

};

sys_layer {

bindings = &lt;

&amp;trans &amp;bt BT_CLR &amp;bt BT_CLR_ALL &amp;bt BT_PRV &amp;bt BT_NXT &amp;trans &amp;none &amp;trans &amp;trans &amp;trans &amp;trans &amp;trans

&amp;trans &amp;bt BT_SEL 0 &amp;bt BT_SEL 1 &amp;bt BT_SEL 2 &amp;bt BT_SEL 3 &amp;bt BT_SEL 4 &amp;trans &amp;none &amp;none &amp;none &amp;none &amp;trans

&amp;trans &amp;bootloader &amp;sys_reset &amp;none &amp;none &amp;none &amp;none &amp;trans &amp;trans &amp;trans &amp;trans &amp;trans

&amp;trans &amp;trans &amp;trans &amp;trans &amp;trans &amp;trans

&gt;;

};

};

};

reddit.com
u/ImGooseI — 7 days ago

[WTS] TWSBI ECOS, TWSBI Obsidian, Pilot Kakuno, Pilot Prera, Platinum Century

Verification

Hi all! I’m looking to get rid of some of my beloved pens.
Add $6 for shipping
CONUS Only
All pens in condition [B] they have been loved!
All pens will be cleaned before shipping.

Pilot Kakuno <F> x2 $10 each

Pilot Prera <F> Vivid Pink $60

Twsbi Eco Clear <F> $25

Twsbi Eco Transparent blue <EF> $25

Twsbi Eco Transparent Purple <EF> $25

Twsbi Eco Cosmos Blue <EF> $45

Twsbi Eco Black Marble <EF> $45

Twsbi Eco Irish Green <EF> $45

Twsbi Eco Plum <EF> $45

Twsbi Obsidian <EF> $100

Platinum #3776 Century Bourgogne <F> $150

u/ImGooseI — 9 days ago