]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
6 years agoUpdate info.json
Jack Humbert [Fri, 5 Jan 2018 20:32:52 +0000 (15:32 -0500)]
Update info.json

6 years agoAdded RGB and in-switch LED controls (#2227)
Hannes Egler [Fri, 5 Jan 2018 16:50:28 +0000 (17:50 +0100)]
Added RGB and in-switch LED controls (#2227)

* Default layout with RGB and in-switch LED controls

This is a variation of the default keymap with added RGB underglow and in-switch LED controls.

* Readme for default_rgb keymap

* ISO keymap with RGB and in-switch LED controls

This is a variation of the default ISO keymap with added RGB Underglow and in-switch LED controls.

* readme for iso_rgb keymap

6 years agoRooski15: Update Prime_R ReadMe & Keymap (#2228)
rooski15 [Fri, 5 Jan 2018 16:37:53 +0000 (08:37 -0800)]
Rooski15: Update Prime_R ReadMe & Keymap (#2228)

* Rooski15: Updated prime_r Keymaps

* Rooski15: Updated Prime_R:Rooski

* Rooski15: Updated Prime_R readme

* Rooski15: Updated Prime_R readme

* Rooski15: Updated Prime_R readme

6 years agoUpdated ACR60, Mechmini, ALU84 readme information and config.h descripters (#2231)
TurboMech [Fri, 5 Jan 2018 16:37:22 +0000 (11:37 -0500)]
Updated ACR60, Mechmini, ALU84 readme information and config.h descripters (#2231)

* Updated ACR60, Mechmini, ALU84 readme information and config.h descripters

Update MECHKEYS keyboards to be uniform in readmes and config.h's PID, MANUFACTORER, and DESCRIPTIONS.   This allows the keyboards to be more uniform amongst the different types.

* Rename keyboards/alu84/keymaps/TurboMech/config.h to keyboards/alu84/keymaps/turbomech

* Rename keyboards/alu84/keymaps/turbomech to keyboards/alu84/keymaps/TurboMech/config.h

* Fixed folder naming for alu84/keymaps/turbomech

* fixed error from compile

removed double `return MACRO_NONE;` and `switch (id) {`

6 years agoPrime_R (#2221)
rooski15 [Thu, 4 Jan 2018 18:32:51 +0000 (10:32 -0800)]
Prime_R (#2221)

* Rooski15: Add Prime_R Keyboard

* Rooski15: Added keymaps to xd60, xd75, planck, and prime_r

* Rooski15: Updated prime_r keymap

* Rooski15: Added Prime_R and Documentation

* Rooski15: Added Prime_R and Documentation

* Rooski15: Prime_R - Added futher documentation.

* Update config.h

Added device information

* Update readme.md

Updated Planck:EmilyH Readme

* Update readme.md

Updated XD75:EmilyH Readme

6 years agoprofanum429@gmail.com (#2222)
profanum429 [Thu, 4 Jan 2018 06:20:58 +0000 (00:20 -0600)]
profanum429@gmail.com (#2222)

* Added initial in-switch LED support for the Eagle/Viper V2.
Currently only has four modes: All ON, Mods/Nums ON, Alphas ON, or All OFF

* Revert keymap changes

* Changed switch curly bracket to match style.

6 years agoAdd info.json file for Chimera Ortho (#2217)
Daniel Gordon [Thu, 4 Jan 2018 06:20:18 +0000 (00:20 -0600)]
Add info.json file for Chimera Ortho (#2217)

* Add info.json file for Chimera Ortho

* Correct LAYOUT to KEYMAP

Correct LAYOUT to KEYMAP in chimera ortho's json.info

6 years agoKeeb json layouts (#2219)
MechMerlin [Thu, 4 Jan 2018 06:19:59 +0000 (22:19 -0800)]
Keeb json layouts (#2219)

* info.json committed to support the qmk configurator project

These are info.json for each of the keyboards I've contributed to
during my time here at QMK

* change LAYOUT to KEYMAP to adhere to matrix definitions

6 years agoUpdate the urls for atmel tools
skullY [Wed, 3 Jan 2018 18:00:15 +0000 (10:00 -0800)]
Update the urls for atmel tools

6 years agoDuck Eagle/Viper V2 support (#2216)
MechMerlin [Wed, 3 Jan 2018 17:17:09 +0000 (09:17 -0800)]
Duck Eagle/Viper V2 support (#2216)

* Preliminary support for Duck Eagle/Viper V2 60% board. This is a copy of the octagon/v2 with things changed to reach a compiling state

* Get a 60% keymap compiling, this might not be what the eagle/viper
really supports

* Update readme to point to correct GeekHack link

* Get keymap working on a Duck Eagle

* Add code submitted by profanum429

- Add HHKB style top row to v2.h
- Modify read_rows function to take into accout the caps lock firmware key
- Modify default keymap to match the new v2.h
- Adjust readmes

* Fix bug related to col 0 not working

* Add keymap for mechmerlin

* Add profanum429's viper hhkb layout

* Add visual representation for mechmerlin layout
Add navigation keys to keymap

* Add a better visual representation to the mechmerlin keymap

* Add profanum429's Viper layout!

* Updated profanum429 keymap to match a full HHKB
Enabled media keys in rules.mk

* Revert "Updated profanum429 keymap to match a full HHKB"

This reverts commit ed914160d7e27e6412d2c7c5c1c4fa0a04838667.

* Fix default keymap for Eagle

* Enable extra keys for audio control support

* Modified timings in indicator_leds to accomodate the WS2811S chips on the Eagle/Viper2 PCBs at 800kHz with a 16mHz clock
Modified the backlight settings to not interfere with the default RGB underglow code from QMK
Modified the order of the LEDs in the LED status bar at the top of the Eagle/Viper2 PCBs (3,2,1,6,5,4,8,7 order)

* Cleaned up indicator code to remove unused functions as the RGB underglow uses the
default driver provided by QMK

Commented out backlighting code in v2.c

* update readmes to reflect profanum's awesome contributions and fix typo in make instructions

* Remove custom RGB logic and just rely on QMK RGB underglow. We'll leave the backlighting in place for now

6 years agoAdded Mechmini 2.0 to Mechmini keyboard folder
TurboMech [Wed, 3 Jan 2018 10:48:09 +0000 (05:48 -0500)]
Added Mechmini 2.0 to Mechmini keyboard folder

This creates a v1 and v2 subproject.  V1 retains all the same implementations of the bootmapper-ported Mechmnini 1 including #2196.  V2 adds the Mechmini 2.0 kayboard support (I know it took me way to long to get it a pull request in).

All readme's updated to reflect compiling the two seperate keyboards.  Simply either `make mechmini/v1:default` or `make mechmini/v2:defualt`.  Utilizing the rules.mk using `make mechmini:default` will automatically create the Mechmini 2 default keymap as this is the current version and has a much wider user base.

6 years agoLet's Split: Minor fixes in keymap.c comments
Rickard von Essen [Tue, 2 Jan 2018 21:17:49 +0000 (22:17 +0100)]
Let's Split: Minor fixes in keymap.c comments

- Single quote (') is the un-shifted key, not double quote (")
- Fixed alignment

6 years agoADD RGBLIGHT_LIMIT_VAL (#2214)
YouCanFly [Wed, 3 Jan 2018 02:54:56 +0000 (10:54 +0800)]
ADD RGBLIGHT_LIMIT_VAL (#2214)

6 years agoupdate avr url
Jack Humbert [Wed, 3 Jan 2018 02:35:42 +0000 (21:35 -0500)]
update avr url

6 years agomacOS also requires avrdude
Rickard von Essen [Tue, 2 Jan 2018 18:58:16 +0000 (19:58 +0100)]
macOS also requires avrdude

6 years agoJC65 - Adding in CapsLock LED support and my personal keymap
Stacy Devino [Mon, 1 Jan 2018 23:55:18 +0000 (17:55 -0600)]
JC65 - Adding in CapsLock LED support and my personal keymap

Signed-off-by: Stacy Devino <stacydevino@gmail.com>
6 years agoAdded support for V60 Type R Polestar backlight and RGB underglow (#1852)
benlyall [Mon, 1 Jan 2018 22:49:26 +0000 (09:49 +1100)]
Added support for V60 Type R Polestar backlight and RGB underglow (#1852)

* Added V60 Type R Polestar Backlight and RGB Underglow support

* made RGB Underglow stuff optional, to support the non Polestar V60

* updated readme and rules

* fixed typo in readme

6 years agobacklight breathing overhaul (#2187)
Balz Guenat [Mon, 1 Jan 2018 22:47:51 +0000 (23:47 +0100)]
backlight breathing overhaul (#2187)

* add breathing to bananasplit

* backlight breathing overhaul

* fix the backlight_tick thing.

* fix for vision_division backlight

* fix a few keymaps and probably break breathing for some weirdly set-up boards.

* remove BL_x keycodes because they made unreasonable assumptions

* some fixes for BL keycodes

* integer cie lightness scaling

* use cie lightness for non-breathing backlight and make breathing able to reach true max brightness

6 years agoAviator Keymap (#2204)
John Ramsay [Mon, 1 Jan 2018 22:35:32 +0000 (09:35 +1100)]
Aviator Keymap (#2204)

* Create aviator.txt

* Add files via upload

* Delete aviator.txt

* Delete readme.md

* Add files via upload

* Update readme.md

* Update readme.md

* Delete keyboard-layout.png

* Update readme.md

* Update readme.md

* Update readme.md

6 years agoRGB underglow support for JJ40, clean up redundant code in Mechmini keymap (#2196)
Kenneth Aloysius [Mon, 1 Jan 2018 22:34:46 +0000 (09:34 +1100)]
RGB underglow support for JJ40, clean up redundant code in Mechmini keymap (#2196)

* Cleanup Mechmini keymap. Once the custom RGB function is defined, there is no need to manually handle RGB code.

* Change default to KEYMAP_MIT, not KEYMAP_OFFSET

* Add custom RGB code for JJ40

* Reset Mechmini advertised power draw to 500. Will have to test actual maximum power draw later.

* RGB working on JJ40.

* Fix: saturation increase/decrease flipped

* Add new directory for my custom keymap with RGB keycodes

* Swap LAlt and LGUI

* Update JJ40 max power draw with measured value

* Update: fun40 rules.mk to enable underglow; earlier failed Travis CI

6 years agoRemove residual Makefiles from the keyboards directory (#2193)
James Neill [Mon, 1 Jan 2018 22:32:39 +0000 (22:32 +0000)]
Remove residual Makefiles from the keyboards directory (#2193)

* Removed residual Makefiles from keyboards directory

* Removed reference to Makefile

6 years agowanleg's gherkin layout
wanleg [Fri, 29 Dec 2017 01:58:36 +0000 (17:58 -0800)]
wanleg's gherkin layout

my layout for the Gherkin

6 years agoClean up and tweaks of drashna keymaps and userspace (#2200)
Drashna Jaelre [Mon, 1 Jan 2018 22:21:01 +0000 (14:21 -0800)]
Clean up and tweaks of drashna keymaps and userspace (#2200)

* Minor tweaks

modified:   users/drashna/drashna.c

* Fix Workman ASCII art

* Add OSM for shifts

* Make Viterbi's 00 code consistant

* Minor Cleanup off Userspace

* Change Tapping Term on Ergodox

* Re-add EEPROM code

* Minor updates and tweaks

* Use QMK_H variables to make keymaps more universal

* Forgot 'break;' for covecube layer

* Tweak Viterbi files now that I have hands on

* Add secrets to Ergodox

* RGB tweaks to Viterbi

* Viterbi RGB layout tweeks

* Minor tweaks

* Add One Shot Mod tap toggle

* Add Faux Clicky to Viterbi, and disable controller's LEDs

* Minor tweaks

* Move D3 keycode defines into userspace

* Updated Userspace Readme

6 years agoAdd meira/takmiya keymap
Takahiro Miyamoto [Sun, 31 Dec 2017 01:17:56 +0000 (10:17 +0900)]
Add meira/takmiya keymap

6 years agoKBD75 ISO support (#2201)
Hannes Egler [Mon, 1 Jan 2018 22:16:24 +0000 (23:16 +0100)]
KBD75 ISO support (#2201)

* iso_de_mac

ISO-DE layout with mac media controls

* Delete keymap.c

* iso_de_mac

ISO-DE support with Mac media keys

* Add files via upload

Layout overview

* iso layout support

Adds support for the extra key of ISO

* Update keymap.c

typo-fix

* fixed mac next key

* Delete Layout.png

* Delete keymap.c

6 years agoFix of #2094
Mikkel Jeppesen [Sat, 30 Dec 2017 13:15:28 +0000 (14:15 +0100)]
Fix of #2094

6 years agoadded ALU84 keyboard and TurboMech user space (#2206)
TurboMech [Mon, 1 Jan 2018 03:39:34 +0000 (22:39 -0500)]
added ALU84 keyboard and TurboMech user space (#2206)

* Added ALU84

Added ALU84 from mechkeys.ca.  TurboMech keymap is MacOS oriented, need to still update the defualt keymap.

* added alu84 and TurboMech userspace

* updated keymap, config.h and rules.mk for alu84

6 years agoAdd the missing rules.mk for my layout
skullY [Fri, 22 Dec 2017 17:49:52 +0000 (09:49 -0800)]
Add the missing rules.mk for my layout

6 years agocapslock led fix for clueboard 60
skullY [Fri, 15 Dec 2017 07:02:49 +0000 (23:02 -0800)]
capslock led fix for clueboard 60

6 years agoAdding a Zelda Treasure sound.
Colin Miller [Thu, 21 Dec 2017 23:49:55 +0000 (15:49 -0800)]
Adding a Zelda Treasure sound.

It's the sound that's made when opening a treasure chest.

6 years agofix breaking build: remove merge conflict text
Ryan Mitchell [Thu, 21 Dec 2017 03:19:45 +0000 (21:19 -0600)]
fix breaking build: remove merge conflict text

6 years agoZweihander: remove app keys, etc. (#2167)
adiabatic [Thu, 21 Dec 2017 00:55:17 +0000 (16:55 -0800)]
Zweihander: remove app keys, etc. (#2167)

* zweihander-osx: Remove app keys, etc.

- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)

* Zweihander: update readme

6 years agoOscillope keymap: handy programming macros (#2176)
Oscillope [Thu, 21 Dec 2017 00:54:43 +0000 (19:54 -0500)]
Oscillope keymap: handy programming macros (#2176)

* Added macro to type -> since that symbol requres much finger acrobatics otherwise.

* Added macros for braces

6 years agoOctagon V1 Support (Port) (#2184)
MechMerlin [Thu, 21 Dec 2017 00:54:07 +0000 (16:54 -0800)]
Octagon V1 Support (Port) (#2184)

* Preliminary commit for Octagon V1 support

This is essentially a cp -R v2 v1 with a few things changed to
get it to compile and build.

* The Octagon V1 supports up to 84 keys as opposed to the V2 which
supports up to 86. This commit changes the keymap to match it.

* Temporary default keymap just to get things to compile

* Update readme file

* Fix switch matrix

* Fix underglow lighting option

* Fix keymap to take care of shifted columns

* Fix keymap formatting

* Remove un-needed files left over from rasmusx

* Make Octagon V1 have its own keymap directory with default keymap

* Make Octagon V2 have its own keymap directory with default keymap

* Cleanups and readme edits

6 years agoDisable MIDI on preonic to fix firmware compilation errors
U-LANDSRAAD\drashna [Thu, 21 Dec 2017 00:06:50 +0000 (16:06 -0800)]
Disable MIDI on preonic to fix firmware compilation errors

6 years agoAdding pok3r like layout to the let's split (#2135)
Nicolas Guelpa [Wed, 20 Dec 2017 19:41:41 +0000 (14:41 -0500)]
Adding pok3r like layout to the let's split (#2135)

* adding new layout for the planck that helps when coming from the pok3r

* Fixing the function layer

* Update readme.md

* Update keymap.c

Making some small adjustments

* Update keymap.c

switching GUI and Esc

* Update keymap.c

* adding mod tap on left and right shift

* adding mod tap on left and right shift

* poker keymap for lets split

* fixing the FN layer

* removing unused file

6 years agoAdd on/off/toggle keycodes for Auto Shift
Drashna Jael're [Tue, 19 Dec 2017 18:37:25 +0000 (10:37 -0800)]
Add on/off/toggle keycodes for Auto Shift

6 years agoAdd toggle option to AutoShift
U-LANDSRAAD\drashna [Tue, 19 Dec 2017 18:06:22 +0000 (10:06 -0800)]
Add toggle option to AutoShift

6 years agoFixed typo
Hugo Gayosso [Wed, 20 Dec 2017 16:33:34 +0000 (11:33 -0500)]
Fixed typo

6 years agok_type: add belak keymap
Kaleb Elwert [Mon, 18 Dec 2017 22:57:35 +0000 (14:57 -0800)]
k_type: add belak keymap

6 years agoMarked util/atmega32a_program.py as executable so that programming script works.
Jason Rosenman [Tue, 19 Dec 2017 15:11:58 +0000 (10:11 -0500)]
Marked util/atmega32a_program.py as executable so that programming script works.

6 years agoOctagon V2 Refactor (#2170)
MechMerlin [Tue, 19 Dec 2017 15:50:58 +0000 (07:50 -0800)]
Octagon V2 Refactor (#2170)

* rename octagon_v2 directory to octagon directory

* Move octagon_v2 files to v2 sub-directory

* Edit readme files

* setup header files for building multiple versions of the Duck
Octagon.

* Changes as per Jack's PR 2170 comments

6 years agoUnsign key argument in add_key_to_report
fauxpark [Tue, 19 Dec 2017 08:41:51 +0000 (19:41 +1100)]
Unsign key argument in add_key_to_report

6 years agoAdded Ardakilic keymap for Tada68 (#2174)
Arda Kılıçdağı [Tue, 19 Dec 2017 14:24:39 +0000 (17:24 +0300)]
Added Ardakilic keymap for Tada68 (#2174)

* Added Ardakilic keymap

more key fixes

* power key instead of eject

6 years agoCustom Keymaps for Certain Layouts (#2161)
kimkimkeren [Sun, 17 Dec 2017 16:54:22 +0000 (23:54 +0700)]
Custom Keymaps for Certain Layouts (#2161)

* Add keymap for my friend's KBD75\nBug : RGUI is read as RALT

* Add keymap for Nyquist

* Add Keymap for Whitefox (Truefox layout only)

* Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom

6 years agoAdded default case to process_record_user
kamisamamizu [Sat, 16 Dec 2017 17:25:16 +0000 (18:25 +0100)]
Added default case to process_record_user

I tried using process_record_user and if I had to add the default case for it to compile.

6 years agoAdd my keymap for dz60
Vlad Buslov [Sat, 16 Dec 2017 16:10:08 +0000 (18:10 +0200)]
Add my keymap for dz60

6 years agoAdd COSPAD to QMK and add functions to read HSV (#2156)
kamisamamizu [Sun, 17 Dec 2017 16:44:13 +0000 (17:44 +0100)]
Add COSPAD to QMK and add functions to read HSV (#2156)

* Added functions to read HSV values

I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places.
They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val().

* Create keymap.c

* Add COSPAD support to QMK

I have ported the COSPAD numpad to qmk.

* Update readme.md

* Update cospad.c

6 years agoChristmas tree (#2160)
That-Canadian [Sat, 16 Dec 2017 23:25:46 +0000 (15:25 -0800)]
Christmas tree (#2160)

* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.

* Forgot to push rules.mk for the V2017 folder, fixed now.

6 years agoRemove MIDI from Planck Rev5 to fix compile build size issue
U-LANDSRAAD\drashna [Sat, 16 Dec 2017 15:41:17 +0000 (07:41 -0800)]
Remove MIDI from Planck Rev5 to fix compile build size issue

6 years agoUpdate readme.md
Jack Humbert [Fri, 15 Dec 2017 19:06:45 +0000 (14:06 -0500)]
Update readme.md

6 years agodeletes the extra mechmini readme [doh]
Jack Humbert [Fri, 15 Dec 2017 19:06:29 +0000 (14:06 -0500)]
deletes the extra mechmini readme [doh]

6 years agoreforked master and added changes to 7u and 6u iso layouts
root [Fri, 15 Dec 2017 18:51:37 +0000 (19:51 +0100)]
reforked master and added changes to 7u and 6u iso layouts

6 years ago[budi] tv44 arrow dvorak (#2151)
Budi Dharmawan [Fri, 15 Dec 2017 18:24:12 +0000 (02:24 +0800)]
[budi] tv44 arrow dvorak (#2151)

* [budi] tv44 arrow dvorak

* [tv44/budi] Removed qwerty, added readme

6 years agoFound some broken links while looking up ARM keyboard support
mechmerlin [Fri, 15 Dec 2017 16:34:23 +0000 (08:34 -0800)]
Found some broken links while looking up ARM keyboard support

6 years agoadd tests for action_layer.c and reset layer state after tests
Colin T.A. Gray [Thu, 14 Dec 2017 23:15:52 +0000 (16:15 -0700)]
add tests for action_layer.c and reset layer state after tests

6 years agomake 'layer_state_set' visible to user code
Colin T.A. Gray [Mon, 11 Dec 2017 18:54:57 +0000 (11:54 -0700)]
make 'layer_state_set' visible to user code

6 years agofixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)
Colin T.A. Gray [Mon, 11 Dec 2017 15:53:50 +0000 (08:53 -0700)]
fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)

6 years agoDuck Octagon V2 QMK Support (#2153)
MechMerlin [Fri, 15 Dec 2017 05:09:31 +0000 (21:09 -0800)]
Duck Octagon V2 QMK Support (#2153)

* Initial commit for Octagon V2 Support

This is still basically just a copy of lightsaver support with
names changed.

* Port xauser keymap from: https://github.com/xauser/tmk_keyboard/blob/xauser/keyboard/octagon_v2/keymap_common.h

* Temporary default keymap just to get things compiling

* Modify config.h to have the right keyboard info

* Partial port of xauser matrix code for octagon v2

* Fix readme.md
1. Fix link to geekhack GB
2. Add microchips
3. Add appropriate attributions

* Fix PORTD

* Intermediate fix to get LEDs working

* Update BACKLIGHT_AREAS enum

* Port the following:
backlight_set
backlight_toggle_rgb
backlight_set_rgb

and resolve dependencies in header files

* Port backlight_update_state to led_set_kb

* Change copyright notice author to MechMerlin

* Remove Rasmus keymap

* Get a default keymap that actually does something and let's you reset.

* Convert keymap into KC_XXXX format.

* Better formatting of the default keymap to make it more readable

* Fix keymap

* Get that Fn key working!

* Some code cleanup and small refactor

* Fix keymap in octagon_v2.h

6 years agoChristmas tree (#2105)
Josh Sankey [Thu, 14 Dec 2017 20:58:40 +0000 (15:58 -0500)]
Christmas tree (#2105)

* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.

6 years agoFix reset key in Iris default keymap
JWhy [Wed, 13 Dec 2017 19:40:48 +0000 (20:40 +0100)]
Fix reset key in Iris default keymap

6 years agoInitial K-Type support (#1963)
Kaleb Elwert [Thu, 14 Dec 2017 05:25:47 +0000 (21:25 -0800)]
Initial K-Type support (#1963)

* Initial K-Type support

* Copy PJRC_TEENSY_3_1 to work around watchdog issues

* K-Type: Remove bootloader offset in rules.mk

* Ensure matrix and scan quantum functions are called when needed

This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4

6 years agoAdding my xd60 layout. (#2078)
Jean Olivier Simoneau [Thu, 14 Dec 2017 05:21:48 +0000 (00:21 -0500)]
Adding my xd60 layout. (#2078)

* Added xd60:Jos keymap

* Corrected Layout image for xd60:Jos layout

* Update README for xd60:Jos layout

* Created rules.mk for xd60:Jos layout

* Fixed an edge case for xd60:Jos layout

* Now using a specific  for xd60:Jos layout instead of modifying the main one

* Better physical layout image for xd60:Jos layout

6 years agonew planck keymap, new feature - hybrid shift/enter action key (great for small keybo...
Zach Richard [Thu, 14 Dec 2017 05:20:44 +0000 (00:20 -0500)]
new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) (#2100)

* new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!)

* corrected documentation to specify rules.mk file instead of Makefile

6 years agoAdding my personal keymap (#2116)
Jon Nelson [Thu, 14 Dec 2017 05:16:38 +0000 (22:16 -0700)]
Adding my personal keymap (#2116)

* my personal keymap

* Add files via upload

* Delete baseLayer.JPG

* Delete fnLayer.JPG

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

6 years agoUpdate '?=' references in rules.mk. Add support for ortho_4x12 layout.
Cole Markham [Wed, 13 Dec 2017 21:56:36 +0000 (15:56 -0600)]
Update '?=' references in rules.mk. Add support for ortho_4x12 layout.

6 years agoFix keyboard not working if I2C pullups not enabled.
Cole Markham [Sat, 9 Dec 2017 07:25:32 +0000 (01:25 -0600)]
Fix keyboard not working if I2C pullups not enabled.

Disable backlighting by default.

6 years agoCleanup old code and comments
Cole Markham [Sat, 9 Dec 2017 07:24:51 +0000 (01:24 -0600)]
Cleanup old code and comments

6 years agoUpdate revision default
Drashna Jael're [Sun, 10 Dec 2017 06:46:36 +0000 (22:46 -0800)]
Update revision default

6 years agoFixed orthodox KEYMAP so no londer requires blanks in keymap.c, and added orthodox...
Drashna Jael're [Sat, 9 Dec 2017 19:40:19 +0000 (11:40 -0800)]
Fixed orthodox KEYMAP so no londer requires blanks in keymap.c, and added orthodox rev3

6 years agoPersonal layout planck,ergodone,xd75 (#2140)
Koen Klinkers [Thu, 14 Dec 2017 05:04:42 +0000 (06:04 +0100)]
Personal layout planck,ergodone,xd75 (#2140)

* plank layout

* ergodone

* x75

* readmes

6 years agoAdd a keymap for the Ergodox EZ meant to be used with a Bépo keyboard layout (French...
mkende [Thu, 14 Dec 2017 05:04:21 +0000 (06:04 +0100)]
Add a keymap for the Ergodox EZ meant to be used with a Bépo keyboard layout (French ergonomic layout) (#2141)

* Initial version of the Ergodox EZ Bépo keymap, TypeMatrix style.

* Update the readme file and add some handling of the keyboard LEDs.

* Toggling layer requires 2 taps.

* Remove a constant as it conflicts with an earier definition.

* Fix a typo in a type name.

* Fix the arrow layer that had a bad number.

* Second main version of my bepo keymap, after the tests of the first one.

* Fix the triggering of the function layer and the handling of the LED.

* Reduce the shining of the LEDs.

* Fix the swap layer (that required a keypress on the other side of the keyboard to be deactivated).

* Duplicate some of the mouse button for easy access.

* Move some of the secondary functions out of the center keys.

* Slightly slow down the mouse and mouse wheel.

* Update the comment and readme.md for the V2 of the keymap.

* Invert button 2 and 3 of the mouse. Really fix the SWAP layer.

* Test with the right alt modifier added as secondary function (on hold) of the space keys. The right alt key becomes a left alt one.

* Add specific shift/ctrl for the FN layer; move some mouse keys around to help with that.

* Remove one FN modifier-on-hold key that was not useful.

* Duplicate the FN layer inside the MOUSE layer.

* Add support (not tested yet) for macro recording and play on a single key as a tap dance.

* Allow to stop recording the macro by tapping once on the macro key (still un-tested).

* Add support for macro recording using some tap dance.

* shorten a comment.

* Reinstate the FN toggle on the percent key (so that there is an FN toggle on the right-hand-side).

* Fix some comments and update the link to the most up-to-date image.

* Small fix to the keymap images.

6 years agoadds @kristmascane's keymap (#2144)
kristmascane [Thu, 14 Dec 2017 05:03:58 +0000 (23:03 -0600)]
adds @kristmascane's keymap (#2144)

6 years agoUpdate Drashna keymaps (#2145)
Drashna Jaelre [Thu, 14 Dec 2017 05:02:48 +0000 (21:02 -0800)]
Update Drashna keymaps (#2145)

* Change overwatch to Gamepad

* Remove secrets file

* Add sample sensitive.h file

* Borrow @colinta's secrets.h include method

* Remove unnessary placeholder for macros

* Set secrets to use PROGMEM for char string

* Add readme files to my keymaps and userspace

6 years agoUpdated keymap and readme (#2147)
Nico Hormazábal [Thu, 14 Dec 2017 05:02:05 +0000 (06:02 +0100)]
Updated keymap and readme (#2147)

* added own keymap for planck

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* dynamic macros

* Update Readme.md

* moved the reset button

* Update readme for volume explanation

* Format

* Update Readme.md

* Update Readme.md

* added safe double shift

* changed the modified shift to regular shift, for allowing shift + F keys

6 years agoadded iso support
bunnybugslpat [Thu, 14 Dec 2017 03:11:33 +0000 (04:11 +0100)]
added iso support

added a keymap for an iso layout with 7u spacebar

6 years agoVim Layout for Ergodox-EZ (mac only) (#2112)
Benny Powers [Tue, 12 Dec 2017 02:06:05 +0000 (04:06 +0200)]
Vim Layout for Ergodox-EZ (mac only) (#2112)

* ignore libs

* Clang complete file

* Add VIM_A, VIM_S, VIM_COMMAND_SHIFT_D, and VIM_COMMAND_SHIFT_A

Add VIM_A, VIM_S, VIM_COMMAND_SHIFT_D, and VIM_COMMAND_SHIFT_A

a s O

* Comment blocks for minimap

generated at
http://patorjk.com/software/taag/#p=display&h=0&v=0&c=c&f=Banner&t=COMMENT

* Be explicit

* More Comment blocks

* Add J

* add A, C, D, J, S, O

* Make h j k l explicitly vim commands (useful for JOIN)

* add cb ce cw ch cj ck cl db de dw dh dj dk dl vb ve vh vj vk vl x ciw diw viw

* debug messages for ci di vi

* Var capitalized

* Save bytes by disabling mouse keys

* Add Y P

* Be more explicit about which key was pressed

* Be more explicit about which key was sent

* Move project to new directory structure

* Remove non-vim layout folder

* Replace KC_TRNS with KC_NO on normal layer

* Insert Mode as default

* Try to prevent crashes

* Put normal mode back

* Revert "ignore libs"

This reverts commit 4c5d7592d6c1b70e689c0b9400afca19c71970a7.

* add rules.mk

* Add mouse bindings

* Checkout most recent keymap following rebase

* Realign mouse button keys

* Make a macro for TO(NORMAL_MODE)

6 years agoactuation point adjustment for fc980c and fc660c (#2134)
Balz Guenat [Tue, 12 Dec 2017 02:05:12 +0000 (03:05 +0100)]
actuation point adjustment for fc980c and fc660c (#2134)

* add i2c lib submodule

* add actuation point adjustment to fc980c

* add actuation point adjustment to fc660c also.

* use https for i2c submodule

* move to existing i2c lib

* properly remove old submodule

* oops, forgot some files for the fc660c

6 years agoThe ruler (#2138)
That-Canadian [Tue, 12 Dec 2017 01:57:40 +0000 (17:57 -0800)]
The ruler (#2138)

* Line ending stuff again

* Added initital files and layout for the PCB Ruler keyboard/macro pad thing

* Updated Readme

* Changed make command to new format

6 years agoAdd rasmus keymap and fix default keymap readme
Rasmus Schults [Sun, 10 Dec 2017 19:54:50 +0000 (21:54 +0200)]
Add rasmus keymap and fix default keymap readme

6 years agoadds the gh80_3000 project (#2132)
farmakon [Sun, 10 Dec 2017 19:44:04 +0000 (20:44 +0100)]
adds the gh80_3000 project (#2132)

6 years agoAdd Lightsaver V3 keyboard
Rasmus Schults [Wed, 29 Nov 2017 23:50:03 +0000 (01:50 +0200)]
Add Lightsaver V3 keyboard

6 years agofixes audio/midi combinations
Jack Humbert [Sun, 10 Dec 2017 16:54:36 +0000 (11:54 -0500)]
fixes audio/midi combinations

6 years agofixes midi compile error
Jack Humbert [Sun, 10 Dec 2017 16:32:36 +0000 (11:32 -0500)]
fixes midi compile error

6 years agoupdate planck settings
Jack Humbert [Sun, 10 Dec 2017 15:59:17 +0000 (10:59 -0500)]
update planck settings

6 years agofix up midi stuff w/music mode
Jack Humbert [Sun, 10 Dec 2017 15:57:52 +0000 (10:57 -0500)]
fix up midi stuff w/music mode

6 years agoDon't "unselect" left-hand rows
Seebs [Tue, 5 Dec 2017 16:55:05 +0000 (10:55 -0600)]
Don't "unselect" left-hand rows

"unselecting" left-hand rows is a wasted i2c transaction.

On the left-hand side, the ergodox uses a GPIO expander. It
does *not* change "direction" (input/output) of pins, it just
sets pins high or low.

But all the pins are written at once. There's no way to
change just one pin's value; you send a full byte of all eight
row pins. (Not all of them are in use, but that doesn't matter.)
So every pin is either +V or ground. This is in contrast
with the right-hand side, which is using input mode to make pins
be neutral.

So there's no need to "deselect" the rows on the left side
at all. To select row 0, you set the GPIO register for the
rows to 0xFE. The previous code would then set it back to
0xFF, then set it to 0xFD on the next cycle. But we can just
omit the intervening step, and set it to 0xFD next cycle,
and get the same results.

And yes, I tested that the keyboard still works.

On my system, scan rate as reported by DEBUG_SCAN_RATE goes
from 445 or so to 579 or so, thus, from ~2.24ms to ~1.73ms.

Signed-off-by: seebs <seebs@seebs.net>
6 years agochange the ?= assignments to =
Balz Guenat [Fri, 8 Dec 2017 23:20:10 +0000 (00:20 +0100)]
change the ?= assignments to =

6 years agosome planck keymap shiftings and include proper-making
Balz Guenat [Thu, 7 Dec 2017 20:45:44 +0000 (21:45 +0100)]
some planck keymap shiftings and include proper-making

6 years agoclean up bananasplit keymap
Balz Guenat [Mon, 20 Nov 2017 17:26:44 +0000 (18:26 +0100)]
clean up bananasplit keymap

6 years agoTrim trailing whitespace
fauxpark [Sat, 9 Dec 2017 05:56:58 +0000 (16:56 +1100)]
Trim trailing whitespace

6 years agoFix some of the more obvious typos
fauxpark [Sat, 9 Dec 2017 05:49:07 +0000 (16:49 +1100)]
Fix some of the more obvious typos

6 years agoFormat keycode tables
fauxpark [Sat, 9 Dec 2017 05:45:13 +0000 (16:45 +1100)]
Format keycode tables

6 years agoConvert all headings to Title Case
fauxpark [Sat, 9 Dec 2017 05:36:32 +0000 (16:36 +1100)]
Convert all headings to Title Case

6 years agoNew Planck Layout (#2123)
Nico Hormazábal [Sat, 9 Dec 2017 05:06:27 +0000 (06:06 +0100)]
New Planck Layout (#2123)

* added own keymap for planck

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

6 years agoTurn on prevent stuck modifiers for my keymaps.
Fredric Silberberg [Sat, 9 Dec 2017 00:58:10 +0000 (16:58 -0800)]
Turn on prevent stuck modifiers for my keymaps.

6 years agoUpdated copyright headers and peer review fixes
Cole Markham [Sat, 9 Dec 2017 04:55:53 +0000 (22:55 -0600)]
Updated copyright headers and peer review fixes

6 years agoUpdate Meira readme
Cole Markham [Sat, 9 Dec 2017 04:51:49 +0000 (22:51 -0600)]
Update Meira readme

6 years agoAdd support for Meira
Cole Markham [Fri, 17 Nov 2017 18:01:21 +0000 (12:01 -0600)]
Add support for Meira

6 years agoAdd support for LFKeyboard products: LFK78, LFK87 and SMK65
Scott Wilson [Sun, 3 Dec 2017 15:32:07 +0000 (10:32 -0500)]
Add support for LFKeyboard products: LFK78, LFK87 and SMK65