]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Added support for GSKT-00 (#3911)
authornachie <me@nachie.com>
Mon, 17 Sep 2018 23:00:40 +0000 (16:00 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 17 Sep 2018 23:00:40 +0000 (16:00 -0700)
commit23da333ae3527228f101ed8cf08e3cd6a5796901
treea973a0bbe5c92d292483717acfc75714ab8737a2
parent03b8ce206d566bf7f75771b55e05aea6ea6dba2d
Keyboard: Added support for GSKT-00 (#3911)

* Added QMK support for GSKT-00, PaladinSplit, PaladinTKL and PaladinPad pcbs

* Remove the paladin boards from this PR

* Changed gskt00 as per review comments. Added two new default layouts, 60_ansi_tsangan and 60_iso_tsangan

* Fix the layouts/default/60_iso_tsangan/layout.json file

* Removed ? from rules.mk, removed unused fn_actions from keymaps. Changed the 60_iso_tsangan to work correctly

* Removed PREVENT_STUCK_MODIFIERS
14 files changed:
keyboards/gskt00/config.h [new file with mode: 0755]
keyboards/gskt00/gskt00.c [new file with mode: 0755]
keyboards/gskt00/gskt00.h [new file with mode: 0755]
keyboards/gskt00/info.json [new file with mode: 0644]
keyboards/gskt00/keymaps/default/keymap.c [new file with mode: 0755]
keyboards/gskt00/keymaps/nachie/keymap.c [new file with mode: 0755]
keyboards/gskt00/readme.md [new file with mode: 0644]
keyboards/gskt00/rules.mk [new file with mode: 0755]
layouts/default/60_ansi_tsangan/default_60_ansi_tsangan/keymap.c [new file with mode: 0644]
layouts/default/60_ansi_tsangan/layout.json [new file with mode: 0644]
layouts/default/60_ansi_tsangan/readme.md [new file with mode: 0644]
layouts/default/60_iso_tsangan/default_60_iso_tsangan/keymap.c [new file with mode: 0644]
layouts/default/60_iso_tsangan/layout.json [new file with mode: 0644]
layouts/default/60_iso_tsangan/readme.md [new file with mode: 0644]