Update planck image, update zofle keymap

This commit is contained in:
Daniel Flanagan 2022-01-28 11:22:25 -06:00
parent 140bf70fdd
commit 8b0290da3d
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 9 additions and 10 deletions

View File

@ -1,12 +1,12 @@
# planck
![My Planck Keyboard](https://lyte.dev/uploads/keyboards/planck.png)
![My Planck Keyboard](https://files.lyte.dev/keyboards/planck.png)
This contains my planck [`qmk_firmware`][0].
# Dependencies
* See [`qmk_firmware`][0].
- See [`qmk_firmware`][0].
# Flashing
@ -16,8 +16,7 @@ make flash
# Modifying
+ Edit files in `src/` (particularly `keymap.c`).
+ Flash using previous instructions.
- Edit files in `src/` (particularly `keymap.c`).
- Flash using previous instructions.
[0]: https://github.com/lytedev/qmk_firmware/

View File

@ -92,11 +92,11 @@
combo_layer {
bindings = <
&bootloader &tog 1 &trans &trans &bt BT_CLR &out OUT_TOG &trans &trans &trans &trans &trans &bootloader
&reset &trans &trans &trans &trans &out OUT_BLE &kp C_PREV &kp C_VOL_DN &kp K_PP &kp C_VOL_UP &kp C_NEXT &reset
&ext_power EP_TOG &ext_power EP_ON &trans &trans &trans &out OUT_USB &kp LEFT &kp DOWN &kp UP &kp RIGHT &ext_power EP_ON &ext_power EP_TOG
&trans &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &kp HOME &kp PGDN &kp PGUP &kp END &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&bootloader &tog 1 &trans &ext_power EP_OFF &bt BT_CLR &out OUT_TOG &trans &trans &ext_power EP_OFF &trans &trans &bootloader
&reset &trans &trans &trans &trans &out OUT_BLE &kp C_PREV &kp C_VOL_DN &kp K_PP &kp C_VOL_UP &kp C_NEXT &reset
&ext_power EP_ON &ext_power EP_ON &trans &trans &trans &out OUT_USB &kp LEFT &kp DOWN &kp UP &kp RIGHT &ext_power EP_ON &ext_power EP_ON
&trans &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &kp HOME &kp PGDN &kp PGUP &kp END &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;