Commit Graph

15664 Commits

Author SHA1 Message Date
Nick Brassel
2fbb34e0c6 Matching submodules. 2021-08-03 03:29:13 +10:00
Reza Jelveh
504bc65ec3 ducky: update chconf.h 2021-06-19 01:45:38 +08:00
Reza Jelveh
1f078a590c ducky: update rules.mk 2021-06-19 01:45:37 +08:00
Reza Jelveh
83ec2472fe ducky: remove halconf.h 2021-06-19 01:45:37 +08:00
Reza Jelveh
fb051922e8 ducky: update chibios version 2021-06-19 01:45:36 +08:00
Reza Jelveh
978a7c9233 ducky: debug usb issues 2021-06-19 01:45:35 +08:00
Reza Jelveh
f6f9d022db ducky: debug new USB driver 2021-06-19 01:45:35 +08:00
Reza Jelveh
a93ce123ea ducky: update for chibios-contrib changes 2021-06-19 01:45:34 +08:00
Reza Jelveh
002d16424e ducky: remove custom matrix 2021-06-19 01:45:34 +08:00
Reza Jelveh
9c1d303c9e ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader 2021-06-19 01:45:33 +08:00
Reza Jelveh
e96587eebc ducky: refactor matrix.c again so we can better compare it to other boards 2021-06-19 01:45:32 +08:00
Reza Jelveh
26a04a6db5 ducky: requested changes 2021-06-19 01:45:32 +08:00
Reza Jelveh
3ac4eb8fd9 ducky: cosmetics 2021-06-19 01:45:31 +08:00
Reza Jelveh
acfa4c309d ducky: move mbi5042 led driver to ducky keyboard 2021-06-19 01:45:31 +08:00
Reza Jelveh
d0c861978e ducky: remove unused USB_LED_CAPSLOCK_INDEX 28 2021-06-19 01:45:30 +08:00
Reza Jelveh
533c9de066 ducky: fix backslash on default keymap 2021-06-19 01:45:29 +08:00
Reza Jelveh
f4a4983828 ducky: update readme 2021-06-19 01:45:29 +08:00
Reza Jelveh
82ea4e2fe1 ducky: enable DIP_SWITCH_ENABLE rule 2021-06-19 01:45:28 +08:00
Reza Jelveh
bb31ec6b80 ducky: info.json lint 2021-06-19 01:45:28 +08:00
Reza Jelveh
dfa17d8fe5 ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead 2021-06-19 01:45:27 +08:00
Reza Jelveh
8a33114488 ducky: move winkey grave esc to default keymap 2021-06-19 01:45:26 +08:00
Reza Jelveh
7e11f631bb ducky: update requested changes 2021-06-19 01:45:26 +08:00
Reza Jelveh
68afceaf11 ducky: update requested changes
Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE
2021-06-19 01:45:25 +08:00
Reza Jelveh
fa02980874 ducky: clang-format matrix and one2mini.c 2021-06-19 01:45:24 +08:00
Reza Jelveh
a6d25a2bbe ducky: disable RGB_MATRIX until driver is merged 2021-06-19 01:45:24 +08:00
Reza Jelveh
b2253049c4 ducky: playpause on fn space 2021-06-19 01:45:23 +08:00
Reza Jelveh
15e4a55323 ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work 2021-06-19 01:45:23 +08:00
Reza Jelveh
20d063ef74 ducky: make default mouse key behavior more linear 2021-06-19 01:45:22 +08:00
Reza Jelveh
15ae9e68ef ducky: don't trigger app key with left shift 2021-06-19 01:45:21 +08:00
Reza Jelveh
b26d977e9c update requested ducky one mini2 board changes 2021-06-19 01:45:21 +08:00
GitWellBack
46f4f9bdc5 Unused keymap defines removed. 2021-06-19 01:45:20 +08:00
GitWellBack
09a2aacc14 info.json updates (Configurator support). DEBOUNCE define adjust. 2021-06-19 01:45:20 +08:00
GitWellBack
4009b3212d Separate default keymap into proper default, iso and ansi versions 2021-06-19 01:45:19 +08:00
GitWellBack
9d6305cca8 Keymap macro issue, together with general polish suggestions 2021-06-19 01:45:18 +08:00
GitWellBack
2cd1d0b590 Initial Ducky One 2 Mini keyboard and keymap 2021-06-19 01:45:18 +08:00
umi
6e132884b3
[Docs] update Japanese translation of tap_hold.md (#12820)
* update tap_hold.md translation

* restore unnecessary change line
2021-06-18 15:13:04 +09:00
umi
18554d1134
[Docs] update Japanese translation of hardware_keyboard_guidelines.md (#12769)
* update hardware_keyboard_guidelines.md translation

* update based on comment
2021-06-18 15:07:56 +09:00
umi
9e9e9b3898
[Docs] update Japanese translation of feature_haptic_feedback.md (#12737)
* update feature_haptic_feedback.md translation

* change url of driver pdf location

* change buzz word

* update based on comment
2021-06-18 15:05:36 +09:00
Drashna Jaelre
8e607851fb
[Keyboard] Fix revision issues with Kyria (#13208)
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-17 21:11:33 -07:00
jurassic73
f81cd4696e
[Keyboard] Fix comment in split89's config.h (#13231)
Added missing closing comment bit */

This seems to cause the QMK configurator to break when clicking the compile button:

Compiling: keyboards/handwired/split89/split89.c                                                   In file included from :
ent]
 /* COL2ROW, ROW2COL */

cc1: all warnings being treated as errors
 
 |
 |
 |
make: *** ine/keyboards/handwired/split89/split89.o] Error 1
2021-06-17 21:11:15 -07:00
Nick Brassel
e7ddbc394b
Update merge sequence to reflect no-ff, no-squash. (#13038) 2021-06-18 00:05:27 +01:00
jurassic73
89c01970e3
[Keyboard] Add Split 89 (#13213)
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-17 10:04:37 -07:00
Ryan
2f08a34394
OLED driver tweaks (#13215) 2021-06-17 17:14:23 +10:00
talsu
a9c6adb083
[Keyboard] Add KMAC PAD (#13104)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-16 22:45:27 -07:00
TerryMathews
f9d88da86f
[Keyboard] Minivan : add missing enable to support RGB LEDs (#13157)
Config.h has support for RGB LEDs but enable line was missing in rules.mk
2021-06-16 22:39:18 -07:00
Drashna Jaelre
2538d341d8
Document user song list file (#13101) 2021-06-15 22:31:06 -07:00
Jonathan Rascher
83ee79565c
Fix overrun in oled_write_raw when not at (0, 0) (#13204) 2021-06-15 22:30:37 -07:00
melonbred
5c3991cb90
[Keyboard] add mb44 keyboard (#12798)
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-15 22:24:16 -07:00
Albert Y
abee0610ee
[Keyboard] Allow user override of RGB_DISABLE_WHEN_USB_SUSPENDED for BM40 keyboard (#12700)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: filterpaper <filterpaper@localhost>
2021-06-15 22:23:20 -07:00
Philip (Han) Suh
9aea0fd52b
[Keyboard] Fix layout in noon.h (#13087)
Forgot to include a KC_NO in a column, causing issues for customers
2021-06-15 22:21:30 -07:00