Ryan
2bc4a216df
maxr1998/pulse4k: Move Combo code to keymap level ( #16301 )
...
* maxr1998/pulse4k: Move Combo code to keymap level
* Reorder code
2022-02-11 02:31:19 +00:00
James Young
bc5d46aaad
Mode 75H Touch-UP ( #16310 )
...
* m75h.h: correct matrix position identifier
`K5C` is actually on row 4, so it should be `K4C`.
* m75h.h: add matrix diagram
* add QMK Configurator data
* polish whitespace
- convert tabs to spaces
- update indent to four spaces
- remove trailing whitespace
2022-02-10 21:02:23 +00:00
James Young
195242dc37
keyten kt60-M: rename LAYOUT to LAYOUT_60_tsangan_hhkb ( #16307 )
...
* rename LAYOUT to LAYOUT_60_tsangan_hhkb
* info.json: correct maintainer value
Field is meant to reference the maintainer's GitHub username.
* rules.mk: enable Community Layout support
2022-02-10 16:22:42 +00:00
James Young
d25bce24cd
Keyprez Unicorn: fix QMK Configurator key sequence ( #16305 )
...
* info.json: apply friendly formatting
* info.json: fix key sequence
2022-02-10 16:21:38 +00:00
James Young
c9e19fe6fc
KeebsForAll Freebird Numpad Pro: fix Configurator key positioning ( #16303 )
...
* info.json: apply friendly formatting
* info.json: fix key positioning
Fixes the second row being rendered on top of the first row.
2022-02-10 16:19:27 +00:00
James Young
21522e0964
info.json: fix QMK Configurator rendering ( #16299 )
2022-02-10 16:17:47 +00:00
James Young
da4eda8930
info.json: fix key sequence ( #16297 )
2022-02-10 16:17:12 +00:00
James Young
cb9142224b
Eye Oh Designs SPRH: fix Configurator data ( #16296 )
2022-02-09 21:24:10 -08:00
James Young
c092d716c5
gl516/j73gl: fix Configurator key sequence ( #16298 )
2022-02-09 21:22:47 -08:00
James Young
66f61ae4cb
CMM.Studio Fuji65: correct layout data for real this time ( #16295 )
...
Because I apparently can't tell the difference between coordinates and dimensions.
2022-02-09 19:29:25 -08:00
James Young
5475553dd8
Demiurge: correct Configurator Layout data ( #16294 )
...
* info.json: apply friendly formatting
* info.json: correct layout data
2022-02-10 01:31:07 +00:00
James Young
ae041078e8
CMM.Studio Fuji65: Configurator Data Patch ( #16293 )
...
* info.json: correct layout data
* info.json: correct maintainer field
2022-02-10 01:14:32 +00:00
Aric Crosson Bouwers
9d74c95215
[Keymap] submitting ariccb planck keymap ( #16177 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-09 17:03:43 -08:00
Arda Kılıçdağı
de4f2bf1ff
Further update to #13745 on Crkbd keymap ( #16284 )
...
* Further update to #13745
Hello,
This is further update to #13745 , somehow my commit did not get merged
https://github.com/qmk/qmk_firmware/pull/13745#discussion_r802603490
* Update config.h
2022-02-09 19:47:53 +00:00
Brandon Claveria
c49438feec
[Keyboard] Digicarp65 ( #15926 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: swiftrax <swiftrax@github.com>
2022-02-08 21:51:51 -08:00
MechMerlin
c212b65e48
New Keyboard: 1upkeyboards super16v2 ( #16198 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-08 21:51:20 -08:00
peepeetee
b114b27373
[Keyboard] Idobao ID80 V3 ( #15912 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-08 21:49:53 -08:00
bomb
a75fb03f39
[Keyboard] MelGeek Mach80 rev2 ( #15610 )
2022-02-08 21:49:40 -08:00
Vino Rodrigues
bf4ce41696
[Keyboard] refine LED Matrix LED positions on KBD67 Lite ( #15769 )
2022-02-08 21:42:01 -08:00
Danny
11e50f5ff1
[Keyboard] Add explicit RGB Matrix defines for Iris Rev. 6 ( #16275 )
2022-02-08 21:23:25 -08:00
Alexander
71a48a0102
[Keyboard] Add Kapl ( #16255 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-08 21:19:54 -08:00
Nick Brassel
efdaa7f972
Add support for driving unselected row/col. ( #16278 )
2022-02-09 15:50:13 +11:00
James Young
e26778ceb5
LFKeyboards Mini1800: refactor into revisions ( #16260 )
...
* fork Mini1800 into reva and revc versions
* update info.json
- apply friendly formatting
- update maintainer value
* update keymap rules.mk formatting
- align inline comments
- convert tabs to spaces
* align keymap rules.mk files to QMK template
* move common keymap rules.mk settings to revision level
* info.json: correct key sequence
* align revision rules.mk files to QMK template
* clean up revision rules.mk files
* add readme files for each revision
* correct USB Product string
* remove post_rules.mk files
The internal settings were commented out, so the files actually don't do anything.
* edit Bootloader instructions on main readme
* move non-assignment rules to post_rules.mk
* add inline comments for NKRO_ENABLE per fauxpark
2022-02-07 20:12:59 -08:00
James Young
f3aa5db414
Boardsource The Mark 65 Touch-Up and Layout Additions ( #16270 )
...
* the_mark.h: use ____ for KC_NO
* the_mark.h: number matrix positions electrically
`K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0.
* the_mark.h: use QMK 3-character notation
* the_mark.h: add matrix diagram
* refactor reference keymaps
- convert tabs to spaces
- use four-space indent
- grid align keycodes
- remove extra line breaks
- add layer indexes to `via` keymap
* info.json: apply friendly formatting
* add LAYOUT_ansi_split_bs_space
Includes reference keymap.
* add LAYOUT_iso_split_bs_space
Includes reference keymap.
* info.json: edit maintainer value
There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
2022-02-07 19:45:44 -08:00
James Young
7c5d4484f6
Wings42: add QMK Configurator data ( #16267 )
...
* add info.json for wings42/rev1
* add info.json for wings42/rev1_extkeys
* add info.json for wings42/rev2
2022-02-07 19:44:19 -08:00
Alin Marin Elena
837205b08f
[Keyboard] M60 split 5x12 lego pcb ( #14383 )
...
* add m60 lego case in split, with stm32f401 and 411
* Update keyboards/mlego/m60_split/m60_split.h
* Update keyboards/mlego/m60_split/rev1/config.h
* Update keyboards/mlego/m60_split/rev2/config.h
* address the moving of enum in keymaps
2022-02-07 13:31:51 -08:00
Duccio
67d10cbc7e
[Keyboard] [eternal_keypad] Update product_id and add keymap ( #16253 )
2022-02-07 11:28:20 -08:00
Jimmy Sjölund
3ca19fa933
[Keymap] Updated Planck layout - jimmysjolund ( #16245 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-07 10:24:20 -08:00
Joel Challis
2a42a80c20
Fix wheatfield/split75 iso info.json ( #16250 )
2022-02-06 21:01:18 +00:00
SneakboxKB
e7a9e92a04
[Keyboard] Add aliceclonergb ( #14285 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: SneakboxKB <64090325+mujimanic@users.noreply.github.com>
2022-02-06 09:50:09 -08:00
Jouke Witteveen
14f886d03b
[Docs] Address some typos (also in moonlander matrix.c) ( #16248 )
...
* [Docs] Fix repeated words
* [Keyboard] Fix moonlander output
The left/right orientation differs from Ergodox EZ.
2022-02-06 17:36:44 +00:00
Anton K. (ai Doge)
8da9588bfb
[Keyboard] via support for eternal_keypad ( #16242 )
2022-02-06 08:57:58 -08:00
fOmey
4974b50a7f
RGB matrix backlight mapping and fixes ( #16231 )
2022-02-06 08:55:35 -08:00
Elliot Powell
4fb6eb7253
[Keyboard] Add Support for KeebsForAll Freebird Numpads ( #16046 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-06 07:57:16 -08:00
evanmcook
4c9c7b9963
[Keyboard] added evancook.audio tenpad macropad ( #16189 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-06 07:56:36 -08:00
4pplet
ea116b785b
[Keyboard] Waffling60 Revision C ( #16191 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
2022-02-06 07:54:56 -08:00
yiancar
095f0bfe02
[Keyboard] Mnk75 ( #15879 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: yiancar <yiancar@gmail.com>
2022-02-05 21:18:10 -08:00
Boris Churzin
88a22268eb
[Keyboard] oryx rules.mk rgblight ( #16229 )
...
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
2022-02-05 20:58:15 -08:00
James Young
317252612f
Noxary Valhalla: refactor LAYOUT_all, add QMK Configurator data ( #16241 )
2022-02-05 20:53:51 -08:00
James Young
ac6283e836
KBDfans KBD19x: add LAYOUT_iso ( #16240 )
2022-02-05 20:53:07 -08:00
James Young
afb198f49d
Cutie Club x Keebcats Dougal: add LAYOUT_65_ansi and LAYOUT_65_iso ( #16239 )
2022-02-05 20:07:39 -08:00
HorrorTroll
ee67cdfeec
[Keyboard] Add Paws 60 keyboard ( #16204 )
2022-02-05 09:01:58 -08:00
Michał Szczepaniak
df37125755
Add macroboard(5x6 OLKB blackpill) keyboard ( #16219 )
...
* Add macroboard keyboard
* Fix issues requested in pull request
* Removed halconf/mcuconf and moved to handwired directory
* Added description, enabled bootmagic, disabled console
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-05 14:27:41 +00:00
Kyrre Havik
719881c2ee
[Keyboard] Add Xenon keyboard ( #15915 )
...
Co-authored-by: Sam Mohr <smores56@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2022-02-04 19:06:49 -08:00
Lalit Maganti
1febea8d4b
[Keymap] add LalitMaganti GMMK Pro Keymap ( #16203 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-04 17:59:08 -08:00
James Young
904d5f14f5
Studio Kestra Galatea: add ( #16218 )
2022-02-04 17:50:27 -08:00
James Young
f8376d2a37
Bathroom Epiphanies Ghost Squid: add QMK Configurator data ( #16212 )
2022-02-05 10:08:23 +11:00
Xelus22
8d5375d08b
[Bug] fix Pachi RGB Rev2 RGB positioning ( #16182 )
2022-02-04 13:22:53 -08:00
jack
16d53fa1c7
[Keymap] Fix OLED font path in default Rhymestone keymap ( #16197 )
2022-02-04 13:19:46 -08:00
Ian McLinden
c067d374d7
[Keyboard] Add VIA keymap to AMAG23 ( #16206 )
2022-02-04 13:19:12 -08:00
TerryMathews
13821fdbd7
[Keyboard] TKC Portico75 ( #15114 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jael're <drashna@live.com>
2022-02-04 13:18:42 -08:00
James Young
7540a80341
MTBKeys MTB60 Solder Layout Macro Refactor ( #16195 )
2022-02-04 12:35:17 -08:00
James Young
ca46abdc38
FJLabs 7V Hotswap: refactor LAYOUT_75_all macro ( #16213 )
2022-02-04 12:34:34 -08:00
James Young
9fe0842b6d
Meow65: rename LAYOUT to LAYOUT_65_ansi_blocker ( #16214 )
2022-02-04 12:34:16 -08:00
James Young
0a40916845
MechanicKeys Mini Ashen 40: refactor LAYOUT macro ( #16192 )
...
* info.json: apply friendly formatting
* move Backspace argument/keycode to top row
* info.json: correct maintainer field
2022-02-04 11:35:29 -08:00
James Young
98916fd862
MTBKeys MTB60 Hotswap Layout Macro Refactor ( #16194 )
2022-02-04 09:46:21 -08:00
Salicylic-acid3
405c04e0d2
[Keyboard] Add Keyboards GL516s ( #14950 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-04 07:59:38 -08:00
James Young
1cb423c424
Mokey xox70hot: rename LAYOUT to LAYOUT_tkl_nofrow_ansi_tsangan ( #16193 )
2022-02-03 20:32:20 -08:00
Richard
333dd5d48c
Fix axis inversion ( #16179 )
2022-02-03 10:18:26 +00:00
Ryan
27e390777b
Fix a couple of mismatched info.json layout names ( #16164 )
...
* Fix a couple of mismatched info.json layout names
* Fix layouts
* Clean up layouts
2022-02-02 21:08:48 +00:00
Nick Brassel
3897eaac30
Fixup line endings for kt60-M.
2022-02-03 03:19:08 +11:00
Ivan Gromov
bf2b3f7907
[Keyboard] Add keyten kt60-M ( #16150 )
2022-02-01 21:05:23 -08:00
Andre Brait
70c5915da8
[Keymap] Add MacOS layer ( #16151 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-01 21:04:50 -08:00
joedinkle
50f55c61fd
[Keyboard] Added keymaps for SPRH and update encoder ( #16098 )
2022-02-01 20:32:27 -08:00
Adrian Fleiszer
16ad8c0159
[Keyboard] Add YMDK sp64 VIA support ( #16152 )
2022-02-01 20:31:05 -08:00
Drashna Jaelre
f2c9fa81de
[Keyboard] enable rgb modes for jkb65 ( #16159 )
2022-01-31 18:58:29 -08:00
WiZ.GG
7b35dda31e
[Keyboard] R2 version of jadookb/jkb65 ( #16129 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-01-31 18:11:03 -08:00
Ben Allen
602472dbfa
[Keyboard] ReadMe corrections for crkbd ( #16149 )
2022-01-31 18:08:27 -08:00
Albert Y
68473e66b6
[Keyboard] Typo correction in ferris sweep readme ( #16148 )
2022-01-31 18:07:57 -08:00
Albert Y
b56707a517
[Keyboard] Simplify handedness for cradio ( #16147 )
2022-01-31 18:07:33 -08:00
takishim
f404ec329f
Fixed a bug in pin assignment. ( #16158 )
...
Added original copyright notice.
Assign the tilde key to layer 1.
Co-authored-by: takishim <tadashi@kishimo.to>
2022-02-01 00:28:48 +00:00
Ryan
59f37bb710
Fix build failure for LW67, rename ansi keymap to default ( #16154 )
...
* Fix build failure for LW67, rename ansi keymap to default
* Fix keycode typos as well
2022-02-01 08:31:15 +11:00
xerootg
1111ff604d
[Keyboard] Add the proton c as a controller for the redox ( #16106 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: xerootg <xerootg@github.com>
2022-01-31 11:40:13 -08:00
James Young
59ebe28cd5
KeebsForAll FreebirdTKL Layout Macro Refactor ( #16146 )
2022-01-31 11:34:34 -08:00
Laneware
37093eb929
[Keyboard] Add LW67 keyboard ( #16141 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-01-31 11:31:32 -08:00
James Young
7512e58cfe
KapCave Arya: Fix QMK Configurator Implementation ( #16145 )
...
* move layout macro alias to info.json
* info.json: fix layout macro reference
* info.json: fix layout data
Original layout data was generated with rotation, which breaks the rendering.
* info.json: remove layout macro alias
It's not used anywhere, so no need to keep it.
* rules.mk: enable Community Layout support
2022-01-31 11:16:04 +00:00
James Young
4277dc3ac9
wilba.tech WT60-H3 Layout Macro Refactor ( #16140 )
...
* move ISO Enter argument to home row
Moves the ISO Enter key's argument to the home row to conform to QMK's standard for traditionally-staggered boards.
* update info.json data
2022-01-30 17:26:27 -08:00
James Young
2e13f7d9f0
Mechlovin Olly BB Touch-Up ( #16137 )
...
* fix keymap alignment
Both the `default` and `via` keymaps had misalignments on the top 3 layers, which was misleading as to which keycode was on which switch on those layers.
* fix layout macro reference in info.json
* friendly-format info.json, phase 1
Adds line breaks between keyboard rows.
* correct info.json key sequence
* bb.h: use XXX for KC_NO
* bb.h: add matrix diagram
* add LAYOUT_ansi_split_bs
Includes reference keymap.
* add LAYOUT_iso_split_bs
Includes reference keymap.
* info.json: remove meta key
2022-01-30 23:10:42 +00:00
James Young
c6a613ef7c
gergoplex: add QMK Configurator data ( #16138 )
2022-01-30 23:09:46 +00:00
Ryan
bdca5132a4
Fave84H/87H: Fix stray closing brace in default keymap ( #16136 )
2022-01-30 15:07:40 -08:00
Drashna Jaelre
941b1d35b8
[Keymap] Add oled improvements and cnano keymap for drashna ( #16133 )
2022-01-30 13:20:33 -08:00
Wolf Van Herreweghe
3555ee0555
[Keyboard] Add the FAve 87H ( #15965 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
2022-01-30 11:28:53 -08:00
Alin Marin Elena
b0da230213
[Keyboard] add mlego/m65 oled revision ( #15833 )
2022-01-30 11:13:08 -08:00
Gigahawk
b20bbc7152
[Keymap]: Create Gigahawk GMMK Pro keymap ( #15934 )
2022-01-30 11:00:22 -08:00
Wolf Van Herreweghe
0200020162
[Keyboard] Small fixes to the Keybee65 ( #15966 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
2022-01-30 10:59:24 -08:00
Wolf Van Herreweghe
5576f641ce
[Keyboard] Add base FAve 84H firmware ( #15967 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
2022-01-30 10:58:58 -08:00
peott-fr
a78b80966b
[Keymap] Adding Sunsetter keymap ( #16126 )
2022-01-30 10:52:36 -08:00
Christian Grumbein
62851b5abd
[Keymap] Add hachetman layout for GMMK Pro ( #16131 )
2022-01-30 10:47:11 -08:00
Andrew Garver
7a81d5ee0d
[Keyboard] added via keymap for ferris sweep ( #16130 )
2022-01-30 10:46:54 -08:00
James Young
42ba4e8cae
Cutie Club Giant Macro Pad: Update QMK Configurator Implementation ( #16132 )
2022-01-30 10:35:43 -08:00
James Young
aee6ff5c08
Xelus Pachi: add info.json files; rename layout macros ( #16123 )
...
* xelus/pachi/mini_32u4: add info.json
* xelus/pachi/rev1: add info.json
* xelus/pachi/rgb/rev1: add info.json
* xelus/pachi/rgb/rev2: add info.json
* rename LAYOUT_ansi_tsangan to LAYOUT_tkl_ansi_tsangan
Rename `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_ansi_tsangan` for the Pachi RGB revisions.
2022-01-29 23:11:50 -08:00
James Young
66c81ed82e
Takashi Company Center x Enter: correct info.json key sequence ( #16120 )
...
* info.json: apply friendly formatting
* info.json: update labels for clarity
* info.json: correct key sequence
2022-01-29 23:29:42 +00:00
James Young
e0de2b0279
Takashi Company QooLee: correct info.json key sequence ( #16121 )
...
* info.json: apply friendly formatting
* info.json: correct maintainer field
Fixes a typo.
* info.json: correct key sequence
2022-01-29 23:28:57 +00:00
James Young
bfc691eaab
Wuque Mammoth75x: refactor ( #16122 )
...
* info.json: apply/polish friendly formatting
* refactor LAYOUT_all macro
- move the argument/keycode for the right half of split Backspace next to the left half
- update QMK Configurator layout data
* update QMK Configurator layout data for the other macros
Moves the EncoderClick objects up, and offsets the arrow keys down 0.25u.
2022-01-29 23:28:14 +00:00
James Young
c2905437ea
Cutie Club x Keebcats Denis: codebase touch-up and info.json update ( #16124 )
...
* denis.h: use QMK 3-character notation
* info.json: apply friendly formatting
* info.json: add missing layout trees
* info.json: fix key sequence on ISO layouts
2022-01-29 23:26:47 +00:00
James Young
cabdef8395
Studio Kestra Bourgeau: rename LAYOUT_all to LAYOUT_75_ansi_rwkl ( #16119 )
...
* rename LAYOUT_all to LAYOUT_75_ansi_rwkl
The only supported layout is 75% ANSI, with two modifier keys on the right of the Spacebar instead of three.
* info.json: use maintainer's GitHub username
2022-01-29 21:29:45 +00:00
James Young
8219472cc9
CK65: LAYOUT_65_iso compatibility ( #16118 )
...
* info.json: apply friendly formatting
* ck65.h: use QMK 3-character notation
* move Enter keycode/argument to home row
This commit makes the `LAYOUT` macro conformant to `LAYOUT_65_iso` in QMK.
* rename LAYOUT to LAYOUT_65_iso
* use QMK-native KC_TRNS alias in keymaps
Replaces instances of `KC_TRNS` with `_______` in keymaps.
* info.json: update maintainer field
2022-01-29 21:29:12 +00:00
Ryan
9482a097c8
Fix Cypher rev6 VIA keymap ( #16117 )
2022-01-29 21:17:18 +00:00
ojthetiny
dd9bbd8d4a
[Keyboard] Add the demiurge keyboard ( #16074 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-01-29 10:49:54 -08:00
Bahrul Hidayat
d59c982d17
[Keyboard] add synthesis60 ( #15864 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-01-29 10:28:38 -08:00