aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/s60_x/keymaps/bluebear
Commit message (Collapse)AuthorAgeFilesLines
* Keyboards: Move the other Sentraq keyboards into the sentraq vendor ↵Nicholas Shaff2019-02-054-879/+0
| | | | | | | | | | | | | | directory (#5052) * Moving sentraq keyboards to sentraq subdirectory. * Updating readme markdown to correct make commands. * Updating s60_x references to point to the new vendor subdirectory. * Fixed stripped spaces in markdown. * Updated help information in s60_x readme and linked to additional documentation.
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
|
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-3/+0
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* QMK Configurator support for Sentraq S60-x (#2889)MechMerlin2018-05-041-7/+7
| | | | | | * change to QMK_KEYBOARD_H * add info.json for QMK Configurator Support
* More Configurator Warning Fixes (#2716)MechMerlin2018-04-071-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-142-28/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-18/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+18
| | | | | | | | | | | | | | | | | | | | | | * 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
* Properly formatted unordered lists in readme.mdAnte Laurijssen2017-06-121-29/+29
|
* Mods to readme.mdAnte Laurijssen2017-06-121-1/+1
|
* Modifications to readme.md and deletion of keyboard layout imagesAnte Laurijssen2017-06-128-5214/+16
|
* -MIDI Chords now using process_record_user instead of F(n) keysAnte Laurijssen2017-06-111-328/+164
| | | | -Morse Code shift keys implemented
* Created special shift keys for Morse layer that change variable value, ↵Ante Laurijssen2017-06-071-143/+29
| | | | enabling to send “shifted” special morse code characters.
* Working on Morse Code MacrosAnte Laurijssen2017-06-071-9/+24
|
* Added a couple of custom keys and updated layer imageAnte Laurijssen2017-06-052-7/+36
|
* Improvements and corrections to morse code macros layerAnte Laurijssen2017-06-021-44/+44
|
* Improvements to Midi and keymapAnte Laurijssen2017-05-301-57/+57
|
* Another typo...Ante Laurijssen2017-05-291-1/+1
|
* Corrected typo in readme.mdAnte Laurijssen2017-05-291-2/+2
|
* Added a few imagesAnte Laurijssen2017-05-293-0/+5190
|
* Added MIDI_CHORD layer and other little fixes.Ante Laurijssen2017-05-295-29/+226
| | | | Updated readme.md
* Midi Chord Function is now working! But some chords lag...Ante Laurijssen2017-05-282-46/+124
|
* Still working on these MIDI CHORDS!Ante Laurijssen2017-05-262-26/+11
|
* More changes to keymap.c to try and get midi chords to workAnte Laurijssen2017-05-251-74/+86
|
* More updates to keymap.c - still errors with midi when trying to compileAnte Laurijssen2017-05-241-71/+61
|
* More work on my keymap.c and added .png images of my different layers.Ante Laurijssen2017-05-226-99/+120
|
* More work on keymap.c and config.hAnte Laurijssen2017-05-212-104/+197
|
* Continuing work on keymap.cAnte Laurijssen2017-05-211-34/+416
|
* Added Space Cadet Rollover Disable to config.hAnte Laurijssen2017-05-161-0/+3
|
* Working on keymap.c file...Ante Laurijssen2017-05-151-4/+6
|
* Started working on custom midi chord functionAnte Laurijssen2017-05-141-0/+68
|
* Initial push of my keymapAnte Laurijssen2017-05-144-0/+319