]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
5 years agoISSI31FL3733 driver (#3679)
yiancar [Tue, 28 Aug 2018 13:03:11 +0000 (16:03 +0300)]
ISSI31FL3733 driver  (#3679)

* ISSI31FL3733 driver

- Addapted IS31 driver for the above driver

* fix my branch

* ISSI31FL3733 driver

- Inclusion of above ISSI led driver

* IS31fl3733 driver

- Added correct function for control registers

* Finalized support for ISSI31fl3733 led driver

- Finalized and tested driver.
- Modified i2c_master for arm due to declaration mistake.
- Fixed spaces/tabs in quantum.h file.
- Fixed spaces/tabs in common_features.mk file.
- Removed unnecessary includes from rgb_matrix.c file.
- Added local definitions for MIN and MAX macros in rgb_matrix.c file.
- Adjusted chevron effect.
- Added necessary define (RGB_3733_MATRIX_ENABLE) for makefile.
- Added necessary C define (ISSI3733) to aid with inclusion of the correct header file.
- Added documentation for the new driver.

* Driver structure update

- Changed rule includes to be more condensed (RGB_MATRIX_ENABLE = IS31FL3731) and (RGB_MATRIX_ENABLE = IS31FL3733)
- Updated documentation
- Reverted to the use of differently named functions for each driver and selecting the needed ones within rgb_matrix.c

* ISSI Drivers refractoring

- Moved issi drivers in a dedicated folder
- Updated documentation

* I2C library fix

I released the special pins incorrectly before. It is now fixed.

5 years agoFixes STM32F303XC timer issue for Planck Rev 6 (#3777)
ishtob [Mon, 27 Aug 2018 21:10:22 +0000 (17:10 -0400)]
Fixes STM32F303XC timer issue for Planck Rev 6 (#3777)

* Adding my personal planck keymap

* Adding readme.md to my keymap

* Create my userspace

add users/ishtob/

* Moved macros off keymap

macros now exsists in my userspace, moved them off keyboard specific keymaps

* Create my userspace

add users/ishtob/

* rebase from main QMK repo

* fixed compile error with planck rev6 keymap

* fixed compile error with planck rev6 keymap

* Revert "Merge branch 'master' of https://github.com/ishtob/qmk_firmware"

This reverts commit 6c8a9a6eec7ec311802338ea361099612182465d, reversing
changes made to 5c598d9a53a7f794d5be283ac40ca97631ae5578.

* fixed issue where compile errors if private macro file is not present

* Revert "fixed issue where compile errors if private macro file is not present"

This reverts commit e0035df48ffb9a95aa94e8339c58ef539e0449cf.

* Fixed STM32 timer issue with Planck Rev6 with tap mods

* Revert "fixed compile error with planck rev6 keymap"

This reverts commit 5c598d9a53a7f794d5be283ac40ca97631ae5578.

* Revert "Revert "fixed compile error with planck rev6 keymap""

This reverts commit c36896ca718f8b9bb3c653d7532797e9129477e3.

* Fixed compile issues with my personal userspace and keymap utilizing the userspace

5 years agomitosis: minor readme improvements (#3762)
Michael F. Lamb [Sun, 26 Aug 2018 19:00:22 +0000 (12:00 -0700)]
mitosis: minor readme improvements (#3762)

* minor improvements to top-level mitosis keyboard readme

* typo

* trivial readme change

5 years agoadd linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)
Michael F. Lamb [Sun, 26 Aug 2018 18:59:52 +0000 (11:59 -0700)]
add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)

5 years agoKeymap: Made changes to buswerks ortho_4x12 keymap (#3757)
Logan Bussell [Sun, 26 Aug 2018 16:33:43 +0000 (12:33 -0400)]
Keymap: Made changes to buswerks ortho_4x12 keymap (#3757)

* Added buswerks keymap

* cleaned up comments on buswerks keymap

* Added buswerks keymap readme.md

* Fixed spelling in buswerks readme.md

* Removed unnecessary includes, changed process_record_user to now use set_single_persistent_default_layer(), removed deprecated functions, and moved the audio ifdef block to config.h

* Changed buswerks ortho_4x12 layout to accommodate 'MIT' layout

* Updated README.md to reflect layout changes

5 years agoKeyboard: Putting all my ducks in a row: Lightsaver (#3758)
MechMerlin [Sun, 26 Aug 2018 16:30:49 +0000 (09:30 -0700)]
Keyboard: Putting all my ducks in a row: Lightsaver (#3758)

5 years agoKeyboard: Make a 1upkeyboards directory for visibility (#3759)
MechMerlin [Sun, 26 Aug 2018 16:30:12 +0000 (09:30 -0700)]
Keyboard: Make a 1upkeyboards directory for visibility (#3759)

5 years agoHelpful functions
Drashna Jaelre [Sun, 26 Aug 2018 03:01:09 +0000 (20:01 -0700)]
Helpful functions

5 years agoKeymap: initial migration of raffle planck (#3748)
Doug Raffle [Sun, 26 Aug 2018 01:01:07 +0000 (21:01 -0400)]
Keymap: initial migration of raffle planck (#3748)

* initial migration of raffle planck

* cleaned up includes per merge per drashna

* removed unicode shrug attempt

* cleaned up include.

5 years agoKeyboard: Duck Jetfire QMK Support (#3752)
MechMerlin [Sun, 26 Aug 2018 01:00:20 +0000 (18:00 -0700)]
Keyboard: Duck Jetfire QMK Support (#3752)

* Initial Commit

Port from xauser's jetfire code. Does not compile yet

* fix up keymap from uint8 to uin16

* update rules file to contain custom matrix

* Good stopping point

Still lots of compile errors but I'm getting there.

* fix a few more compile errors

* move a few functions around to help with compiling

* Finally got it all to compile

* Get rid of that old KEYMAP macro

* edit readme

* Put my name everywhere and some minor code clean ups

* start to remove that kc nonsense

* fix keymap compilation issues

* add reset key info

* better human readable formatting

* match the duck default layout

* add confgurator support

* clarify reset key

* might be a good idea to use the correct pin

* get the riight keycode for RGB

* include an ALL layout

* I tried to fix the formatting....sigh

* add functons to ensure Configurator compile-ability

* move jetfire to duck directory

* Moved and renamed things as per Drashna's PR comments as his back was hurting as he reviewed this

5 years agoKeymap: initial migration of raffle 1up60rgb (#3747)
Doug Raffle [Sun, 26 Aug 2018 00:13:07 +0000 (20:13 -0400)]
Keymap: initial migration of raffle 1up60rgb (#3747)

* initial migration of raffle 1up60rgb

* updated include statement

5 years agoKeymap: PyroL Let's Split keymap + Alpha keymap modifications (#3753)
Luciano Malavasi [Sun, 26 Aug 2018 00:11:53 +0000 (17:11 -0700)]
Keymap: PyroL Let's Split keymap + Alpha keymap modifications (#3753)

* keymap + alpha

* some fixes

* keymap + alpha

* some fixes

* drashna changes

* linked main Alpha repo in keyboards/alpha readme

* missed a spot

* there's another function called FUNC lol

* keymap + alpha

* some fixes

* keymap + alpha

* drashna changes

5 years agoKeyboard: Change the default LAYOUT to LAYOUT_60_hhkb for tokyo60 (#3751)
MechMerlin [Sat, 25 Aug 2018 20:20:18 +0000 (13:20 -0700)]
Keyboard: Change the default LAYOUT to LAYOUT_60_hhkb for tokyo60 (#3751)

5 years agoKeyboard: Tokyo60 Cleanup: QMK Configurator support (#3749)
MechMerlin [Sat, 25 Aug 2018 20:00:09 +0000 (13:00 -0700)]
Keyboard: Tokyo60 Cleanup: QMK Configurator support (#3749)

* use LAYOUT_60_hhkb

* cleanups

* more minute clean ups

* fix some capitilization issues

* add configurator support

5 years agoKeyboard: add tokyo60 (#2861)
Alvin C [Sat, 25 Aug 2018 19:16:05 +0000 (04:16 +0900)]
Keyboard: add tokyo60 (#2861)

* adding tokyo60 to qmk

* updating readme

* updating keymap and power consumption for mobile

5 years agoKeyboard: Added gamepad layout to cospad (#3714)
Njiall [Sat, 25 Aug 2018 17:35:24 +0000 (19:35 +0200)]
Keyboard: Added gamepad layout to cospad (#3714)

5 years agoKeymap: Added my keymap for Rorschach keyboard; minor updates to my Kinesis files...
Salt-Peanuts [Sat, 25 Aug 2018 16:29:43 +0000 (12:29 -0400)]
Keymap: Added my keymap for Rorschach keyboard; minor updates to my Kinesis files. (#3734)

* Added keymap for Rorschach

* Rorschach update

* Minor updates to Kinesis files

* Minor fixes

* Minor fixes for Rorschach

5 years agoKeyboard: readme.md update (#3581)
Barry Huang [Sat, 25 Aug 2018 16:26:24 +0000 (00:26 +0800)]
Keyboard: readme.md update (#3581)

for correct site link

5 years agoKeymap: update to budi's tv44 (#3587)
Budi Dharmawan [Sat, 25 Aug 2018 16:04:40 +0000 (00:04 +0800)]
Keymap: update to budi's tv44 (#3587)

* update to budi's tv44

* update august - budi's tv44

5 years agoKeyboard: introduce new default layout 68_ansi (#3745)
MechMerlin [Sat, 25 Aug 2018 16:00:06 +0000 (09:00 -0700)]
Keyboard: introduce new default layout 68_ansi (#3745)

5 years agoKeymap: Hold for MO and Tap for TG (#3742)
MechMerlin [Sat, 25 Aug 2018 15:47:54 +0000 (08:47 -0700)]
Keymap: Hold for MO and Tap for TG   (#3742)

Special thanks to Drashna for teaching me how to implement myFNX command. This allows a user to hold Fn for regular Fn and
tap to toggle another layer.

For now this will stay within my community layout as this is the
only layout that I will be using this in. This may change in the future.

5 years agoKeyboard: add Wavelet (#3739)
Danny [Sat, 25 Aug 2018 15:46:42 +0000 (11:46 -0400)]
Keyboard: add Wavelet (#3739)

* Add Wavelet keyboard

* Fix build error for keyboards w/o Planck MIT layout

* Add swap hands support

5 years agoAdd a belgian keymap, partially based on keymap_french.h (#3737)
Anthony [Sat, 25 Aug 2018 15:45:42 +0000 (17:45 +0200)]
Add a belgian keymap, partially based on keymap_french.h (#3737)

5 years agoIntroduce new 75_ansi standard layout (#3738)
MechMerlin [Fri, 24 Aug 2018 15:54:16 +0000 (08:54 -0700)]
Introduce new 75_ansi standard layout (#3738)

* introduce new layout 75_ansi

* use the new 75_ansi layout for my octagon v2

5 years agoKeyboard: Support PCBDOWN variants for Atreus keyboard (#3735)
Alex Schroeder [Fri, 24 Aug 2018 15:53:03 +0000 (17:53 +0200)]
Keyboard: Support PCBDOWN variants for Atreus keyboard (#3735)

5 years agoKeyboard: dactyl_manuform 5x7 aka Ergodox-ish added (#3691)
zwnk [Thu, 23 Aug 2018 18:48:30 +0000 (15:48 -0300)]
Keyboard: dactyl_manuform 5x7 aka Ergodox-ish added (#3691)

* dactyl_manuform 5x7 aka Ergodox added

* LAYOUTS = ergodox removed

* README updated

* README updated again

* zip file removed

5 years agoKeymap: fix conditionals in userspace rules.mk (#3726)
wanleg [Thu, 23 Aug 2018 03:16:49 +0000 (20:16 -0700)]
Keymap: fix conditionals in userspace rules.mk (#3726)

* fix conditionals in rules.mk

* minor keymap change

5 years agoKeymap: Add Dvorak Svorak A5 layout for Ergodox-EZ (#3725)
Erik Thorsell [Thu, 23 Aug 2018 03:16:16 +0000 (04:16 +0100)]
Keymap: Add Dvorak Svorak A5 layout for Ergodox-EZ (#3725)

* Add svorak a5

* Update Svorak A5 keymap

* Fix issue with special characters

The initial keymap did not account for non US software layout. Hence, the
special characters were incorrect. Since this layout is aimed towards Swedish
writing people the presumption is that whoever uses it will have Swedish as
their OS language.

Includes:
 - Special character issue fixed
 - QWERTY layer that can be toggled if requiered (also presumes Swedish software
   layout)

* Add special characters and media keys

* Add ctrl, alt, etc. to functional layer

5 years agoKeyboard: Finish up the HSE now that I have a board to play with! (#3728)
MechMerlin [Thu, 23 Aug 2018 03:14:52 +0000 (20:14 -0700)]
Keyboard: Finish up the HSE now that I have a board to play with! (#3728)

* fix up readmes

* update keymap to match configurator default

* add more info

5 years agoKeyboard: Partial refactor of the crkbd code (#3600)
marksard [Wed, 22 Aug 2018 16:51:37 +0000 (01:51 +0900)]
Keyboard: Partial refactor of the crkbd code (#3600)

* Add display to LED-parameters function
* Improvement of update timing for OLED display (Need TWI_Init)

5 years agoKeyboard: Blockey refactor (#3722)
noroadsleft [Wed, 22 Aug 2018 16:00:40 +0000 (09:00 -0700)]
Keyboard: Blockey refactor (#3722)

* Matrix refactor

Edited for readability.

* Keymap refactor

Deleted TMK-syntax macro block. Edited for readability.

* Readme cleanup

Edited image link (link previously referenced a single-image album).

* Configurator support

5 years agoKeyboard: AL1 Configurator fix: misplaced arrow keys (#3716)
noroadsleft [Wed, 22 Aug 2018 15:59:00 +0000 (08:59 -0700)]
Keyboard: AL1 Configurator fix: misplaced arrow keys (#3716)

* Configurator fix: misplaced arrow keys

* rules.mk: set backlight and RGB rules

5 years agoKeyboard: AMJ96 Refactor and Configurator update (#3707)
noroadsleft [Wed, 22 Aug 2018 15:58:12 +0000 (08:58 -0700)]
Keyboard: AMJ96 Refactor and  Configurator update  (#3707)

* AMJ96 Refactor

LAYOUT matrix and default keymap refactored to use full-length keycodes (instead of shorthand).

* Configurator update

Minor physical layout update and made the labels more sensible.

* Readme update

White space correction.

* Default keymap update: #include QMK_KEYBOARD_H

* rules.mk update

Disabled the following options as my local test compile's .hex ended up too big to fit in the available flash space:

MOUSEKEY_ENABLE
EXTRAKEY_ENABLE
BACKLIGHT_ENABLE
RGBLIGHT_ENABLE

If this is undesirable, suggestions are welcome.

* Config/rules update

Re-enabled MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, BACKLIGHT_ENABLE, and RGBLIGHT_ENABLE and disabled COMMAND_ENABLE in rules.mk; enabled NO_ACTION_MACRO and NO_ACTION_FUNCTION per @drashna

* Swapped `___` for `XXX` in amj96.h per @mechmerlin

5 years agoKeyboard: Fix tada68 Linux readme (#3717)
Kjili [Wed, 22 Aug 2018 02:08:17 +0000 (04:08 +0200)]
Keyboard: Fix tada68 Linux readme (#3717)

Remove confusing mention of a "Windows" computer.

5 years agoKeymap: Added personal keymap for bface (#3719)
Kyle Peatt [Wed, 22 Aug 2018 02:07:18 +0000 (22:07 -0400)]
Keymap: Added personal keymap for bface (#3719)

* [keymap] Added personal keymap for bface

* Add readme

* [keymap] Added personal keymap for bface

Add readme

Remove right shift slash test

5 years agoKeyboard: UT47 Configurator support and readme cleanup (#3708)
noroadsleft [Tue, 21 Aug 2018 15:45:42 +0000 (08:45 -0700)]
Keyboard: UT47 Configurator support and readme cleanup (#3708)

* Configurator support

* Readme cleanup

5 years agoKeyboard: Configurator render fix for AMJPad (#3706)
noroadsleft [Tue, 21 Aug 2018 15:42:18 +0000 (08:42 -0700)]
Keyboard: Configurator render fix for AMJPad (#3706)

- `LAYOUT` updated to `LAYOUT_numpad_6x4`
- `LAYOUT_all` update to `LAYOUT_ortho_6x4`

5 years agoKeyboard: AMJ60 LAYOUT_iso matrix fix (#3705)
noroadsleft [Tue, 21 Aug 2018 15:41:40 +0000 (08:41 -0700)]
Keyboard: AMJ60 LAYOUT_iso matrix fix (#3705)

LAYOUT_iso matrix was invalid.

5 years agoKeyboard: Alf X2 matrix fix (#3704)
noroadsleft [Tue, 21 Aug 2018 15:41:12 +0000 (08:41 -0700)]
Keyboard: Alf X2 matrix fix (#3704)

Invalid syntax in LAYOUT_split_arrows matrix macro.

5 years agoKeyboard: Corrected LFK65_HS LAYOUT_all matrix (#3703)
noroadsleft [Tue, 21 Aug 2018 15:40:25 +0000 (08:40 -0700)]
Keyboard: Corrected LFK65_HS LAYOUT_all matrix (#3703)

Switch `k3D` was listed as `K3D` in the parameter list, causing a compile error (undeclared variable).

5 years agoKeyboard: bface update (#3702)
MechMerlin [Tue, 21 Aug 2018 15:39:25 +0000 (08:39 -0700)]
Keyboard: bface update (#3702)

* add configurator support

* update bface code to more modern QMK standards

* update readme

* update readme

* Make changes thanks to noroadsleft's PR comments

5 years agoKeymap: Adding stephengrier keymap for the DZ60 PCB (#3700)
Stephen Grier [Tue, 21 Aug 2018 15:38:26 +0000 (16:38 +0100)]
Keymap: Adding stephengrier keymap for the DZ60 PCB (#3700)

5 years agoKeymap: Nordic layouts for ErgoDox, Planck (#3693)
Christoffer Holmberg [Tue, 21 Aug 2018 15:37:29 +0000 (18:37 +0300)]
Keymap: Nordic layouts for ErgoDox, Planck (#3693)

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* rework layouts

* Adds SYMB layer toggle to 'รค'

Closes #2

Also moves ctrl away from '-' and 'z' to the outer bottom corners
and removes redundant SYMB layer binds from there

* Adds mouse movement to right hand on ARRW layer

Closes #3

* Fix typoed keycodes

* planck qwerty nordic

* Update README.md

* Update README.md

* Implemented changes to planck layout requested by drashna

* Implemented changes to ergodox layout requested by drashna

NOTE: `version.h` is still required.

5 years agoKeymap: Update 333fred's keymap for Zen (#3690)
noroadsleft [Mon, 20 Aug 2018 16:45:15 +0000 (09:45 -0700)]
Keymap: Update 333fred's keymap for Zen (#3690)

Reset file to upstream/master, update only macro name (KEYMAP to LAYOUT).

5 years agoKeyboard: forgot to rename the layout 1up60hse correctly (#3699)
MechMerlin [Mon, 20 Aug 2018 02:35:14 +0000 (19:35 -0700)]
Keyboard: forgot to rename the layout 1up60hse correctly (#3699)

5 years agoKeyboard: Fix Configurator rendering for Big Series 2-, 3-, and 4-key boards (#3698)
noroadsleft [Mon, 20 Aug 2018 02:33:49 +0000 (19:33 -0700)]
Keyboard: Fix Configurator rendering for Big Series 2-, 3-, and 4-key boards (#3698)

5 years ago[WIP] Added support for the b.face keyboard (#2493)
Sebastian Kaim [Mon, 20 Aug 2018 02:32:35 +0000 (04:32 +0200)]
[WIP] Added support for the b.face keyboard (#2493)

* Added support for the b.face keyboard

This commit adds support for the 60% keyboard from winkeyless, the
b.face. The basic keyboard layout as well as the RGB backlighting
works as expected; the per-key LEDs can be turned on or off but not
yet dimmed. A default 60% US-layout is included.

* Added link to the bface in the ps2avrGB README

5 years agoKeyboard: add Telophase board (and Graham's keymaps) (#3244)
Graham P Heath [Sun, 19 Aug 2018 20:29:11 +0000 (15:29 -0500)]
Keyboard: add Telophase board (and Graham's keymaps) (#3244)

* add my config

* fix backlight, clean up that code

* group background code, restore static var

* qwerty is supposed to be in the middle

* wrap layer change backlight in ifdef

* backlight levels and some more 'emojis'.

* Restructure to make it possible to press cmd ent on the right side of the board with one hand.

* Expose the period through the number layer. Add Hyper keys to mouse layer

* reduce mouse speed

* add a : -P  key

* Thumbs up and down, remove some keys that are duplicated via function keys, clean up

* fix build issues

* add various emoji

* duplicate default Meira keymaps

* Miera updates

* add documented but unmapped emoji

* Sound for the Meira, was stumped by a file size! Thanks drashna!

* add docs

* docs

* revert lib changes...

* clean up

* clean up

* remove make file

* Fixes missing key

* clean up

* add my lets split

* add more emoji

* add the telophase board (unofficially, I guess...)

* add missing files

* add/reset files

* Review feedback implementation: Not needed. Add #define FLIP_HALF to your config.h file instead.

* Review feedback implementation: All of these includes should be replaced with #include QMK_KEYBOARD_H.

* Review feedback implementation: [FAILING] You may want to use LAYOUT_ortho_4x12 instead, and move this to /layouts/community/ortho_4x12/ instead. That way, you can use the same keymap for all of the boards.

* clean up

* add a key for command tilde (osx loves it)

* at least its building again

* remove adjusts and migrate layer switching to MO(_LAYER)

* update the telophase readme

* update the telophase readme

* grahampheaths -> grahampheath

* ONEHAND_ENABLE -> SWAP_HANDS_ENABLE

* convert lets split to use ortho_4x12

* Move lets split keyboard layout into community/ortho_4x12

* make telophase use LAYOUT()

* I did it?!

* Add clap and grin

* swap tabs and back and forward

* whitespace

5 years agoKeyboard: add mint60 keyboard (#3543)
eucalyn [Sun, 19 Aug 2018 20:26:42 +0000 (05:26 +0900)]
Keyboard: add mint60 keyboard (#3543)

* add mint60

* change source by reviews

5 years agoKeyboard: Add QWERTYYdox keyboard (#3636)
aydenvis [Sun, 19 Aug 2018 20:23:13 +0000 (15:23 -0500)]
Keyboard: Add QWERTYYdox keyboard (#3636)

* Add files via upload

* Update readme.md

* Update readme.md

* Update readme.md

* Add files via upload

* Delete split_util.h

* Delete split_util.c

* Delete serial.h

* Delete serial.c

* Delete matrix.c

* Delete i2c.h

* Delete i2c.c

* Update rules.mk

* Update config.h

* Update readme.md

* Update readme.md

5 years agoKeyboard: add 5x5 board support (#3694)
wanleg [Sun, 19 Aug 2018 20:18:19 +0000 (13:18 -0700)]
Keyboard: add 5x5 board support (#3694)

* 5x5 board support

* 5x5 work

* 5x5board config

* add 5x5 board support

5 years agoAdded arrow layout.
Fredric Silberberg [Sun, 19 Aug 2018 02:38:44 +0000 (19:38 -0700)]
Added arrow layout.

5 years agoKeyboard: add 1up60hse (#3687)
MechMerlin [Sun, 19 Aug 2018 20:04:03 +0000 (13:04 -0700)]
Keyboard: add 1up60hse (#3687)

* initial commit

* update readme

* enable/disable some keyboard features and add 60_ansi community layout support

* put my name everywhere

* can't use numbers for defines

* enable lighting

* put in a default keymap, use the correct pins, and put in a switch matrix

* update switch matrix to use KXY hex notation

* add QMK Configurator support

* add the rest of my name

* update where to get this keyboard

5 years agoKeyboard: Update Ergo42 default keymap (#3686)
Biacco42 [Sun, 19 Aug 2018 19:53:41 +0000 (04:53 +0900)]
Keyboard: Update Ergo42 default keymap (#3686)

5 years agoKeymap: Remove needless lines / files for Ergo42 (#3685)
Biacco42 [Sun, 19 Aug 2018 19:52:23 +0000 (04:52 +0900)]
Keymap: Remove needless lines / files for Ergo42 (#3685)

5 years agoKeymap: Added deastiny layout for contra [based on dvorak type II] (#3673)
DeastinY [Sun, 19 Aug 2018 19:30:28 +0000 (21:30 +0200)]
Keymap: Added deastiny layout for contra [based on dvorak type II] (#3673)

* Added deastiny layout for contra [based on dvorak type II]

* added questionmark and slash to another layer

* added pragma once

5 years agoKeyboard: Add Big Series 2-, 3-, and 4-key boards (#3669)
Cole Markham [Sun, 19 Aug 2018 19:29:03 +0000 (14:29 -0500)]
Keyboard: Add Big Series 2-, 3-, and 4-key boards (#3669)

* Implement magic 8-ball mode for big series switch

* LED Testing

* Add Ctrl+Alt+Del key mapping

* Add Windows lock (win+L) layout.

* Add Big Series 3-key

* Add Big Series 4-key

* Add Big Series 2-key

* Fix layout mapping for Big Series 3u

* Fix merge-conflict.

* Refactor bigseries boards into a single folder

5 years agoKeymap: Ergo42 biacco-biacco keymap (#3659)
Biacco42 [Sun, 19 Aug 2018 19:27:21 +0000 (04:27 +0900)]
Keymap: Ergo42 biacco-biacco keymap (#3659)

* Add biacco-biacco keymap

* Change P position

* Update biacco-biacco map y position

* Revert y position...

* Refactor needless lines

* Fix some review commentted

5 years agoKeyboard: Ckeys refactor (#3681)
noroadsleft [Fri, 17 Aug 2018 23:12:22 +0000 (16:12 -0700)]
Keyboard: Ckeys refactor (#3681)

* Obelus Refactor: LAYOUT to LAYOUT_ortho_4x4

- Keymap also now uses #include QMK_KEYBOARD_H
- Readability and white space changes
- rules.mk now has LAYOUTS = ortho_4x4
- added info.json

* naKey Refactor: LAYOUT to LAYOUT_numpad_5x4

- Matrix LAYOUT renamed to LAYOUT_numpad_5x4
- Now supports community layout numpad_5x4
- White space changes

* naKey Configurator update

Updated order of JSON objects to match new matrix order.

5 years agoKeymap: Wanleg userspace (#3670)
wanleg [Fri, 17 Aug 2018 23:11:21 +0000 (16:11 -0700)]
Keymap: Wanleg userspace (#3670)

* configure wanleg userspace

* additional layout support

* additional layout support

* userspace edits

* fix swap hands between 30 and 40 percent

* add additional keymaps

* userspace edits

* userspace configuration

* userspace configuration

* Update readme.md

* userspace work

* swap hands userspace fix

* made requested edits

* Update readme.md

* use relative paths instead of copying file

* Update wanleg.h

* fixing layer order

5 years agoKeyboard: Zen refactor and Configurator support (#3677)
noroadsleft [Fri, 17 Aug 2018 23:04:21 +0000 (16:04 -0700)]
Keyboard: Zen refactor and Configurator support (#3677)

* Matrix refactor

* Keymap refactor

* Configurator support

* Readme reformatting

5 years agoFirst pass at reorganizing docs
skullY [Sat, 11 Aug 2018 21:54:27 +0000 (14:54 -0700)]
First pass at reorganizing docs

5 years agoTidy up keycode.h (#3666)
fauxpark [Thu, 16 Aug 2018 16:12:48 +0000 (02:12 +1000)]
Tidy up keycode.h (#3666)

* Tidy up keycode.h

* Fix spacing here

* Add back this comma

5 years agoKeyboard: DC60 Support (#3667)
MechMerlin [Thu, 16 Aug 2018 16:06:19 +0000 (09:06 -0700)]
Keyboard: DC60 Support (#3667)

* initial commit and get pins correct

* get the switch matrix done

* Add Configurator support

* update LED numbering

* enable lighting options

* add a default-ish keymap

* turn off mouse keys as the file gets too large

* put my name everywhere

* update Alf names

* update keymap to match whats on qmkeyboard.cn

5 years agochange messege at 'check-size' target
mtei [Thu, 16 Aug 2018 12:35:24 +0000 (21:35 +0900)]
change messege at 'check-size' target

5 years agoAdd Atreus as an official board.
Phil Hagelberg [Thu, 16 Aug 2018 15:47:36 +0000 (08:47 -0700)]
Add Atreus as an official board.

5 years agoKeyboard: Eagle/Viper V2 refactor and Configurator update (#3671)
noroadsleft [Thu, 16 Aug 2018 15:54:17 +0000 (08:54 -0700)]
Keyboard: Eagle/Viper V2 refactor and Configurator update (#3671)

* Matrix refactor: eagle_viper/v2 LAYOUT_all

- Deleted K0L (research indicates no switch position at this location)
- Renamed K0J to K0I (spacebar key; on 9th column instead of 10th)
- Updated info.json and default keymap to match
- readability updates

* Keymap refactor

readability update

5 years agofix line endings
skullY [Thu, 16 Aug 2018 15:38:42 +0000 (08:38 -0700)]
fix line endings

5 years agoKeyboard: add ergoinu keyboard (#3655)
Takuya Urakawa [Thu, 16 Aug 2018 15:36:35 +0000 (00:36 +0900)]
Keyboard: add ergoinu keyboard (#3655)

* add ergoinu

* remove unnecessary code

* replace include guard
delete unused code

* remove unused RGBLED defines

5 years agoKeymap: Adding broswen keymap for iris split keyboard. (#3654)
Brad [Thu, 16 Aug 2018 15:33:02 +0000 (10:33 -0500)]
Keymap: Adding broswen keymap for iris split keyboard. (#3654)

* Adding broswen keymap for iris split keyboard.

* added changes as requested by drashna

* formatting

5 years agoKeyboard: Update AL1 default keycaps to new QMK standards (#3675)
MechMerlin [Thu, 16 Aug 2018 15:31:52 +0000 (08:31 -0700)]
Keyboard: Update AL1 default keycaps to new QMK standards (#3675)

* update keymaps to not use KC_FNX anymore

* add a reset key as the al1 has no hardware reset

5 years agoKeymap: Revamp replicaJunction keymaps (#3589)
Joshua T [Wed, 15 Aug 2018 22:38:41 +0000 (17:38 -0500)]
Keymap: Revamp replicaJunction keymaps (#3589)

* Revamp replicaJunction keymaps

Updates both the replicaJunction Ergodox and Atreus keymaps and moves
most of the logic into a new user directory.

* Cleanup as requested in #3589

* Slightly increased TAPPING_TERM

* Fixed typo in #pragma once

* Fix TAPPING_TERM redefined in config.h

* Add include of replicaJunction.h

Due to the tap dance references, without this include, I was getting
compiler errors about both internal QMK items like
`qk_tap_dance_state_t` and constants defined in my replicaJunction.h
file like TD_LAYER_TOGGLE.

Also remove some commented-out code that defined an enum which has since
moved to replicaJunction.h.

5 years agoKeyboard: add generic ortho 5x14 layout support to Viterbi (#3658)
zgtm [Wed, 15 Aug 2018 22:34:25 +0000 (00:34 +0200)]
Keyboard:  add generic ortho 5x14 layout support to Viterbi (#3658)

* Add default ortho 5x14 layout

* Fix layout_ortho_5x14: KC_EQLS -> KC_EQL

* Add ortho_5x14 layout to Viterbi

5 years agoKeymap: Adding readme file to personal keymap folder (#3665)
bmoorey [Wed, 15 Aug 2018 22:32:58 +0000 (18:32 -0400)]
Keymap: Adding readme file to personal keymap folder (#3665)

* Create a

* Add files via upload

* Delete a

* added readme

5 years agoKeyboard: dactyl manuform 6x6 added (#3662)
zwnk [Wed, 15 Aug 2018 22:31:59 +0000 (19:31 -0300)]
Keyboard: dactyl manuform 6x6 added (#3662)

* mouse layer keys shifted

* mouse layer keys shifted

* manuform 5x6 added

* mouse layer keys shifted

* manuform 5x6 added

* dactyl_manuform 5x6 keymap added

* reorg. dactyl manuform folder

* removed LAYOUTS = ortho_4x12 for 4x5

* Rows and Cols in config.h fixed

* MASTER_LEFT

* 5x6 matrix fixed

* keymap updated

* removed the i2c, serial, split_util and matrix files and inserted SPLIT_KEYBOARD

* default keymap for dactyl_manuform 5x6

* Fixes for Dactyl Manuform

* Add/update default keymap

* readme dactyl_manuform updated

* links to keymaps added

* dactyl_manuform 6x6 added. README updated

* dactyl_manuform README updated

* cleanup

* more cleanup

5 years agoAdd configurator support for 66_ansi layout for rev1, 2 and 3
mechmerlin [Wed, 15 Aug 2018 20:06:12 +0000 (13:06 -0700)]
Add configurator support for 66_ansi layout for rev1, 2 and 3

5 years agothis commit fixes #3643, rev2 was affected too
David Vonau [Tue, 14 Aug 2018 06:40:02 +0000 (08:40 +0200)]
this commit fixes #3643, rev2 was affected too

5 years agoDocs: Update image in FAQ/Keymap: KC_EQLS -> KC_EQL (#3660)
zgtm [Wed, 15 Aug 2018 16:48:14 +0000 (18:48 +0200)]
Docs: Update image in FAQ/Keymap: KC_EQLS -> KC_EQL (#3660)

5 years agoLayouts: Add default ortho 5x14 layout (#3656)
zgtm [Wed, 15 Aug 2018 16:43:39 +0000 (18:43 +0200)]
Layouts: Add default ortho 5x14 layout (#3656)

* Add default ortho 5x14 layout

* Fix layout_ortho_5x14: KC_EQLS -> KC_EQL

5 years agoKeymap: Helix : Update froggy keymap (#3652)
MakotoKurauchi [Wed, 15 Aug 2018 16:30:34 +0000 (01:30 +0900)]
Keymap: Helix : Update froggy keymap (#3652)

* led ripple effect

* fix key name

5 years agoKeyboard: Added layout LAYOUT_60_ansi_split_bksp_rshift to ok60 (#3644)
josephchoi1116 [Wed, 15 Aug 2018 16:28:47 +0000 (00:28 +0800)]
Keyboard: Added layout LAYOUT_60_ansi_split_bksp_rshift to ok60 (#3644)

* Added layout LAYOUT_60_ansi_split_bksp_rshift

* Added layout 60_ansi_split_bksp_rshift

5 years agoKeyboard: Migrate Quefrency to use split common files (#3642)
Danny [Wed, 15 Aug 2018 16:27:34 +0000 (12:27 -0400)]
Keyboard: Migrate Quefrency to use split common files (#3642)

5 years agoRgb matrix arm (#3648)
yiancar [Wed, 15 Aug 2018 05:19:38 +0000 (08:19 +0300)]
Rgb matrix arm (#3648)

* Addition of I2C master driver for STM32, Generalization of ISSI3731 driver

- Addition of an i2c_master driver for STM32 to replicate expectations of AVR driver.
- Moved ISSI3731 driver one level up to make it accesible by both architectures.
- Renamed ISSI3731 functions to a more general name for preparation of other ISSI drivers.
- Added compiler directives where necessary to differenciate each architecture.

* converted tabs to spaces

5 years agoKeyboard: Add default keymap for dactyl_manuform 5x6 (#3649)
zwnk [Tue, 14 Aug 2018 17:54:22 +0000 (14:54 -0300)]
Keyboard: Add default keymap for dactyl_manuform 5x6 (#3649)

* mouse layer keys shifted

* mouse layer keys shifted

* manuform 5x6 added

* mouse layer keys shifted

* manuform 5x6 added

* dactyl_manuform 5x6 keymap added

* reorg. dactyl manuform folder

* removed LAYOUTS = ortho_4x12 for 4x5

* Rows and Cols in config.h fixed

* MASTER_LEFT

* 5x6 matrix fixed

* keymap updated

* removed the i2c, serial, split_util and matrix files and inserted SPLIT_KEYBOARD

* default keymap for dactyl_manuform 5x6

* Fixes for Dactyl Manuform

* Add/update default keymap

5 years agoKeyboard: Dactyl manuform 5x6 added and working (#3627)
zwnk [Tue, 14 Aug 2018 03:23:11 +0000 (00:23 -0300)]
Keyboard: Dactyl manuform 5x6 added and working (#3627)

* mouse layer keys shifted

* mouse layer keys shifted

* manuform 5x6 added

* mouse layer keys shifted

* manuform 5x6 added

* dactyl_manuform 5x6 keymap added

* reorg. dactyl manuform folder

* removed LAYOUTS = ortho_4x12 for 4x5

* Rows and Cols in config.h fixed

* MASTER_LEFT

* 5x6 matrix fixed

* keymap updated

* removed the i2c, serial, split_util and matrix files and inserted SPLIT_KEYBOARD

5 years agoKeyboard: Clean up Iris files (#3640)
Danny [Mon, 13 Aug 2018 19:38:49 +0000 (15:38 -0400)]
Keyboard: Clean up Iris files (#3640)

5 years agoKeyboard: Update info.json (#3638)
josephchoi1116 [Mon, 13 Aug 2018 19:37:53 +0000 (03:37 +0800)]
Keyboard: Update info.json (#3638)

Add a layout of ANSI split backspace & R.Shift

5 years agoKeymap: Added buswerks ortho_4x12 keymap (#3623)
Logan Bussell [Mon, 13 Aug 2018 19:37:11 +0000 (15:37 -0400)]
Keymap: Added buswerks ortho_4x12 keymap (#3623)

* Added buswerks keymap

* cleaned up comments on buswerks keymap

* Added buswerks keymap readme.md

* Fixed spelling in buswerks readme.md

* Removed unnecessary includes, changed process_record_user to now use set_single_persistent_default_layer(), removed deprecated functions, and moved the audio ifdef block to config.h

5 years agoKeyboard: Refactor Levinson to use split common code (#3639)
Danny [Mon, 13 Aug 2018 19:05:58 +0000 (15:05 -0400)]
Keyboard: Refactor Levinson to use split common code (#3639)

* Migrate Levinson to use split_common code

* Update keymap

5 years agoKeyboard: Pearl keyboard LAYOUT_spacebar had an undefined constant K34 (#3633)
Felipe Coury [Sun, 12 Aug 2018 16:33:04 +0000 (13:33 -0300)]
Keyboard: Pearl keyboard LAYOUT_spacebar had an undefined constant K34 (#3633)

5 years agoKeymap: Created and populated a keymap folder for Iris (#3632)
bmoorey [Sun, 12 Aug 2018 16:31:28 +0000 (12:31 -0400)]
Keymap: Created and populated a keymap folder for Iris (#3632)

* Create a

* Add files via upload

* Delete a

5 years agoDocument FIRMWARE_FORMAT (#3631)
skullydazed [Sun, 12 Aug 2018 06:02:06 +0000 (23:02 -0700)]
Document FIRMWARE_FORMAT (#3631)

5 years agoKeyboard: Make tada68 build .bin files by default (#3630)
skullydazed [Sun, 12 Aug 2018 05:35:07 +0000 (22:35 -0700)]
Keyboard: Make tada68 build .bin files by default (#3630)

5 years agoKeymap: copy skully's faux clicky mods (#3628)
MechMerlin [Sat, 11 Aug 2018 23:45:29 +0000 (16:45 -0700)]
Keymap: copy skully's faux clicky mods (#3628)

5 years agoUpdate FAQ section on power keys
fauxpark [Sun, 5 Aug 2018 10:09:42 +0000 (20:09 +1000)]
Update FAQ section on power keys

5 years agoDedupe shifted keycodes listing
fauxpark [Mon, 6 Aug 2018 03:08:26 +0000 (13:08 +1000)]
Dedupe shifted keycodes listing

5 years agoKeymap: Add fauxclicky support to my keymap (#3625)
skullydazed [Sat, 11 Aug 2018 21:28:01 +0000 (14:28 -0700)]
Keymap: Add fauxclicky support to my keymap (#3625)

5 years agoKeyboard: add blockey keyboard (#3545)
eucalyn [Sat, 11 Aug 2018 21:22:49 +0000 (06:22 +0900)]
Keyboard: add blockey keyboard (#3545)

* add blockey

* change sources by reviews

5 years agoMove my keymap to the community folder
skullY [Sat, 11 Aug 2018 20:12:13 +0000 (13:12 -0700)]
Move my keymap to the community folder

5 years agoKeyboard: Add ansi, split bs and rshift, 5 1u keys to right of space in DZ60 (#3612)
orbitingorca [Sat, 11 Aug 2018 20:27:05 +0000 (20:27 +0000)]
Keyboard: Add ansi, split bs and rshift, 5 1u keys to right of space in DZ60  (#3612)

* Dz60 keymap, ansi, split bs and rshift, 5 1u keys to right of space

fixup

* Change Keymap to layout