aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/bananasplit
Commit message (Collapse)AuthorAgeFilesLines
* More work on Talljoe layout including adding layout support for HHKB and ↵Joe Wasson2018-05-122-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TKL. (#2946) * Add tap-dancing semicolon. * Infinity60 was running out of USB space. * Rename common layout variable so it doesn't collide with some keyboards. * Godspeed!!! * Patch the number of LEDs for 1up60rgb * Don't light up if rgblight is off. * Add HHKB layout. * Add HHKB to Talljoe's layout. * Bring back bananasplit keymap. * info.json * Userspace config.h doesn't seem to be setting PREVENT_STUCK_MODIFIERS * Remove 1uprgb workaround * Add TKL to talljoe keymap. Also introduces the tkl layout.
* QMK Configurator Support for bananasplit (#2882)MechMerlin2018-05-0814-63/+74
| | | | | | | | | | | | * Change KEYMAP to LAYOUT refactor * Add info.json for QMK Configurator Support * Change LAYOUT_ansi to LAYOUT_60_ansi * removed talljoe's placeholder keymaps * change LAYOUT to LAYOUT_base
* Talljoe's layout with common keymap. (#2764)Joe Wasson2018-04-212-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add userspace to talljoe layout. * Move more authority to userspace and create Bananasplit layout. * Move more things into userspace. * Common Core example * More work on common layout. * Num layer. * talljoe-ansi layout * Updates for Zeal60 * Add Zeal60 to 60_ansi_split_bs_rshift * Swap Escape and Grave * Num-layer tweaks * More tweaks. * Add 1up60rgb to world of layouts. * Rename ansi_split_bs_rshift layout to hhkb. * Control RGB Backlight. * change capslock led * Remove obsolete line from rules.mk. * Add user-friendly userspace override. * Fix enter for 1uprgb60 * Revert "Rename ansi_split_bs_rshift layout to hhkb." This reverts commit 53133719db25c7cb6a199108bbf5d980481a45f4.
* New keymaps for bananasplit (#2586)Yida Xu2018-03-234-0/+324
| | | | | | | | | | | | | | | | | | * New bananasplit keymap with toggable capslock led. * Update comments. * Update readme.md * Updated keymap name * update some keys. * new layout for bananasplit * update comment * Update readme.md
* Layout for BananaSplit60 (#2257)Kyle Sargent2018-01-124-0/+192
| | | | | | * Kamon bananasplit layout * readme
* backlight breathing overhaul (#2187)Balz Guenat2018-01-013-9/+11
| | | | | | | | | | | | | | | | | | | | * 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
* change the ?= assignments to =Balz Guenat2017-12-101-11/+11
|
* clean up bananasplit keymapBalz Guenat2017-12-104-40/+39
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-23/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-274-114/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-083-0/+111
| | | | | | | | | | | | | | | | | | | | | | * 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
* rask's Satan and BananaSplit60 (#1654)Otto Rask2017-08-302-0/+125
| | | | | | | | | | | | | | * Add rask's Satan layout * Add rask's Satan layout * Add rask's BananaSplit60 layout * Add rask's BS60 readme * Fix rask's BS60 readme image * Fix rask's BS60 readme image again
* bananasplit LED support and keymap add00102017-08-174-0/+137
| | | | | * added LED pin mapping * adding my keymap
* add option to let ctrl override shift/gui for the GRAVE_ESC.Balz Guenat2017-08-111-0/+1
| | | | This enables the ctrl+shift+esc shortcut to task manager on windows.
* remove duplicate readmeBalz Guenat2017-08-071-28/+0
|
* Merge remote-tracking branch 'upstream/master' into bananasplitBalz Guenat2017-08-0710-280/+235
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # keyboards/bananasplit/Makefile # keyboards/bananasplit/bananasplit.c # keyboards/bananasplit/bananasplit.h # keyboards/bananasplit/config.h # keyboards/bananasplit/keymaps/default/keymap.c # keyboards/bananasplit/rules.mk
| * Update nic keymapNic Aitch2017-08-061-5/+7
| |
| * Update readmeNic Aitch2017-08-061-1/+27
| |
| * Add nic keymapNic Aitch2017-08-061-0/+43
| |
| * Add "hhkb with arrows" macroNic Aitch2017-08-061-0/+15
| |
| * Port hhkbananaNic Aitch2017-08-061-0/+25
| |
| * Port true_banana as defaultNic Aitch2017-08-061-0/+25
| |
| * Port main keyboard partsNic Aitch2017-08-066-0/+272
|
* Add language-switch for locking switchBalz Guenat2017-08-041-16/+15
|
* add personal keymapBalz Guenat2017-08-035-0/+200
|
* add the bananasplit keyboard incl. default keymap.Balz Guenat2017-08-0310-0/+569