]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
4 years agoswitch to using simple visualizer don_keyboards
Don Armstrong [Wed, 25 Dec 2019 21:16:45 +0000 (13:16 -0800)]
switch to using simple visualizer

4 years agoforcibly include my visualizer, since it doesn't get built normally
Don Armstrong [Wed, 25 Dec 2019 21:16:28 +0000 (13:16 -0800)]
forcibly include my visualizer, since it doesn't get built normally

4 years agoleft leds are now in the mainstream, and don't need to be in my keyb
Don Armstrong [Wed, 25 Dec 2019 21:16:14 +0000 (13:16 -0800)]
left leds are now in the mainstream, and don't need to be in my keyb

4 years agouse LAYOUT_ergodox instead of KEYMAP
Don Armstrong [Wed, 25 Dec 2019 21:15:50 +0000 (13:15 -0800)]
use LAYOUT_ergodox instead of KEYMAP

4 years agoadd rules and config to decrease size
Don Armstrong [Wed, 24 Jul 2019 03:02:32 +0000 (20:02 -0700)]
add rules and config to decrease size

4 years agopass through ctrl; there's already a del in the upper layer
Don Armstrong [Wed, 24 Jul 2019 03:01:49 +0000 (20:01 -0700)]
pass through ctrl; there's already a del in the upper layer

4 years agomove plank layouts to community
Don Armstrong [Wed, 24 Jul 2019 02:29:06 +0000 (19:29 -0700)]
move plank layouts to community

4 years agouse PLAY_SONG instead of PLAY_NOTE_ARRAY
Don Armstrong [Wed, 24 Jul 2019 02:20:42 +0000 (19:20 -0700)]
use PLAY_SONG instead of PLAY_NOTE_ARRAY

4 years agoflip all LEDs off, then turn on the right ones
Don Armstrong [Fri, 20 Oct 2017 23:13:36 +0000 (16:13 -0700)]
flip all LEDs off, then turn on the right ones

4 years agouse right leds too
Don Armstrong [Fri, 20 Oct 2017 22:10:20 +0000 (15:10 -0700)]
use right leds too

4 years agomove del location and keep control
Don Armstrong [Fri, 4 Aug 2017 16:54:27 +0000 (09:54 -0700)]
move del location and keep control

4 years agoactually support switching the left LEDs in my keyboard
Don Armstrong [Tue, 2 May 2017 02:33:23 +0000 (19:33 -0700)]
actually support switching the left LEDs in my keyboard

4 years agoadd initial support for left leds on an ergodox ez
Don Armstrong [Mon, 1 May 2017 03:47:40 +0000 (20:47 -0700)]
add initial support for left leds on an ergodox ez

4 years agofix the dfu rule to only program the keyboard
Don Armstrong [Thu, 27 Apr 2017 22:38:37 +0000 (15:38 -0700)]
fix the dfu rule to only program the keyboard

4 years agoadd planck makefile
Don Armstrong [Mon, 10 Apr 2017 00:56:19 +0000 (17:56 -0700)]
add planck makefile

4 years agoadd mouse support
Don Armstrong [Mon, 10 Apr 2017 00:44:32 +0000 (17:44 -0700)]
add mouse support

4 years agouse tg instead of fns
Don Armstrong [Thu, 12 Jan 2017 23:38:13 +0000 (15:38 -0800)]
use tg instead of fns

4 years agodisable backlight for the time being
Don Armstrong [Thu, 12 Jan 2017 23:37:19 +0000 (15:37 -0800)]
disable backlight for the time being

4 years agoadd pgup/down
Don Armstrong [Sat, 12 Nov 2016 03:15:49 +0000 (19:15 -0800)]
add pgup/down

4 years agoadd visualizer
Don Armstrong [Wed, 31 Aug 2016 16:02:00 +0000 (09:02 -0700)]
add visualizer

4 years agoadd makefile
Don Armstrong [Wed, 31 Aug 2016 16:01:57 +0000 (09:01 -0700)]
add makefile

4 years agoadd plover map
Don Armstrong [Tue, 16 Aug 2016 17:21:36 +0000 (12:21 -0500)]
add plover map

4 years agoclean up pipe
Don Armstrong [Thu, 11 Aug 2016 20:13:43 +0000 (13:13 -0700)]
clean up pipe

4 years agochange enter position
Don Armstrong [Thu, 11 Aug 2016 20:13:31 +0000 (13:13 -0700)]
change enter position

