diff --git a/README.md b/README.md index e8d8ccd..3b32c35 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ The PCB of the [discipline](https://github.com/coseyfannitutti/discipline) keybo The key matrix was wired to utilise a [nice!nano](https://nicekeyboards.com/nice-nano/) instead of the default µC. The goal was to add bluetooth support to an existing mechanical keyboard. The keyboard is mapped for the ISO-DE layout, although it can be remapped fairly easily. + +# Images + +![Wiring overview](docs/wiring_1.jpeg) +![Wiring detailed](docs/wiring_2.jpeg) +![nice!nano instead of ATmegaA32](docs/front_1.jpeg) diff --git a/config/boards/shields/discipline/discipline.keymap b/config/boards/shields/discipline/discipline.keymap index c9eb330..b8f3f5a 100644 --- a/config/boards/shields/discipline/discipline.keymap +++ b/config/boards/shields/discipline/discipline.keymap @@ -25,8 +25,8 @@ bindings = < &kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS &kp EQUAL &kp BSPC &kp DEL &kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT &kp RBKT &kp RET &kp PSCRN - &kp ESC &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT &none &kp RET &kp C_VOL_UP - &kp LSHFT &kp NON_US_BSLH &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT &kp UP &kp C_VOL_DN + &kp ESC &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT &none &kp NUHS &kp C_VOL_UP + &kp LSHFT &kp NUBS &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT &kp UP &kp C_VOL_DN &kp LCTRL &kp LGUI &kp LALT &none &none &none &kp SPACE &none &none &kp RALT &mo FUNCTION &kp RCTRL &kp LEFT &kp DOWN &kp RIGHT >; diff --git a/docs/front_1.jpeg b/docs/front_1.jpeg new file mode 100644 index 0000000..89eabd4 Binary files /dev/null and b/docs/front_1.jpeg differ diff --git a/docs/wiring_1.jpeg b/docs/wiring_1.jpeg new file mode 100644 index 0000000..103b460 Binary files /dev/null and b/docs/wiring_1.jpeg differ diff --git a/docs/wiring_2.jpeg b/docs/wiring_2.jpeg new file mode 100644 index 0000000..41e3aad Binary files /dev/null and b/docs/wiring_2.jpeg differ