qmk_firmware/keyboards/gray_studio/think65v3
James Young 4468662d64
Gray Studio Think65 v3 Layout Additions (#21930)
* Add layout/matrix diagram

[docs]

* Format `info.json` as strict JSON

[style]

* Add `LAYOUT_all`

[enhancement]

* Refactor keymaps to use `LAYOUT_all`

Refactor the `default` and `via` keymaps to use the `LAYOUT_all` macro.

- change second Left Shift key to `KC_NUBS`
- insert `KC_NUHS` keycode
- update keycode grid alignment
- remove trailing whitespace

[refactor]

* Rename `LAYOUT_65_blocker` to `LAYOUT_ansi_blocker`

[refactor]

* Rename `LAYOUT_65_iso_blocker` to `LAYOUT_iso_blocker`

[refactor]

* Correct `LAYOUT_iso_blocker` matrix data

The Quote key was mapped as [1, 14] instead of [2, 12].

[bugfix]

* Add `LAYOUT_ansi_blocker_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_ansi_blocker_tsangan`

[enhancement]

* Add `LAYOUT_iso_blocker_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan_split_bs`

[enhancement]

* Add `LAYOUT_iso_blocker_tsangan`

[enhancement]
2023-09-12 13:57:25 -07:00
..
keymaps Gray Studio Think65 v3 Layout Additions (#21930) 2023-09-12 13:57:25 -07:00
config.h
info.json Gray Studio Think65 v3 Layout Additions (#21930) 2023-09-12 13:57:25 -07:00
matrix_diagram.md Gray Studio Think65 v3 Layout Additions (#21930) 2023-09-12 13:57:25 -07:00
readme.md
rules.mk
think65v3.c

Gray Studio think65v3

A 65% keyboard by Graystudio. PCB designed and manufactured by DEMO Studio.

  • Keyboard Maintainer: edwardslau
  • Hardware Support: Think6.5 V3
  • Hardware Availability:

Make example for this keyboard (after setting up your build environment):

make gray_studio/think65v3:default

Flashing example for this keyboard:

make gray_studio/think65v3:default:flash

Bootloader

  • Physical reset button: Briefly press the button on the back of the PCB - some may have pads you must short instead

See the build environment setup and the make instructions for more infromation. Brand new to QMK? Start with our Complete Newbs Guide.