gregdel's keyboard
Find a file
2023-03-09 13:28:36 +01:00
.gitignore Add the current layout from the wiki 2020-05-21 10:37:23 +02:00
build-and-flash Update the latest layout 2023-03-09 13:28:36 +01:00
gdk.json Update the latest layout 2023-03-09 13:28:36 +01:00
README.md Update the readme and rename the flash script 2020-05-21 16:39:49 +02:00

gregdel's keyboard (gdk)

Firmware: https://config.qmk.fm/#/xd75/LAYOUT_ortho_5x15

Flashing the firmware

Install the qmk command line tool and all the dependecies. Create a new keymap for your keyboard.

qmk new-keymap

Generate the json configuration using the online tool.

Automatic installation

./build-and-flash

Manual installation

Download the generated json and convert it to a keymap.c

cd ~/your/qmk/repo
qmk json2c -o keyboards/xd75/keymaps/gdk/keymap.c ~/downloads/gdk.json

Compile and flash the firmware.

To be able to flash the firmware you must enter the keyboard in the "DFU" state. Don't forget to add a "Reset" binding on your keyboard to be able to flash it easily.

sudo qmk flash --keyboard xd75 --keymap gdk

Current layout