QMK Bot
aae0e12385
Merge remote-tracking branch 'origin/master' into develop
2020-12-30 01:14:12 +00:00
LongerHV
944feb2da5
[REDOX] Fix default keymap formatting ( #11288 )
2020-12-30 12:13:37 +11:00
QMK Bot
e3ce3d6e30
Merge remote-tracking branch 'origin/master' into develop
2020-12-30 01:07:23 +00:00
TJ
b49c657ac1
[Keyboard] Add via support for le chiffren ( #10597 )
...
* add Via support and improve default keymap
* Update OLED widgets with Sickbabies updates. Add license headers
* Add led matrix config
* Add g_led_config
* Fix rules for matrix
* rules.mk updates
* Fix key lock state widgets
rebase on master
* Rules fixes
* remove LED_MAP
2020-12-29 17:06:52 -08:00
QMK Bot
dae6249efa
Merge remote-tracking branch 'origin/master' into develop
2020-12-30 00:58:48 +00:00
NightlyBoards
ac433b218d
[Keyboard] Add the Octopad ( #9946 )
...
* Create Alter folder
* Revert "Create Alter folder"
This reverts commit 361103b821dbb22957b66cdedb0d11f996def71c.
* Add octopad folder
* Added a new keyboard, the Octopad
* Edited files based on requested changes
* Moved encoder code in keyboard level
* Updated the readme
* Corrected the rows and columns of encoders on config.h
* Changed the Vendor ID to D812 since the first one was already taken
* Added support for ast1109MLTRQ speakers
* Increased number of layers to 8 on VIA keymap
* Edited files based on comments
* Edited rules.mk as per comment
* Edited readme.md as per comment
2020-12-29 16:58:14 -08:00
Aldehir Rojas
4f2f21dc05
Rewrite APA102 support ( #10894 )
...
* Rewrite APA102 support
The APA102 source was broken by commit 16a15c1cfc
as it did not include the
quantum header. This commit addresses that, as well as other issues with
transferring bytes over the SPI interface, i.e. it was not setting the
clock pin back to low after sending a bit.
The deviation when sending the end frame is kept, but updated to the
latest from the referenced project.
Finally, these changes expose the global LED brightness parameter
of the APA102. Brightness values are configurable through
`APA102_DEFAULT_BRIGHTNESS` and `APA102_MAX_BRIGHTNESS`.
* Fix typo in led brightness extern
* Move driver out of AVR directory and add delay for ARM
* Experimental APA102 support on AVR and ARM
Co-authored-by: Alde Rojas <hello@alde.io>
* Refactor apa102_send_byte() calls to a loop
* Implement io_wait function for ARM
* Move APA102 drivers to own directory, fix copyright notice
* Add APA102 keymap to handwired/onekey
* Simplify RGBLIGHT_ENABLE/DRIVER option handling
Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
2020-12-30 00:28:49 +00:00
QMK Bot
7dd99f2b22
Merge remote-tracking branch 'origin/master' into develop
2020-12-30 00:06:16 +00:00
Naoto Takai
8ee03f6a6b
Update Choco60 firmware to support new PCB ( #11218 )
...
* Update vendor and product info
* Add rev2 for Choco60
* Add keymap for VIA
* Add readme.md for rev1 and rev2
* Use list instead of new line
* Remove DESCRIPTION
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update rev1/readme.md to specify rev1 directly.
Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove some definitions
Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove comments
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-30 00:05:48 +00:00
QMK Bot
e29b9e32bb
Merge remote-tracking branch 'origin/master' into develop
2020-12-30 00:03:43 +00:00
Jacqueline Liang
0c4663a802
Add 6key to keyboards/handwired ( #11226 )
...
* Add 6key to keyboards/handwired
* Add keyboards/handwired/6key folder
* Add 6key.c
* Add 6key.h
* Add config.h
* Add keymaps/default/keymap.c
* Add readme.md
* Add rules.mk
* Add info.json
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Make changes based on pr comments
* Apply formatting suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/6key/rules.mk
Co-authored-by: jyliang2 <jyliang2@illinois.edu>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2020-12-30 00:03:35 +00:00
Brandon Claveria
5d0c0e7c12
add nodu keyboard ( #11233 )
...
* add nodu keyboard
* fix info.json
* limit via to 3 layers
Co-authored-by: Swiftrax <swiftrax@gmail.com>
2020-12-30 00:03:09 +00:00
QMK Bot
599043e7ff
Merge remote-tracking branch 'origin/master' into develop
2020-12-29 23:44:18 +00:00
Andrew Kannan
bea897caf1
Tsukuyomi Keyboard ( #10898 )
...
* Add Tsukuyomi PCB
* Remove unncessary file
* Fix
* update config
* Tsukuyomi info.json
* Update readme
* add license header and add dfu suffix args
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* Update info.json
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-29 23:43:46 +00:00
QMK Bot
79265fc2c0
Merge remote-tracking branch 'origin/master' into develop
2020-12-29 23:24:24 +00:00
Nick Krichevsky
e85d904fe1
Add convenience method for setting Nibble's big LED RGB ( #11257 )
2020-12-29 23:23:50 +00:00
QMK Bot
25109f79f1
Merge remote-tracking branch 'origin/master' into develop
2020-12-29 22:13:29 +00:00
Joe Hu
824e1cd95d
Fix backlight for XD84 ( #11309 )
...
Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
2020-12-29 22:12:58 +00:00
QMK Bot
9634c72d7e
Merge remote-tracking branch 'origin/master' into develop
2020-12-29 21:45:35 +00:00
xyzz
2573ed8c6b
Remove MATRIX_IS_ON macro ( #11330 )
...
* Remove MATRIX_IS_ON macro
this macro is both incorrect and excessive given that macro_is_on()
exists
* Remove massdrop matrix.h
2020-12-29 21:45:04 +00:00
QMK Bot
8609fe8f46
Merge remote-tracking branch 'origin/master' into develop
2020-12-29 21:14:06 +00:00
Monksoffunk
25d9cdc88f
Add ALETH42 keyboard ( #10720 )
...
* Add Aleth42 keyboard
* Fix Rotary Encoder Section
* Add VIA keymap
* Fix VIA keymap
remove RETRO_TAPPING define because of incompatiblity of rotary encoders with layer tapping.
change KC_ESC to KC_GESC
* Change TAPPING definitions
Comment TAPPING_TERM
Remove RETRO_TAPPING
* Add rev1
Add new rev1 directory
Move previous files to rev0
* Add define of ENCODER_RESOLUTION
* Change number of RGBLED
* Change USB descriptor param
Change VID, PID and product name
* Change default and via keymaps
* Remove upper keymap
* Add readme
* Change USB descriptor param
VID 0x04D8 PID 0xEAC8
Manufacturer 25KEYS
rev0 -> 0x0000 rev1 -> 0x0001
Remove define DESCRIPTION
* Fix info.json
Remove info,json under /rev0 /rev1
Add correct info.json at keyboard/aleth42/
* Change keymaps
* Remove unnecessary comments
* Change BOOTMAGIC option
* Change config options
* Fix readme files
* Change keymap readme files
* Change to use get_highest_layer
* Update keyboards/aleth42/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Use tap_code16 function
* Remove empty config file
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/default/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/aleth42/keymaps/via/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-29 21:13:35 +00:00
QMK Bot
d1b9a7e1bd
Merge remote-tracking branch 'origin/master' into develop
2020-12-29 04:06:42 +00:00
Zach White
55843480ff
Fix compile issues from the error page ( #11314 )
...
* fix abacus so it works with configurator
* create the keymap path if it doesn't exist
* bpiphany/unloved_bastard: remove the nested macros, move default keymap to json
* readd the unloved_bastard default keymap
* fix clueboard/card
* fixup handwired/2x5keypad
* fixup hub16
* matrix/noah: remove the broken matrix print code to fix compilation
* reinstate matrix_print with the right include
* Revert "create the keymap path if it doesn't exist"
This reverts commit af732776a539e8c6e2edf2e54f4d7f5ffa65b3a2.
2020-12-28 20:06:07 -08:00
QMK Bot
8ea2650ab2
Merge remote-tracking branch 'origin/master' into develop
2020-12-28 20:27:33 +00:00
David Doan
5fde2d730c
1x4p1 ( #11186 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-12-28 21:27:00 +01:00
QMK Bot
6c366ccf6a
Merge remote-tracking branch 'origin/master' into develop
2020-12-25 23:00:57 +00:00
Drashna Jaelre
53eb7f0774
[Keyboard] Fix default keymaps for tunks/ergo33 ( #11280 )
...
* [Keyboard] Fix default keymap for tunks/ergo33
* Add prpro keymap too
2020-12-25 15:00:29 -08:00
QMK Bot
a4866b31d6
Merge remote-tracking branch 'origin/master' into develop
2020-12-25 17:38:46 +00:00
Takeshi ISHII
5544bf8524
[Keymap] update rules.mk and config.h of `helix/rev2:five_rows` ( #11302 )
...
* update keyboards/helix/rev2/keymaps/five_rows/rules.mk: oled selection, led animation selection
* add OLED_UPDATE_INTERVAL support into keyboards/helix/rev2/keymaps/five_rows/oled_display.c
Support for OLED_UPDATE_INTERVAL, even for older types of OLED tasks.
* Add 'HELIX=debug/no-debug' option into 'helix/rev2/keymaps/five_rows/rules.mk'
2020-12-26 02:38:07 +09:00
QMK Bot
f1a67c42a0
Merge remote-tracking branch 'origin/master' into develop
2020-12-25 14:45:00 +00:00
kiwikey
7ca4b61922
First commit of Kawii9 ( #11201 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-26 01:44:32 +11:00
QMK Bot
c6aa9c4ad7
Merge remote-tracking branch 'origin/master' into develop
2020-12-25 14:42:41 +00:00
Jonathon Carstens
b7f640ca76
Adding new keyboard: Tenkey++ (tenkey_plusplus) ( #11197 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-26 01:42:11 +11:00
QMK Bot
f83eefba37
Merge remote-tracking branch 'origin/master' into develop
2020-12-25 14:39:30 +00:00
Drashna Jaelre
436b5394bb
[Keyboard] Fix Dactyl Manuform with Trackball info.json ( #11298 )
2020-12-26 01:38:31 +11:00
George Mao
73dfc2b368
[Keyboard] Refactor Jacky's boards (Bear65 and S7 Elephant) ( #10528 )
2020-12-24 14:53:16 -08:00
QMK Bot
4551e57d64
Merge remote-tracking branch 'origin/master' into develop
2020-12-24 13:33:55 +00:00
CMMS-Freather
cd0d2d0de5
new repo: create cmm.studio folder, add saka qmk firmware ( #11248 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-24 14:33:25 +01:00
QMK Bot
7771e544ac
Merge remote-tracking branch 'origin/master' into develop
2020-12-24 02:37:19 +00:00
Ryan
6a292e11d3
`qmk fileformat`: only print complaints, and fix some of them ( #11278 )
2020-12-24 02:36:44 +00:00
QMK Bot
5437c0af6e
Merge remote-tracking branch 'origin/master' into develop
2020-12-24 01:08:27 +00:00
Thierry Michel Philippe Kleist
3e3f93c971
[Keyboard] misterknife/knife66_iso ( #11010 )
...
* feat: added new variant of knife66
2020-12-23 17:07:56 -08:00
QMK Bot
a0af5eb307
Merge remote-tracking branch 'origin/master' into develop
2020-12-23 09:22:59 +00:00
Barry Huang
cc4b93b330
Helen 80 addition ( #11133 )
...
Co-authored-by: james sa <james@keto.tw>
Co-authored-by: James Sa <james.sa.2013@gmail.com>
2020-12-23 10:22:31 +01:00
QMK Bot
363957f919
Merge remote-tracking branch 'origin/master' into develop
2020-12-23 07:26:03 +00:00
Perry Hargrave
d40d1e4024
[keymap] Adds tofu65 with split spacebar ( #10831 )
...
* [keymap] Adds tofu65 with split spacebar
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/rev2.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* keymap:tofu65: remove unneeded config.h
* Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-22 23:25:20 -08:00
QMK Bot
d6de97b116
Merge remote-tracking branch 'origin/master' into develop
2020-12-23 06:28:28 +00:00
TerryMathews
d898d4a6fc
[Keyboard] Portico: Initial support for TKC Portico ( #11215 )
...
* Portico: Initial support for TKC Portico
* Portico: added GPL header to keymap files
* Update keyboards/tkc/portico/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-22 22:27:55 -08:00
QMK Bot
7c95e5ef3e
Merge remote-tracking branch 'origin/master' into develop
2020-12-23 06:24:07 +00:00