Commit graph

9800 commits

Author SHA1 Message Date
Jack Humbert
fa5d21a58e
[Keyboard] Enables I2C for OLKB rev*_drop boards ()
Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
2021-09-19 11:43:37 -07:00
XScorpion2
0e34efd9a2
[Keyboard] Quick fixes for the Mun to unblock customers () 2021-09-19 11:31:17 -07:00
Drashna Jaelre
d9ca201f79
[Keyboard] Fix Compiler issues for quick17 () 2021-09-19 07:01:02 -07:00
Drashna Jaelre
ef5c6ea096
[Keyboard] Use old custom matrix for Drop Planck+Preonic ()
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jack Humbert <jack.humb@gmail.com>
2021-09-18 20:10:32 -07:00
Ramya Challa
f61f79b7cd
[Keyboard] Add Gentleman65 ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-18 12:47:26 -07:00
MakotoKurauchi
c2f3c418f3
[Keyboard] Add new keyboard quick17 ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
2021-09-18 12:28:41 -07:00
kaylanm
e3e58aae6a
[Keyboard] Add superuser keyboard ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-18 12:27:49 -07:00
Bahrul Hidayat
23c3b9decb
[Keyboard] Add dyz60 ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-18 12:26:46 -07:00
Elliot Powell
4e7133e262
[Keyboard] Add support for Coarse60 ()
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-18 11:39:58 -07:00
Lui Wolff
2c4660e40d
[Keymap] Added Brazilian keymap for BM40RGB () 2021-09-18 09:06:46 -07:00
Drashna Jaelre
c681c1a6a8
[Keyboard] Fix dosa40rgb compilation issues () 2021-09-18 00:53:16 -07:00
Jordan Duabe
d51bb76ec9
[Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 () 2021-09-17 23:52:53 -07:00
Dao Tak Isaac
09b66c06d4
[Keyboard] Add Dosa40RGB + dtisaac01 () 2021-09-17 23:52:18 -07:00
john-ezra
228c7b095b
[Keymap] Major Updates to Personal Kyria Keymap ()
* added john ezra keymap with updates

* changed tapping term
2021-09-17 23:51:09 -07:00
Takeshi ISHII
f93597d66b
fix link error for helix/rev3_5rows:five_rows ()
This is a tentative quick fix.
I was adding the same functions for both  and  and they were in conflict.
2021-09-18 11:51:04 +09:00
James Young
7c09b2667b
Nix Studio OXALYS80 Refactor ()
* update grid alignment of keycodes

* update key assignments on via keymap

A seemingly-misplaced key assignment on Layers 1 through 3 of the via keymap led to keys being off by one in comparison to the default keymap.

* switch Backslash and Backspace on via keymap base layer

Matches the via keymap's key mapping to that of the default keymap.

* use QMK 3-character notation in oxalys80.h

* add matrix diagram; remove Planck reference

* add LAYOUT_tkl_ansi and LAYOUT_tkl_ansi_wkl layout macros

* add LAYOUT_tkl_ansi_tsangan macro

* add ISO layouts

Add LAYOUT_tkl_iso, LAYOUT_tkl_iso_tsangan, and LAYOUT_tkl_iso_wkl macros.

* enable Community Layouts support

* tidy up rules.mk

* readme tidy-up
2021-09-17 13:48:14 -07:00
Drashna Jaelre
0c1341daa8
[Keyboard] Move Planck EZ off 'Proton C' board () 2021-09-17 13:01:06 -07:00
Drashna Jaelre
40578621a7
[Keyboard] Move Moonlander off 'Proton C' board () 2021-09-17 13:00:42 -07:00
X-Bows Tech
c9b91443e1
Update rules.mk for xbows keyboard ()
* Update rules.mk

* Update rules.mk

* Update rules.mk
2021-09-17 17:48:11 +01:00
Matt
3496513865
[Keymap] Adding personal keymap ()
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-16 21:38:11 -07:00
Andy Yong
b1605f2ad9
[Keyboard] Add Sauce Mild Keyboard ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-16 20:19:58 -07:00
r-pufky
87665f404b
[Keymap] Add gaming toggle layer & layer colors to r-pufky keymap. () 2021-09-16 20:15:01 -07:00
Álvaro A. Volpato
c6b87be8c7
Mode 65S: Tap code and extra keys for media keys () 2021-09-16 21:42:26 +01:00
Takeshi ISHII
85a0c494ff
[Keymap] Update Helix:five_rows OLED code ()
* Stop using snprintf() in keymaps/five_rows/oled_display.c.

The binary size becomes 1350 bytes smaller.

make HELIX=verbose,core-oled helix/rev2/sc:five_rows
(104 bytes over) -> (95%, 1256 bytes free)

make helix/rev3_5rows:five_rows
(528 bytes over) -> (97%, 830 bytes free)

* add matrix scan rate display to OLED for keymaps/five_rows

* add matrix_output_unselect_delay.c to helix keymaps/five_rows

* add GPLv2 header

* apply review comment
2021-09-16 18:47:47 +09:00
Takeshi ISHII
13b93c212d
[Keyboard] Increase the way to add oled code for helix/rev3. ()
* move rev3_Xrows/oled_display.c to rev3_Xrows/keymaps/default/oled_display.c

* add dummy rev3_Xrows/oled_display.c

* Add default minimum oled_task_user() to helix/rev3_Xrows/rev3_Xrows.c

* remove unnecessary comment in rev3_Xrows/keymaps/default/oled_display.c

* copy rev3_Xrows/keymaps/default/oled_display.c to rev3_Xrows/keymaps/via/oled_display.c
2021-09-16 18:46:51 +09:00
Jos Boersema
d140e41c93
Adds optional hebrew layout (Unicode) () 2021-09-15 22:27:44 -07:00
Vino Rodrigues
b5cc2bdc34
[Keyboard] Add the Idobao ID96 keyboard ()
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-15 20:28:40 -07:00
Felix Jen
ae821ce4b7
[Keyboard] Add FJLabs TF60 Variants and TF65 Variant ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-15 19:25:30 -07:00
Felix Jen
40c58b1734
[Keyboard] Add Absolute Designs AD65 Keyboard ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-15 19:25:03 -07:00
yulei
303e063b71
[Keyboard] add Matrix Me ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-15 10:20:20 -07:00
Felix Jen
4b7503097c
[Keyboard] Replaced Maker Keyboards & FJLabs Legacy Code () 2021-09-15 10:18:47 -07:00
Albert Y
0097886db6
[Keyboard] Add NO_LED positions to match key matrix. ()
Co-authored-by: filterpaper <filterpaper@localhost>
2021-09-15 10:16:32 -07:00
IFo Hancroft
9503d8bd03
[Keymap] A slight improvement to my own ErgoDox keymap () 2021-09-15 10:15:42 -07:00
peott-fr
0f3343aa93
[Keymap] Trying again with Prime-e update! () 2021-09-15 10:14:57 -07:00
X-Bows Tech
6930eed964
[Keyboard] Update lighting effects for xbows keyboard () 2021-09-15 10:14:05 -07:00
Drashna Jaelre
169d5bd21d
[Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses ()
Co-authored-by: Joel Challis <git@zvecr.com>
2021-09-15 10:07:08 -07:00
Drashna Jaelre
7e36a81383
[Keyboard] Fix Boop65 rgb compile issues () 2021-09-15 01:31:25 -07:00
Dan Nixon
a2d43ca024
[Keyboard] Add Aya keyboard ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-14 23:56:12 -07:00
moyi4681
c2f2f9bfd3
[Keyboard] add kbd75 hotswap keyboard ()
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-14 23:00:48 -07:00
moyi4681
07a4e3b176
[Keyboard] add boop65 rgb keyboard ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-14 22:20:34 -07:00
Wolf Van Herreweghe
344a73fddd
[Keyboard] Add KeyBee65 ()
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
2021-09-14 22:20:07 -07:00
bomb
3435289052
[Keyboard] Add Mach80 for Melgeek ()
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-14 22:09:49 -07:00
jmcwilliams403
fcebd17267
[Keyboard] added 64_ansi_split_bs layout () 2021-09-14 21:44:41 -07:00
ぺらねこ
830fb5fd05
[Keyboard] Update peranekofactory/tone/rev2/rev2.h ()
I changed the description that was mistakenly described as the same wiring as Rev1 to the correct description.
2021-09-14 21:21:31 -07:00
drhigsby
00c60c9410
[Keyboard] Dubba175 Default Keymap Update ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-14 20:55:09 -07:00
Carlos Martins
0dfc1db74a
[Keyboard] VIA support with top facing LEDs and underglow ()
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-14 20:38:13 -07:00
Álvaro A. Volpato
eee553337a
Add initial support for M65S ()
* Add initial support for M65S

* Remove LTO_ENABLE from rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Removed defs in rules.mk, remove EEPROM debug code in m65s.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-14 07:01:23 +10:00
stanrc85
ca626f59a7
[Keymap] Userspace updates () 2021-09-13 13:15:10 -07:00
Drashna Jaelre
2b956e6eb9
[Keyboard] fix mokey63 keymaps () 2021-09-13 19:30:37 +01:00
Xelus22
5ae2ae8a36
[Bug] Keymap Fixes - lyra and reviung39 () 2021-09-11 23:21:56 -07:00