summaryrefslogtreecommitdiffstats
path: root/keyboards/satan
AgeCommit message (Collapse)AuthorFilesLines
2019-05-04[Keymap] DZ60 keymap and layout (#5474)Oliver Granlund2-1/+4
* init * function layout planning * nordic keymap v1.0 * Added latest satan layouts, updated readmes * Cleaning code * Renamed ISO -> iso * Updated keymap to work better with Swedish layout * merge conflict * Added dz60 layout * pr issues fixes * removed weirdly positioned files * code cleanup, added dz60 layout json data * Added dz60 layout readme * Renamed layout * removed vscode file * Update keyboards/dz60/dz60.h Co-Authored-By: OlliGranlund <OlliGranlund@users.noreply.github.com>
2019-04-08[Keymap] Change SFT_ESC keycode in default Satan keymap to KC_GESC (#5482)fauxpark1-33/+1
2019-02-28[Keyboard] GH60 Satan improvements (#5264)fauxpark7-193/+179
* GH60 Satan improvements * Link no worky * Accidentally a h * Use MOD_MASK_SHIFT from core * Remove nonexistent layouts from here
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark14-38/+0
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark3-9/+0
2019-02-15Migrate fn_actions for default keymaps (#4935)fauxpark4-129/+50
* Migrate fn_actions for default keymaps * Rename the Grave/Escape Shift masks * No need for shift_esc_shift_mask * Change breaks to return false * Right align pointers * Add default case * Separate cases with empty lines
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre3-18/+2
* 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
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2019-01-12Remove empty fn_actions[]fauxpark2-42/+0
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft16-48/+1
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2019-01-03Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević1-1/+1
* Use standard KC_ALGR, remove language-specific redefinitions * Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps * Remove BE_LALT, BE_LGUI aliases
2018-11-18Satan: add LAYOUT_60_ansi_split_rshift to info.json (#4441)noroadsleft1-1/+4
2018-11-08Add Layout-b for GH60 satan (#4123)Abhinav4-0/+142
* Add Layout-b for GH60 satan * Update layout, toggle for colemak layout * Rename layout, replace function with KC_GESC * Update Layer order, Readme * Remove unnecessary code * Add backspace in extend layer
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre15-15/+15
2018-10-02Keymap: Adding my DZ60, Satan, XD75 kemaps and updates to userspace (#4039)Jarred Steenvoorden2-0/+23
* Update userspace with common config.h * Add my dz60, satan and xd75 keyboard keymaps * Fixing executable bits changed during last upstream merge * Cleanup unnecessary files and defines * Remove unnecessary defines from userspace config
2018-09-30Keymap: add olligranlund Iris + satan layouts (#4031)OlliGranlund4-0/+151
* init * function layout planning * nordic keymap v1.0 * Added latest satan layouts, updated readmes * Cleaning code * Renamed ISO -> iso
2018-09-10Keymap: Adjusted keymaps for standardisation (#3874)sK0pe2-0/+65
* Added HHKB with 7U space bar There are backlight changers on the function Z, X and C, mediat controls have been removed. * Fixed the default layout and added a keymap GUI and ALT keys were swapped. My own keymap which adds calculator, removes power, removes eject. * Adjusted naming convention of hhkb layout layer Fixed as per required from code review. * Updated for qmk configurator I didn't realise that there was a new standardisation across all the keymaps to accommodate the configurator. Hopefully fixed now.
2018-08-10Keymap: Spaceman Spiff layout for the GH60 Satan (#3596)Christopher Sexton2-0/+111
![Keyboard Layout](https://i.imgur.com/M9glFON.png) Designed specifically to make switching back-n-forth with the Apple's MacBook Pro keyboard intuitive. Has a slight tendency toward readline/vim keybindings. Caps locks becomes an `Esc` when pressed alone, or a `Ctrl` when pressed with another key. Base Layer ---------- As simalar to the Apple keyboard as possible. Notiable exception is `Caps Lock`: - `Esc` when pressed alone - `Ctrl` when pressed with another key Control+ Layer -------------- Left Ctrl key switches to the "Control+ Layer". This layer mostly acts like a control key in most cases, with a few exceptions: - `Ctl+` + `hjkl` are vim-style motion keys - `Ctl+` + `p` and `Ctl+` + `n` are page up and down - `Ctl+` + `Backspace` is forward delete Fn Layer -------- Audio Controls: - `Fn` + `a` Volume Down - `Fn` + `s` Volume Up - `Fn` + `d` Mute To flash this layout you need to press `Fn+Backspace`
2018-07-17Keymap: Change Satan layout lepa (rev 2) (#3427)Konstantin Lepa2-44/+80
* Change Satan keymap lepa (rev 2) * Remove unused code from satan keymap lepa.
2018-07-17Keymap: Add satan keymap lepa (#3423)Konstantin Lepa3-0/+145
2018-07-05Satan refactor and Configurator support (#3305)noroadsleft28-524/+589
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
2018-05-02Addkeymap/satan fakb (#2833)krasmaralde4-0/+201
* edited keymap and fitted for tada68 * edited rules to make mouse work * filled config.h to make mouse cursor move smooth * added descriptive readme * added layout with split backspace and steamlined naming * added layout with split shift, split backspace and split # * changed keymap to fit the new layout * removed duplicate layout KEYMAP_FAKB and pointed keymap.c to default on * further cleanup from layout duplicate
2018-04-20Added GH60 Satan ISO layout with split right shift and split backspace (#2773)Christian Hartlage4-0/+193
* added an iso layout that supports split backspace and split rshift * added a keymap which uses the iso layout with split backspace and split rshift * added a #define LAYOUT_ for the KEYMAP_ * fixed missing newline
2018-04-15keymaps for Iris, Planck, Satan, and XD75 (#2747)David Rambo2-0/+104
* DRambo Planck keymap in Colemak * DRambo Planck keymap in Colemak * Satan GH60 keymap for Bri QWERTY layout with Navigation layer toggled with "Caps Lock" key. * xd75 keymap in Colemak for Mac and Win * DRambo Planck keymap in Colemak * Satan GH60 keymap for Bri QWERTY layout with Navigation layer toggled with "Caps Lock" key. * xd75 keymap in Colemak for Mac and Win * Added Iris Colemak layout for Mac, Windows, and Gaming. * changed comment text * DRambo Planck keymap in Colemak * Satan GH60 keymap for Bri QWERTY layout with Navigation layer toggled with "Caps Lock" key. * xd75 keymap in Colemak for Mac and Win * Added Iris Colemak layout for Mac, Windows, and Gaming. * changed comment text * Added Iris keymap from DavidRambo * Added planck keymap from DavidRambo * Added xd75 keymap from DavidRambo * Added readme
2018-02-02Added us based keyboard layout with cursor keys and mouse functionality for ↵Christian Richter3-0/+148
SATAN GH60 (#2180) * Add chaser keymap * Added missing readme * Add missing mousewheel und mousebutton 3
2018-01-25[Keymap] semi-ISO Spanish HHKB Keymap for Satan Keyboards (#2290)Alex Vogel4-0/+207
* ISO HHKB first commit * First version of my HHKB ISO Spanish Keymap * Readme.md * Added more media keys. Caps Lock added on function layer. Backlight toggle added on funtion layer. * RGB support for WS2812B RGB led strip * RGB and brightness control.
2017-11-26added addcninblue's layout (#2049)Add Chan3-0/+230
* added addcninblue's layout * vim layer
2017-11-02Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality ↵dkrieger4-0/+238
(#1948) * Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality * move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD - UTIL layer - currently has "RESET" key and nothing else. - functionality otherwise covered by bootmagic should go here - small bugfix: dispatch of [QTY]_HOLD should be based on range tap count falls in, not exact count.
2017-10-25Add RESET to satan:dbroqua mappingDoug Krieger1-3/+3
2017-10-15update keymaps to not be the canonical fileJack Humbert1-2/+0
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
* 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
2017-09-30Clueboard 60% support (#1746)skullydazed1-1/+17
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
2017-09-27remove all makefiles from keyboard directoriesJack Humbert11-210/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed10-0/+207
* 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
2017-08-30rask's Satan and BananaSplit60 (#1654)Otto Rask1-0/+79
* 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
2017-08-26Add split layout to more keyboards.Joe Wasson2-1/+2
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2-0/+5
* 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
2017-08-21Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and endMark Spanbroek1-2/+2
The ctrl commands only seem to work well in terminal, not in other apps.
2017-08-21Remove COMPACT_KEYMAP, use full KC_ keycodes instead.Mark Spanbroek1-28/+12
2017-08-21Revert "Add COMPACT_KEYMAP macro to Satan GH60"Mark Spanbroek1-15/+0
9a1826598a1a06d87459c5bbef9db9be277bdae9
2017-08-21Add screen lock keyMark Spanbroek1-1/+2
2017-08-21Fix power; use keyboard shortcut for MacMark Spanbroek1-1/+2
2017-08-21Reverse the split shift/fnMark Spanbroek1-3/+18
Turns out that 3c and 3d are not reversed when splitting the right shift in the way that the Mark I layout does. Reversing it here, rather than in the generic satan.h to avoid breaking the other layouts.
2017-08-21Add Mark I layoutMark Spanbroek2-0/+34
2017-08-21Add COMPACT_KEYMAP macro to Satan GH60Mark Spanbroek1-0/+15
2017-08-21Fix: add missing keys to Satan GH60 KEYMAP macroMark Spanbroek1-2/+2
2017-08-21Create readme.mdBen James1-0/+12
2017-08-21Create MakefileBen James1-0/+21
2017-08-21Create config.hBen James1-0/+58
2017-08-21Create keymap.cBen James1-0/+122