summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-08-0240-328/+2099
|\|
| * Duck Eagle/Viper V2 Refactor (#13828)James Young2021-07-317-56/+393
| |
| * Merro60 Layout Macro Refactor (#13827)James Young2021-07-319-67/+238
| |
| * Momoka Ergo: layout macro/Configurator fix (#13825)James Young2021-07-313-116/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | * momoka_ergo.h: use modified QMK 3-character notation Renames the matrix position arguments to use QMK's K<row><column> notation, but using L or R for the left and right halves, respectively. * physically arrange layout macro Arrange the layout macro and keycodes to resemble the assembled keyboard. * info.json: rebuild LAYOUT data Fixes mispositioned keys in QMK Configurator.
| * Update endgame keymap to work with suspend changes (#13805)slashbunny2021-07-312-2/+1
| | | | | | | | | | | | Updates the Massdrop CTRL keyboard engame keymap to work after the changes to USB suspend in #12697 Fixes #13782
| * DP60 layout macro renames (#13811)James Young2021-07-312-17/+414
| | | | | | | | | | | | | | | | | | * info.json: apply human-friendly formatting * rename LAYOUT_60_wkl to LAYOUT_60_ansi_tsangan_split_rshift * rename LAYOUT_60_wkl_split_bs to LAYOUT_60_tsangan_hhkb * info.json: remove `key_count` keys
| * Charue Sunsetter: layout macro fixes (#13809)James Young2021-07-316-32/+591
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove K214 from LAYOUT_1065_ansi macro Position K214 is only used by the ISO layout (as KC_NUHS); it doesn't get used here. Removing it so the layout macro matches the info.json layout data. Also updates info.json to use human-friendly formatting. * add layout macros Adds: - LAYOUT_1065_ansi_split_bs macro - LAYOUT_1065_iso macro - LAYOUT_1065_iso_split_bs macro - `default_iso` keymap * add LAYOUT_all macro Adds LAYOUT_all macro and a `default_all` keymap. This PCB is unusual in that the ANSI Backslash and ANSI Enter do not share their matrix positions with the Non-US Backslash or ISO Enter keys at all. This layout macro supports both the ANSI and ISO positions in one macro/keymap.
| * Rartland: add 65_ansi and 65_iso layouts (#13807)James Young2021-07-313-5/+215
| | | | | | | | | | | | | | * add 65_ansi and 65_iso layouts ... with Community Layout support * add block comment of layouts to rartland.h
| * [Keymap] Add peott-fr Kinesis keymap (#13812)peott-fr2021-07-311-0/+28
| |
| * [Keyboard] Reduce nibble oled_status keymap size (#13813)Jay Greco2021-07-311-5/+7
| |
| * [Keyboard] Fix RGBKB Pan Rev1 Encoder RGB handling (#13781)Drashna Jaelre2021-07-312-26/+76
| |
| * change DIP_SWITCH_ENABLE to off (#13815)MakotoKurauchi2021-07-314-2/+6
| |
* | fix develop branch move file (#13832)Jonavin2021-08-011-0/+0
| | | | | | Co-authored-by: zvecr <git@zvecr.com>
* | [Keyboard] Fix SRC include for matrix/m20add issi driver (#13826)Drashna Jaelre2021-07-311-1/+1
| |
* | Fix compile issues due to LED changes (#13821)Drashna Jaelre2021-07-313-135/+135
| |
* | __flash? (#13799)Joel Challis2021-07-3164-72/+72
| |
* | Move some led drivers to common folder (#13749)Joel Challis2021-07-3142-46/+46
| | | | | | * Move some led drivers to common folder
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-311-364/+85
|\|
| * Neito: correct key sequence in info.json (#13808)James Young2021-07-311-364/+85
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-312-6/+6
|\|
| * Fix up paths for bioi boards - parallel compilation failures due to file ↵Nick Brassel2021-07-312-6/+6
| | | | | | | | collisions. (#13806)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-302-0/+0
|\|
| * Move ergosaurus via keymap to correct location (#13802)Joel Challis2021-07-312-0/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-301-1/+1
|\|
| * Fix onekey console keymap (#13797)Ryan2021-07-301-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-301-0/+99
|\|
| * Xelus Dharma: add info.json file (#13796)James Young2021-07-301-0/+99
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-303-4/+7
|\|
| * txuu: rename LAYOUT to LAYOUT_65_ansi_blocker_split_bs (#13794)James Young2021-07-302-3/+6
| | | | | | Renames the layout macro to be more conformant to the rest of QMK.
| * Tiger910: fix Left Control key size in info.json (#13793)James Young2021-07-301-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-301-1/+1
|\|
| * Stratos: fix layout macro reference in info.json (#13792)James Young2021-07-301-1/+1
| | | | | | - change LAYOUT_60_ansi_tsangan_hhkb to LAYOUT_60_tsangan_hhkb
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-305-14/+65
|\|
| * Ristretto: fix Configurator layout data (#13791)James Young2021-07-301-6/+54
| |
| * X-Bows Ranger: rename LAYOUT to LAYOUT_tkl_ansi (#13795)James Young2021-07-304-8/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-3051-118/+121
|\|
| * Onekey cleanup (#13786)Ryan2021-07-3051-118/+121
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-3010-0/+649
|\|
| * [Keyboard] Add portal 66 (#13767)Matthew Dias2021-07-3010-0/+649
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-307-0/+235
|\|
| * [Keyboard] Add Commodore Amiga 1200 Membrane Converter (#13705)8bits4ever2021-07-307-0/+235
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-301-1/+1
|\|
| * Pearl Boards Pandora: correct layout macro reference in info.json (#13787)James Young2021-07-301-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-304-10/+10
|\|
| * Ocean Sus Board: rename layout macro (#13785)James Young2021-07-304-10/+10
| | | | | | | | - rename LAYOUT_ortho_3x4 to LAYOUT_ortho_4x3 - ... because ortho layouts in QMK are named by <rows>x<columns> instead of <columns>x<rows>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-302-3/+62
|\|
| * Nack: rename layout macro to LAYOUT_ortho_4x13 (#13784)James Young2021-07-302-3/+62
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-301-1/+89
|\|
| * MNK1800s: fix Configurator key sequence (#13783)James Young2021-07-301-1/+89
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-301-0/+0
|\|