4 years agoadd initial don keymaps
Don Armstrong [Wed, 10 Aug 2016 21:15:31 +0000 (16:15 -0500)]
add initial don keymaps

4 years agoUpdate toshi0383 keymap (#7700)
Toshihiro Suzuki [Mon, 23 Dec 2019 03:58:51 +0000 (12:58 +0900)]
Update toshi0383 keymap (#7700)

* minor update for reviung39:toshi0383

* update zinc:toshi0383

4 years agoCompletely remove i2c_transmit_receive function (#7686)
Drashna Jaelre [Sun, 22 Dec 2019 13:50:08 +0000 (05:50 -0800)]
Completely remove i2c_transmit_receive function (#7686)

* Add i2c_transmit_receive function

This function is listed in the ARM header file, but doesn't actually exist.

* Remove i2c_transmit_receive function

* Update DRV2605L read function to use i2c_readReg on both arm and avr

4 years agoReadded lost pgm_read_word code to encoder array lookups (#7577)
XScorpion2 [Sun, 22 Dec 2019 05:39:26 +0000 (23:39 -0600)]
Readded lost pgm_read_word code to encoder array lookups (#7577)

4 years agoAdd central location for ChibiOS defines (#7542)
Joel Challis [Sat, 21 Dec 2019 18:22:49 +0000 (18:22 +0000)]
Add central location for ChibiOS defines (#7542)

* Add central location for chibios defines

* Add central location for chibios defines - actually add files this time....

* Add Copyright header

* Update include order to resolve i2cv1 build errors

4 years agoAdd TADA68 keymap/rules/config for QMK bootloader (#7679)
Ryan [Sat, 21 Dec 2019 11:01:28 +0000 (22:01 +1100)]
Add TADA68 keymap/rules/config for QMK bootloader (#7679)

* Add TADA68 keymap/rules/config for QMK bootloader

* Remove extraneous #DEFINEs

* use #pragma rather than include guards

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove obselete #endif

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* #undefine DESCRIPTION before redefining

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove obselete #define

Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-authored-by: fauxpark <fauxpark@gmail.com>
4 years ago[Docs] fix docs (#7642)
shela [Sat, 21 Dec 2019 11:00:22 +0000 (20:00 +0900)]
[Docs] fix docs (#7642)

* [Docs] recurse-submodules option is need now

* [Docs] `tmk_core` folder is correct

* [Docs] fix typo

* [Docs] package scope has changed

* [Docs] Fix menu differences

* Update docs/arm_debugging.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/arm_debugging.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* fix typo

Co-authored-by: fauxpark <fauxpark@gmail.com>
4 years agoMerge pull request #7663 from fauxpark/dztech-config-h
Joel Challis [Fri, 20 Dec 2019 17:37:40 +0000 (17:37 +0000)]
Merge pull request #7663 from fauxpark/dztech-config-h

Tidy up dztech config.h

4 years ago[Keyboard] Clueboard 60 fix col 11 12 mixup (#7685)
Yan-Fa Li [Fri, 20 Dec 2019 05:50:59 +0000 (21:50 -0800)]
[Keyboard] Clueboard 60 fix col 11 12 mixup (#7685)

* Fix reversed col 11 and 12

 - the two columns are reversed in the matrix

* Fix gui

* Fix reversed col 11 and 12

 - the two columns are reversed in the matrix

4 years agoMissed these LTO blocks
fauxpark [Wed, 18 Dec 2019 21:30:51 +0000 (08:30 +1100)]
Missed these LTO blocks

4 years agoMerge pull request #7672 from ihotsuno/patch-1
Joel Challis [Wed, 18 Dec 2019 19:38:16 +0000 (19:38 +0000)]
Merge pull request #7672 from ihotsuno/patch-1

I corrected my name.

4 years agoI corrected my name.
ihotsuno [Wed, 18 Dec 2019 18:13:27 +0000 (03:13 +0900)]
I corrected my name.

4 years agoMerge pull request #7666 from fauxpark/docs-edit-page
Joel Challis [Wed, 18 Dec 2019 15:42:56 +0000 (15:42 +0000)]
Merge pull request #7666 from fauxpark/docs-edit-page

Improve docs "Edit Document" footer

4 years ago[Keymap] Added userspace for d4mation. Included their keymap for the Atreus62 (#7483)
Eric Defore [Wed, 18 Dec 2019 08:59:12 +0000 (03:59 -0500)]
[Keymap] Added userspace for d4mation. Included their keymap for the Atreus62 (#7483)

* Added userspace for d4mation. Included their keymap for the Atreus62

* Do not assign layer numbers manually

* Remove some unneeded things per @drashna's recommendation

* Fix some single line comments I missed

* Update unicode macros to use send_unicode_hex_string() instead of process_unicode()

* OBetter check for Unicode Enabled. Moved some checks into macros.c

* Use eeconfig_init_user() to set default unicode input mode

4 years ago[Keymap] Custom user keymap for Think6.5 with LED range control (#7603)
Rys Sommefeldt [Wed, 18 Dec 2019 08:46:49 +0000 (08:46 +0000)]
[Keymap] Custom user keymap for Think6.5 with LED range control (#7603)

* ISO layout for the soldered Think6.5 PCB

* Think6.5 personal layout readme

* Add personal Think6.5 user map with LED group cycling

* Add default case to process_record_user

* Make the ASCII diagram match the layer properly

* Relocate KC_NUHS to the home row for consistency

* Add LAYOUT_65_iso_badge to info.json

* Wire up the badge LEDs as capslock LEDs

* Remove unused keymap variable

4 years ago[Keymap] CRKBD Custom Keymap - KidBrazil (#7630)
Lucas Moreira [Wed, 18 Dec 2019 08:37:56 +0000 (03:37 -0500)]
[Keymap] CRKBD Custom Keymap - KidBrazil (#7630)

* Added KidBrazil custom keymap for CRKBD
-Custom Font
-Custom OLED output

* Added missing readme

* Oled Timeout Update for KidBrazil Keymap (#1)

* Setup Oled timeout based on simple timer

* Cleaned up comments and added timeout for LEDs

* Fixed some small errors

* Updated oled timout with matrix scan

* Updated oled timout with matrix scan

* Update withou eeprom

* Update timer code

* Use process user instead of keymap

* Added ifdef to protect oledtimer

* Updated with half timeout state for logo

* Removed middle tier timer

* Final cleanup of unused files

* Updated code as per suggestions & requests

* Second round of revisions

4 years ago[Keymap] Add pico 70 keys keymap (#7654)
x1 [Wed, 18 Dec 2019 08:02:57 +0000 (17:02 +0900)]
[Keymap] Add pico 70 keys keymap (#7654)

* Move pico/rev1 to pico/65keys.

* Add pico/70keys.

* Remove unneeded codes.

* Modified valid 70 keys keymap for jis.

4 years agoImprove docs "Edit Document" footer
fauxpark [Wed, 18 Dec 2019 03:01:13 +0000 (14:01 +1100)]
Improve docs "Edit Document" footer

4 years agoTidy up dztech config.h
fauxpark [Tue, 17 Dec 2019 23:23:26 +0000 (10:23 +1100)]
Tidy up dztech config.h

4 years agoTidy up dztech default keymaps and info.json (#7608)
fauxpark [Tue, 17 Dec 2019 23:15:47 +0000 (10:15 +1100)]
Tidy up dztech default keymaps and info.json (#7608)

4 years agoMerge pull request #7657 from fauxpark/dztech-rules-cleanup
Joel Challis [Tue, 17 Dec 2019 23:09:20 +0000 (23:09 +0000)]
Merge pull request #7657 from fauxpark/dztech-rules-cleanup

Tidy up dztech rules.mk

4 years agoHeisenberg handwired keyboard added (#7643)
Arda Kılıçdağı [Tue, 17 Dec 2019 22:41:41 +0000 (01:41 +0300)]
Heisenberg handwired keyboard added (#7643)

* Chotanck keyboard added

* Chotanck renamed to Heisenberg

* Further updates to Heisenberg Keyboard done

* Update keyboards/handwired/heisenberg/info.json

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/heisenberg/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/heisenberg/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
4 years ago[Keyboard] Added Filco Majestouch TKL Pegasus Hoof ISO Layout (#7647)
Nygel Lyndley [Tue, 17 Dec 2019 22:38:22 +0000 (22:38 +0000)]
[Keyboard] Added Filco Majestouch TKL Pegasus Hoof ISO Layout (#7647)

* [keymap] Added Filco Majestouch TKL Pegasus Hoof ISO Layout

* - add rules definition

* Revert "- add rules definition"

This reverts commit 59bfbe83883fbf2337b9541aa2875e935064a1f4.

* - fixed incorrect variable naming

4 years agoPorted J80 to QMK (#7488)
Øyvind Wilhelmsen [Tue, 17 Dec 2019 22:06:48 +0000 (23:06 +0100)]
Ported J80 to QMK (#7488)

* ported J80 to QMK

* added default ISO layout

* removed optional override functions

* set bootmagic to lite

* removed comment

* added tkl_ansi and tkl_iso layouts

* updated vendor and device name

* set ANSI layout as default and split iso to separate folder

* removed empty file

* Update keyboards/J80/info.json

Added comma

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/J80/keymaps/default/keymap.c

Removed backslash

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/J80/keymaps/default/keymap.c

Removed backslash.

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* removed comments and backslash, fixed JSON formatting

* Rename J80.h to j80.h

* Rename keyboards/J80 to keyboards/j80

* renamed folder to lowercase

* added key definition for reset key

* added define for KC_NO to underscores

* Added backlight and lock LED support

* Fixed BACKLIGHT_PIN

* Fixed typo

* Added define for bootmagic lite and description in readme

* Update keyboards/j80/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/j80.h

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/j80.h

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/j80/keymaps/default/keymap.c

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Apply suggestions from code review

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Added full right shift layouts

4 years ago[Keyboard] Magnavox Videowriter conversion with Pro Micro (#7634)
Dmitry Nosachev [Tue, 17 Dec 2019 05:42:03 +0000 (08:42 +0300)]
[Keyboard] Magnavox Videowriter conversion with Pro Micro (#7634)

* Magnavox Videowriter convertion

* Magnavox Videowriter: readme, images

* Update keyboards/handwired/videowriter/info.json

* Update keyboards/handwired/videowriter/README.md

* Update keyboards/handwired/videowriter/README.md

* Update keyboards/handwired/videowriter/info.json

* Update keyboards/handwired/videowriter/info.json

* Update keyboards/handwired/videowriter/info.json

* Update keyboards/handwired/videowriter/info.json

* Update keyboards/handwired/videowriter/info.json

* suggested changes

* suggested changes

* fix comment symbol

* Update keyboards/handwired/videowriter/rules.mk

* Update keyboards/handwired/videowriter/rules.mk

* Update keyboards/handwired/videowriter/rules.mk

4 years ago[Docs] add japanese translation (basic part) (#7461)
umi [Tue, 17 Dec 2019 05:01:46 +0000 (14:01 +0900)]
[Docs] add japanese translation (basic part) (#7461)

* add basic part

* update cli

* update cli

* correct links to ja document

* update files based on comments

* update for a postpositional particle

* update for a punctuation

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

Co-Authored-By: shela <shelaf@users.noreply.github.com>
Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
4 years agoTidy up dztech rules.mk
fauxpark [Mon, 16 Dec 2019 23:50:26 +0000 (10:50 +1100)]
Tidy up dztech rules.mk

4 years agoRelocate RGB keycode processing (#7508)
Joel Challis [Mon, 16 Dec 2019 20:27:53 +0000 (20:27 +0000)]
Relocate RGB keycode processing (#7508)

* Move rgb keycode logic to process_keycode

* Fixes for rgb matrix

* Fixes for mxss

* Fix inc/dec logic, add comments

* Fix return RAINBOW_SWIRL logic

* stop external use of rgb helper functions

* merge fix

* Fix 'defined but not used' when all animations are disabled

4 years agoMove kwerdenker's personal keymap from RGB (#7645)
Yan-Fa Li [Mon, 16 Dec 2019 19:26:02 +0000 (11:26 -0800)]
Move kwerdenker's personal keymap from RGB (#7645)

* Move kwerdenker's personal keymap from RGB

Talked to Maartenwut about making RGB an actual template instead of
kwerdenker's keymap. Free'd up B7 so it can be used for audio in
agreement with MW. He's considering adding a speaker footprint to next
rev of plain60, and only B7 can be used with Audio. RGB uses bitbang
driver so it doesn't really make any difference if it's pin B0.

 - RGB should be a template for other people to modify, not a personal
 keymap
 - change default pin to B0 to free up B7 for audio use
 - rename RGB to kwerdenker

* Add RGB keycodes to FN layer

* don't use uppercase in keymap names

 - doesn't work properly on MacOS or Windows

* Add an audio specific keymap

* Enum instead of define

* Suggested change to keymap

 - maintain compatibility with old keymap

4 years agoRemove QMK_KEYBOARD_CONFIG_H from boards (#7635)
Joel Challis [Mon, 16 Dec 2019 19:20:33 +0000 (19:20 +0000)]
Remove QMK_KEYBOARD_CONFIG_H from boards (#7635)

4 years agoMerge pull request #7276 from zvecr/feature/backlight_driver_config
Joel Challis [Mon, 16 Dec 2019 16:39:54 +0000 (16:39 +0000)]
Merge pull request #7276 from zvecr/feature/backlight_driver_config

Convert backlight to follow driver rules pattern

4 years agoSoftware backlight improvements (#7255)
Joel Challis [Mon, 16 Dec 2019 16:35:08 +0000 (16:35 +0000)]
Software backlight improvements (#7255)

* Update software backlight to precalculated duty patterns

* Update default backlight state to match avr pwm

* Move function to make diff look nicer

4 years agoDisable usb on slave half to resolve random 'lockup' (#7649)
Joel Challis [Mon, 16 Dec 2019 16:33:48 +0000 (16:33 +0000)]
Disable usb on slave half to resolve random 'lockup' (#7649)

4 years ago[Core] Optimize matrix processing (#7621)
Drashna Jaelre [Mon, 16 Dec 2019 16:31:59 +0000 (08:31 -0800)]
[Core] Optimize matrix processing (#7621)

Backport of tmk/tmk_keyboard@ad6059adc7039a54d1db75da783068654906a679

4 years ago[Keymap] boy_314's satisfaction75 layout (#7638)
Boy_314 [Mon, 16 Dec 2019 07:27:10 +0000 (02:27 -0500)]
[Keymap] boy_314's satisfaction75 layout (#7638)

* added boy_314's satisfaction75 layout

* added readme

* updated NKRO toggle, removed unecessary code

* Update keyboards/cannonkeys/satisfaction75/keymaps/boy_314/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
4 years ago[Keyboard] XD68 65% ATMega32U4 based (#7395)
randlor [Mon, 16 Dec 2019 05:33:04 +0000 (05:33 +0000)]
[Keyboard] XD68 65% ATMega32U4 based (#7395)

* First working draft

* Updated readme.md

* Fixed url

* Typo fix

* RGB + Backlight working

* Fixed matrix for ISO NUHS

* ISO matrix working

* Adding ANSI default layout

* First release commit

* Removed reference to deprecated layout

* Changes from PR #7395 review

* Additional changes as requested for PR #7395

* Additional changes from @noroadsleft review

* Replaced ifndef/endif with pragma

* Adding yanfali's recommended changes

4 years ago[keyboard] Plain60 cleanups (#7644)
Yan-Fa Li [Sun, 15 Dec 2019 22:03:23 +0000 (14:03 -0800)]
[keyboard] Plain60 cleanups (#7644)

* Change plain60 to bootmagic lite

 - it's easier to reset and maintain a keyboard with lite
 - remove obsolete size comments

* Add RESET on a layer to default keymap

* Use _FN

* Maintain compatibility with keymap

* Fix thinko

4 years agoupdate default h88 keymap (#7646)
Josh Hinnebusch [Sun, 15 Dec 2019 21:47:32 +0000 (16:47 -0500)]
update default h88 keymap (#7646)

4 years ago[Keyboard] Add ymd67 keyboard (#7631)
Zach [Sun, 15 Dec 2019 19:27:42 +0000 (14:27 -0500)]
[Keyboard] Add ymd67 keyboard (#7631)

* [Keyboard] Add ymd67 keyboard

* Apply suggestions from code review

* Apply more suggestions from code review

4 years agoChange newbs.md to link to the new newbs_git_best_practices.md instead of newbs_best_...
Takeshi ISHII [Sat, 14 Dec 2019 18:16:31 +0000 (03:16 +0900)]
Change newbs.md to link to the new newbs_git_best_practices.md instead of newbs_best_practices.md. (#7633)

4 years agoMove function to make diff look nicer
zvecr [Sat, 14 Dec 2019 17:25:32 +0000 (17:25 +0000)]
Move function to make diff look nicer

4 years agoUpdate default backlight state to match avr pwm
zvecr [Sat, 14 Dec 2019 17:24:17 +0000 (17:24 +0000)]
Update default backlight state to match avr pwm

4 years agocore: Fix variable init and header include (#7626)
Drashna Jaelre [Sat, 14 Dec 2019 12:00:09 +0000 (04:00 -0800)]
core: Fix variable init and header include (#7626)

tmk backport from tmk/tmk_keyboard@325a99acd9c81f60519b6e594b2bf5d1e478ac56

4 years agoConvert backlight to follow driver rules pattern - update docs
zvecr [Wed, 6 Nov 2019 00:06:36 +0000 (00:06 +0000)]
Convert backlight to follow driver rules pattern - update docs

4 years agoConvert backlight to follow driver rules pattern
zvecr [Tue, 5 Nov 2019 23:44:43 +0000 (23:44 +0000)]
Convert backlight to follow driver rules pattern

4 years agoremove SERIAL_SOFT_DEBUG macro (#7625)
Drashna Jaelre [Sat, 14 Dec 2019 02:06:18 +0000 (18:06 -0800)]
remove SERIAL_SOFT_DEBUG macro (#7625)

SERIAL_SOFT_DEBUG can be defined in the `config.h`

Backported from tmk/tmk_keyboard@c74eee6327c5995456ba004d70b9663cf485d9f8
x

4 years agoFix ChibiOS USB config for chips which support OTGv1 (#7564)
Joel Challis [Sat, 14 Dec 2019 01:29:54 +0000 (01:29 +0000)]
Fix ChibiOS USB config for chips which support OTGv1 (#7564)

* Align endpoint config as per rest of file (fixes #4783)

* Add comments about explicit order use

* Update tmk_core/protocol/chibios/usb_main.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
4 years agoProject Keyboard Alice PCB - Indicator LEDs and keymap update (#7442)
Sid Carter [Fri, 13 Dec 2019 17:14:11 +0000 (12:14 -0500)]
Project Keyboard Alice PCB - Indicator LEDs and keymap update  (#7442)

* allow main functions to be overridden

* update keymap to toggle keys and cleanup a bit

* allow main functions to be overridden

* update keymap to toggle keys and cleanup a bit

* get them lights working with the new setup

* disable console on my keymap, cause ARM and Linux, for now

* update keymap

* add home and end to the navigation

* thought this was redundant - update keyboards/projectkb/alice/alice.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
4 years agoNew RGBKB Zen Rev1 keymap (#7609)
starcalleramethyst [Fri, 13 Dec 2019 17:12:45 +0000 (11:12 -0600)]
New RGBKB Zen Rev1 keymap (#7609)

* adding my zen 1 keymap

updated layers and custom keycodes

* added slack + paste

defined custom keycode S_H_P and added to layer 3

* added custom keycodes

defined and inserted T_H_B and T_H_T

* enabled tap dance

adjusted rules to include tap dance

* tap dance enumeration and timing

added a TD key to send space on press and . on double tap. added tapping term to set tap detection time.

* added custom keycode

added E_SS to print string

* added mouskey + enum keycode

added in mousekey to rules. added custom code DC_C to double click and copy.

* updated custom keycode string

added a space into the output string for S_H_P

* removed colemak layer

colemak commented out, started adjusting MOs

* added 1 key copy paste

used from https://github.com/qmk/qmk_firmware/blob/master/users/drashna/process_records.c#L116-L130

* updated rgb and copyright line

* updated tapcode KC_CCCV

* Update keyboards/rgbkb/zen/rev1/keymaps/starcaller_v1.1/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* updated keymap folder name to my username

4 years agoAdding Backlight on the handwired AEK64 keyboard (#7629)
Noan Mousy [Fri, 13 Dec 2019 14:39:10 +0000 (15:39 +0100)]
Adding Backlight on the handwired AEK64 keyboard (#7629)

* Implementing backlight with breathing

* Rework of my personal keymap and adding some macros.

4 years agocore: Fix build config in protocol.mk (#7620)
Drashna Jaelre [Fri, 13 Dec 2019 11:36:37 +0000 (03:36 -0800)]
core: Fix build config in protocol.mk (#7620)

Backports commits from tmk_keyboard

4 years ago[Keymap] Personal keymap for the E6.5 (#7623)
Sid Carter [Fri, 13 Dec 2019 09:32:06 +0000 (04:32 -0500)]
[Keymap] Personal keymap for the E6.5 (#7623)

* add new layout mirroring all my other layouts

* add rgb and other keys on fnm layer

4 years ago[Keyboard] Add uzu42 info.json (#7617)
nrtkbb [Fri, 13 Dec 2019 07:28:45 +0000 (16:28 +0900)]
[Keyboard] Add uzu42 info.json (#7617)

* Add uzu42 info.json

* Made corrections provided by noroadsleft.

4 years ago[Docs] update git command and directory name of documents (#7619)
umi [Fri, 13 Dec 2019 04:59:00 +0000 (13:59 +0900)]
[Docs] update git command and directory name of documents (#7619)

4 years ago[Keyboard] add kbd67mkiirgb v2 keyboard (#7618)
moyi4681 [Fri, 13 Dec 2019 04:58:06 +0000 (20:58 -0800)]
[Keyboard] add kbd67mkiirgb v2 keyboard (#7618)

4 years ago[Keyboard][Phoebe] Send backslash on AltGr + ? (#7616)
Max Rumpf [Fri, 13 Dec 2019 04:56:35 +0000 (05:56 +0100)]
[Keyboard][Phoebe] Send backslash on AltGr + ? (#7616)

4 years ago[Keyboard][angel64] fix info.json (#7615)
kakunpc [Fri, 13 Dec 2019 04:56:17 +0000 (13:56 +0900)]
[Keyboard][angel64] fix info.json (#7615)

4 years ago[Keyboard] Add Exclusive E7-V1 SE keyboard and keymaps (#7598)
Bart Riemens [Fri, 13 Dec 2019 03:18:53 +0000 (04:18 +0100)]
[Keyboard] Add Exclusive E7-V1 SE keyboard and keymaps (#7598)

* Updated based on feeback in PR #7598

4 years agoupdate dp60 configuration (#7561)
yulei [Fri, 13 Dec 2019 02:44:14 +0000 (10:44 +0800)]
update dp60 configuration (#7561)

* update dp60 configuration

* disable rgb underglow to avoid firmware overflow

* cleanup rules.mk

* Update keyboards/dp60/keymaps/allleds/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dp60/keymaps/allleds/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* cleanup all rules.mk

4 years ago[Keyboard] Fluorite: add Configurator layout data (#7612)
James Young [Fri, 13 Dec 2019 02:12:44 +0000 (18:12 -0800)]
[Keyboard] Fluorite: add Configurator layout data (#7612)

4 years agofixed I2C driver support for stm32f4 (#7526)
yulei [Fri, 13 Dec 2019 01:20:04 +0000 (09:20 +0800)]
fixed I2C driver support for stm32f4 (#7526)

* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition

4 years ago[Keyboard] Added Lex60 keyboard (#7600)
Lukas Alexandre [Thu, 12 Dec 2019 19:45:56 +0000 (20:45 +0100)]
[Keyboard] Added Lex60 keyboard (#7600)

4 years ago[Keymap] My DZ60 Layout and files (#7537)
Ethan Beyer [Thu, 12 Dec 2019 10:53:39 +0000 (05:53 -0500)]
[Keymap] My DZ60 Layout and files (#7537)

* I don't know if this is how my keyboard is laid out or not

* testing, still broken

* name change

* I think this is the layout I will try to use to start

* it compiles!

* added norman layout!

* media keys

* Moved backlight functions to KEYB
Moved Delete off of Backspace and to the < key

* more changes to layout, move Norman to 1 so it was moddable by FCTN

* swapped volume and media, I use volume a lot more than media

* Eh, it's still all in flux.

* I don't want the entire function layer full of dead keys, after all...

* moves escape to the caps lock key and caps lock to the functions layer

* update my readme for posterity

* Updates bonfire dz60 for better escape control

* WIP commit -- this is not working yet

* updates keymap for GAME layer
adds info to README
adds visual keyboard layout map in json and jpg for reference

* updates readme for visual keymap insertion

* removes my layout from the parent folder and keeps it localized

* updates the C code to be more readable

* finished the HELD_ESCAPE code

* finishes v6.1.0

* updates layout names to match repo code style per @mechmerlin

Apply suggestions from code review

* updates to code style per suggestions by @mechmerlin

* Update global-functions.c

updates some personal documentation

* updates hold time for escape on gaming layer

* updates several aspects of the code based on PR requests

* moves a variable

4 years ago[Keyboard][Phoebe] Update default keymap, fix LAYOUT macro (#7604)
Max Rumpf [Thu, 12 Dec 2019 03:39:04 +0000 (04:39 +0100)]
[Keyboard][Phoebe] Update default keymap, fix LAYOUT macro (#7604)

* fix LAYOUT macro

* Phoebe: Update default keymap

* Replace XXXXXXX macro with the previous key instead

4 years agoFix FORCE_NKRO handling (#7601)
Joel Challis [Wed, 11 Dec 2019 19:39:30 +0000 (19:39 +0000)]
Fix FORCE_NKRO handling (#7601)

4 years agoRemove mbed files (#7605)
Joel Challis [Wed, 11 Dec 2019 19:36:00 +0000 (19:36 +0000)]
Remove mbed files (#7605)

* Remove mbed files

* Remove mbed files - fix comment

* Remove mbed logic blocks

4 years ago[Docs] Remove some outdated FAQ items (#7607)
fauxpark [Wed, 11 Dec 2019 19:33:10 +0000 (06:33 +1100)]
[Docs] Remove some outdated FAQ items (#7607)

4 years ago[Keyboard] update angel64 (#7545)
kakunpc [Wed, 11 Dec 2019 18:40:00 +0000 (03:40 +0900)]
[Keyboard] update angel64 (#7545)

* add angel64 rev1

* update angel64

* fix keymap.c

4 years agoUse `clock_prescale_set()` from avr-libc (#7540)
fauxpark [Wed, 11 Dec 2019 01:26:40 +0000 (12:26 +1100)]
Use `clock_prescale_set()` from avr-libc (#7540)

* Use `clock_prescale_set()` from avr-libc

* Remove outdated FAQ info

4 years agoUpdate feature support for Proton C (#7596)
Duncan Elliot [Tue, 10 Dec 2019 23:31:39 +0000 (10:31 +1100)]
Update feature support for Proton C (#7596)

Added a couple of entries for some features not currently supported on Proton C.

4 years ago[Docs] Fix docs fallback for pt-br (#7602)
fauxpark [Tue, 10 Dec 2019 22:27:40 +0000 (09:27 +1100)]
[Docs] Fix docs fallback for pt-br (#7602)

4 years ago[Docs] add README translation in portuguese (#7016)
Igor Hideki Trindade [Tue, 10 Dec 2019 18:19:12 +0000 (14:19 -0400)]
[Docs] add README translation in portuguese (#7016)

* add README translation in portuguese

* add lang in menu

* Update docs/pt-br/README.md

* Update docs/pt-br/README.md

* Update docs/pt-br/README.md

* Update docs/pt-br/README.md

* Update docs/pt-br/README.md

* Update docs/pt-br/README.md

* Update docs/pt-br/README.md

* Update docs/pt-br/_summary.md

* Update sumary links

* Update README

Co-Authored-By: Álvaro A. Volpato <alvaro.volpato@usp.br>
4 years ago[Keyboard] Think6.5 Default Keymap Cleanup (#7594)
MudkipMao [Tue, 10 Dec 2019 05:51:15 +0000 (21:51 -0800)]
[Keyboard] Think6.5 Default Keymap Cleanup (#7594)

4 years ago[Keyboard] update m12og keymap to readable version (#7581)
yulei [Tue, 10 Dec 2019 05:41:39 +0000 (13:41 +0800)]
[Keyboard] update m12og keymap to readable version (#7581)

* add m12og keyboards

* update readme.md

* update to latest code suggestions

* Update keyboards/matrix/m12og/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/matrix/m12og/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* update keymap to readable version

* fixed incosist of info.json and keymap

4 years ago[Keyboard] Add cKeys Washington keyboard (#7570)
Benjamin Smith [Tue, 10 Dec 2019 05:40:04 +0000 (21:40 -0800)]
[Keyboard] Add cKeys Washington keyboard (#7570)

* Add cKeys Washington keyboard

* Add suggested changes

* Fix encoder direction

* Remove unneeded file

* Update config.h

* Update washington.c

4 years ago[Keyboard] Fix 2U backspace key in ansi_blocker layout for GrayStudio Space65 keyboar...
Jason Nedell [Tue, 10 Dec 2019 02:01:05 +0000 (19:01 -0700)]
[Keyboard] Fix 2U backspace key in ansi_blocker layout for GrayStudio Space65 keyboard (#7593)

* Fix ansi_blocker layout

Reposition unused keycode

* Update keymap matrix hex code

Use match hex code so number matches matrix position
Update spacing

* Realign keymap to match physical hardware