Commit Graph

155 Commits (e6a6b1f122e72d58fbb14f5752929fe489d0e828)

Author SHA1 Message Date
Brian Choromanski a3047f1ab3 Added choromanski keymap (#2528)
* Added ergodox layout

* Added preonic layout

* Added readme for exgodox layout

* fixed errors with formatting readme

* Added edited preonic keymap & readme
7 years ago
Joe Wasson 7230923b05 Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency 7 years ago
Louis Orleans f139c3db8d layout(preonic): update to dudeofawesome's layout (#2507)
* 🎉 duplicate default Preonic keymap

*  add Workman layout

* 🚚 swap backspace and delete

*  enable hold enter for shift

* 🚚 swap media play and next

* 💄 use Planck startup sound

* 💄 add Workman layer sound

*  add numpad layer

* 💄 add new workman sound

* 📝 add README

* 🎨 fix layout formatting

* 📝 add image of numpad layer

* 📦 changing chibios submodule version

to match upstream/master's version

*  add caps lock key on adjust layer

*  reworking numpad layer to match a real numpad

*  add double tap to activate numpad

* 📝 fix layout comments

* 📝 update numpad layer render

*  adding operator keys to left hand on numpad

* 🎨 shorten numpad keycodes

* 🎨 remove redundant breaks

* 📝 update numpad layer render

* 🎨 fix indentation

* 🔧 add rules file

* 🔊 play sound when switching to numpad layer

* 🔨 use userspace sounds
7 years ago
U-LANDSRAAD\drashna 9db908f7d1 Fix Preonic layout 7 years ago
uplus e8e999dcc0 Fix preonic/rev2 bootloader config 7 years ago
Blake Newman 6c473c5f38 layout(preonic): blake-newman's layout (#2483)
* layout(preonic): blake-newman's layout

- Add keymap
  - Add Number Pad layout
  - Reconfigure other layouts to my opinionated style
- Add `readme.md` with layout information

* layout(preonic): blake-newman's layout

- Move enter to `raise + space` / `lower + space`
- Replace `enter` to `right shift`
- Explicitly map modifier keys
7 years ago
Louis Orleans d7f46f3466 layout(preonic): dudeofawesome's layout (#2449)
* 🎉 duplicate default Preonic keymap

*  add Workman layout

* 🚚 swap backspace and delete

*  enable hold enter for shift

* 🚚 swap media play and next

* 💄 use Planck startup sound

* 💄 add Workman layer sound

*  add numpad layer

* 💄 add new workman sound

* 📝 add README

* 🎨 fix layout formatting

* 📝 add image of numpad layer

* 📦 changing chibios submodule version

to match upstream/master's version

*  add caps lock key on adjust layer

*  reworking numpad layer to match a real numpad

*  add double tap to activate numpad

* 📝 fix layout comments

* 📝 update numpad layer render

*  adding operator keys to left hand on numpad

* 🎨 shorten numpad keycodes
7 years ago
Jack Humbert 4aef0318aa
Update info.json 7 years ago
Balz Guenat 4931510ad3 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
8 years ago
U-LANDSRAAD\drashna 5ffec5d9b0 Disable MIDI on preonic to fix firmware compilation errors 8 years ago
Jack Humbert 9fdc276260
Updates bootloader settings, adds file size check (#2029)
* pull fuse settings for bootloader jump

* fix 32a chips

* make automatic bootloader selection optional

* quantify bootloaders

* fixs #164, speeds up dfu reset

* fix for chips w/o usb

* missing an n

* fix bootloader sizes, use words for addresses

* fix bmini, pearl, and [[ issue, make things quiet

* ignore avr errors on arm for now

* update settings for the light

* document bootloader stuff

* add bootloader title
8 years ago
Jack Humbert 607876187d shrink preonic by a bit 8 years ago
Jack Humbert ec3e065f0d
QMK DFU bootloader generation (#2009)
* adds :bootloader target

* update planck and preonic revisions

* remove references to .h files for planck

* update preonic keymap

* only add keyboard.h files that exist

* add production target

* hook things up with the new lufa variables

* update rules for planck/preonic

* back backlight key turn of status led when pressed

* add manufacturer/product strings to bootloader
8 years ago
Jack Humbert ec59147507 fix 2u alignment in info.jsons 8 years ago
Jack Humbert 074b78700a update preonic, add info.json 8 years ago
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination (#1784)
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
8 years ago
Jack Humbert 791b9cc652 remove all makefiles from keyboard directories 8 years ago
skullydazed 4cdcbdb861 Remove all Makefiles from the keyboards directory. (#1660)
* Remove all Makefiles from the keyboards directory.

* update keymaps added in the last 8 days

* Ignore keyboard/keymap makefiles

* update hand_wire to reflect our new Makefile-less reality

* Update the make guide to reflect the new reality

* move planck keymap options to rules.mk

* update planck keymaps 4real

* trigger travis

* add back build_keyboard.mk

* restore changes to build_keyboard
8 years ago
Jack Humbert d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards (#1609)
* include variables and .h files as pp directives

* start layout compilation

* split ergodoxes up

* don't compile all layouts for everything

* might seg fault

* reset layouts variable

* actually reset layouts

* include rules.mk instead

* remove includes from rules.mk

* update variable setting

* load visualizer from path

* adds some more examples

* adds more layouts

* more boards added

* more boards added

* adds documentation for layouts

* use lowercase names for LAYOUT_

* add layout.json files for each layout

* add community folder, default keymaps for layouts

* touch-up default layouts

* touch-up layouts, some keyboard rules.mk

* update documentation for layouts

* fix up serial/i2c switches
8 years ago
Joe Wasson fe60cbd928 Remove PLAY_NOTE_ARRAY usages to get rid of warning. 8 years ago
Jack Humbert 81d7e7d4c8 Merge pull request #1601 from dlaroe/master
My keymaps only
8 years ago
4c4a174dbe Added Preonic Makefile and readme.md 8 years ago
8b62a0af74 Updated keymaps with second LOWER for the right hand 8 years ago
07dcbd23fd First Update 8 years ago
Jack Humbert 415d38ba9e adds music mode, music mode songs, music mask 8 years ago
Jack Humbert f407f3e8de remove unneccesary headers 8 years ago
Jack Humbert 6a3c66776c clean-up planck and preonic keymaps, move audio stuff around 8 years ago
Jack Humbert b476d65b9c Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
8 years ago
Jack Humbert ea7590c894 add new arguements, docs 8 years ago
Jack Humbert 1a4a66fd01 updates olkb readmes #1362 8 years ago
Nick Choi 3ed2147a88 preonic map 8 years ago
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes #1201.
8 years ago
Fred Sundvik 08b9eb26c5 Fix warnings in CMD-Preonic
The startup_sound is defined using MUSICAL_NOTEs, since non-constant
initializer expressions are not allowed in C.
8 years ago
Xyverz c034b61b1a Merge remote-tracking branch 'upstream/master' 8 years ago
nielsenz d1e66e2e07 Worked around some new Makefile issues. 8 years ago
Zay950 2366ebfbbd Merge branch 'master' into to_push 8 years ago
Jack Humbert 7e37daa2ce Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes
Flesh out MIDI support
8 years ago
Jack Humbert b794719952 Merge pull request #1090 from qmk/backlight_softpwm
Adds soft PWM backlight for non-timed ports
8 years ago
Stephen Tudor 8d4bc714e4 Update smt keymap READMEs 8 years ago
Stephen Tudor 88e862e472 Update smt keymaps for consistency 8 years ago
Gabriel Young a64ae10662 Update existing keymaps
Update existing keymaps to enable MIDI_BASIC functionality.  Also added
an option MIDI_ENABLE_STRICT to be strict about keycode use (which also
reduces memory footprint at runtime)
8 years ago
Jack Humbert 8d0fdf1008 adds soft pwm for non-timed ports 8 years ago
Xyverz 902d5077cd Merge remote-tracking branch 'upstream/master' 8 years ago
Xyverz 4d7105c2cf Added RGB Underglow to my Preonic 8 years ago
Stephen Tudor 1d9e0b0120 s/Bkps/Bksp 8 years ago
Stephen Tudor 7c24ecf580 Carry over Planck updates to my Preonic keymap 8 years ago
Jack Humbert c9ca368008 replace jackhumbert with qmk 8 years ago
Jack Humbert 0212a30aa6 Merge pull request #1033 from smt/smt/preonic
Add smt's keymap for Preonic
8 years ago
Stephen Tudor 6546dddddb Remove COLEMAK from preonic_keycodes enum 8 years ago
Jack Humbert 938422ce99 layer defines to enum 8 years ago
Stephen Tudor 51fe4f0d34 Update readme for smt Preonic keymap 8 years ago
Stephen Tudor b3cf96ec2e Add smt keymap for Preonic 8 years ago
xyverz 99521a4482 Merge remote-tracking branch 'upstream/master' 8 years ago
xyverz 79343f1c6c Usaility changes to keymap, tidying up a bit. 8 years ago
Jack Humbert 438a5d685b limit voices by default, add some drums 9 years ago
Jack Humbert dd114e648e planck preonic update 9 years ago
xyverz 0523657923 Merge remote-tracking branch 'upstream/master' 9 years ago
xyverz 592b90dd22 Changes 9 years ago
Jack Humbert 0edfe55bfe re-enable audio and extrakeys 9 years ago
xyverz 9216bc7377 Merge remote-tracking branch 'upstream/master' 9 years ago
Jack Humbert 7edac212c8 separated into api files/folder 9 years ago
Jack Humbert 3774a7fcda rgb light through midi 9 years ago
xyverz b493f6a4ed Merge remote-tracking branch 'upstream/master' 9 years ago
Zach Nielsen 80c5ada339 Missed removing a function 9 years ago
nielsenz f388bb5bda Removed some common functions from my keymap 9 years ago
Zach Nielsen 4c0aa02b2e Missed some stuff. Added a song (stole it from reddit). 9 years ago
Zach Nielsen c07ef5c6ab Adding my (zach) keymaps for planck and preonic 9 years ago
jacwib b7611d5037 1.2 update 9 years ago
jacwib dbcbd8ee3c Update readme to reflect 1.1 changes. 9 years ago
jacwib 83b2149885 Update keymap to reflect 1.1 changes. 9 years ago
jacwib a625c2201a Update readme to reflect changes 9 years ago
Xyverz 91b1aa0994 Add files via upload
Minor layout changes
9 years ago
Fred Sundvik 8f2af3c6bc Merge branch 'master' into makefile_overhaul 9 years ago
Joe Wasson 66adbfcab5 Add default swap configs for a couple of boards. 9 years ago
Fred Sundvik da226e6126 Update keyboard readme files with new makefile instructions 9 years ago
Fred Sundvik 44441de8ca Split keyboard makefiles into rules and Makefile 9 years ago
Gergely Nagy 29f64d7a93 tap-dance: Major rework, to make it more reliable
This reworks how the tap-dance feature works: instead of one global
state, we have a state for each tap-dance key, so we can cancel them
when another tap-dance key is in flight. This fixes #527.

Since we have a state for each key, we can avoid situation where a keyup
would mess with our global state. This fixes #563.

And while here, we also make sure to fire events only once, and this
fixes #574.

There is one breaking change, though: tap-dance debugging support was
removed, because dumping the whole state would increase the firmware
size too much. Any keymap that made use of this, will have to be
updated (but there's no such keymap in the repo).

Also, there's a nice trick used in this rework: we need to iterate
through tap_dance_actions in a few places, to check for timeouts, and so
on. For this, we'd need to know the size of the array. We can't discover
that at compile-time, because tap-dance gets compiled separately. We'd
like to avoid having to terminate the list with a sentinel value,
because that would require updates to all keymaps that use the feature.
So, we keep track of the highest tap-dance code seen so far, and iterate
until that index.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
9 years ago
jacwib 54e37fd2d1 Fix bug 9 years ago
jacwib 6ba27ea318 Remove pointless comments 9 years ago
jacwib e4e13ddc54 Update readme.md 9 years ago
jacwib 26f4a0cf04 Update Makefile 9 years ago
jacwib 62004866b3 Update config.h 9 years ago
jacwib cf91aa416a Update keymap.c 9 years ago
jacwib 1ab78110bd Update readme.md 9 years ago
jacwib 880486bd24 Jack's keymap. 9 years ago
Jack Humbert a087a207f1 Merge pull request #608 from finleye/master
Adds keymap based on Kinesis advantage
9 years ago
Xyverz ca3278cc35 adds Xyverz's keymaps (#615)
* Adding my own keymaps to the following keyboards:

Planck, Preonic, Atreus, Ergodox

* Delete dvorak.png

Not reflective of my layout.

* Delete readme.md

file cleanup, removing file that doesn't apply to my layout.

* Delete old_keymap.c

file cleanup

* Delete README.md

file clean up.

* Delete README.md

file cleanup

* Delete keymap.c

file cleanup

* Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake.
Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default
layout and default makefile.
9 years ago
Corey Finley 76cd7c5444 Adds keymap based on Kinesis advantage 9 years ago
Jordi Orlando 3b39910cb9 Create 0xdec Preonic keymap
An ergonomically optimized Colemak keymap for the grid-layout Preonic
9 years ago
Jonathan Lucas e6a41e43aa Updated Readme 9 years ago
commandlinedesign c826bcfc39 Did a derp and forgot to set Trans on Arrow layer 9 years ago
commandlinedesign 4480a74a4b Arrow key fn layer shouldnt overwrite Ctrl key. Better Print Screen position 9 years ago
commandlinedesign c1fb82623c Tested, resolved Mouse issue, resolved numpad issue 9 years ago
commandlinedesign fbafb9449e Resolved errors 9 years ago
Jonathan Lucas 9b3708f830 Init Readme
This needs a better description.
9 years ago
Jonathan Lucas 3c7075011b Create Makefile
This is untested, use caution.
9 years ago
Jonathan Lucas b5761df57b Create CMD-Preonic Keymap
This is very Alpha-Mode, and has not been tested or even Made yet.
9 years ago
Robert Dale 9c26498f49 added Midi On/Off; Enter is actually transparent 9 years ago
Robert Dale 47223ebee4 Corrected the ascii layout to match the coded layout 9 years ago
Jack Humbert 57e08eb8ba updates rgblight implementation, makes non-timer stuff compatible with audio 9 years ago