aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/satan
Commit message (Expand)AuthorAgeFilesLines
* added addcninblue's layout (#2049)Add Chan2017-11-263-0/+230
* Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality (#1...dkrieger2017-11-014-0/+238
* Add RESET to satan:dbroqua mappingDoug Krieger2017-10-251-3/+3
* update keymaps to not be the canonical fileJack Humbert2017-10-151-2/+0
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-1/+1
* Clueboard 60% support (#1746)skullydazed2017-09-291-1/+17
* remove all makefiles from keyboard directoriesJack Humbert2017-09-2711-210/+0
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-0810-0/+207
* rask's Satan and BananaSplit60 (#1654)Otto Rask2017-08-301-0/+79
* Add split layout to more keyboards.Joe Wasson2017-08-262-1/+2
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-232-0/+5
* Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and endMark Spanbroek2017-08-211-2/+2
* Remove COMPACT_KEYMAP, use full KC_ keycodes instead.Mark Spanbroek2017-08-211-28/+12
* Revert "Add COMPACT_KEYMAP macro to Satan GH60"Mark Spanbroek2017-08-211-15/+0
* Add screen lock keyMark Spanbroek2017-08-211-1/+2
* Fix power; use keyboard shortcut for MacMark Spanbroek2017-08-211-1/+2
* Reverse the split shift/fnMark Spanbroek2017-08-211-3/+18
* Add Mark I layoutMark Spanbroek2017-08-212-0/+34
* Add COMPACT_KEYMAP macro to Satan GH60Mark Spanbroek2017-08-211-0/+15
* Fix: add missing keys to Satan GH60 KEYMAP macroMark Spanbroek2017-08-211-2/+2
* Create readme.mdBen James2017-08-201-0/+12
* Create MakefileBen James2017-08-201-0/+21
* Create config.hBen James2017-08-201-0/+58
* Create keymap.cBen James2017-08-201-0/+122
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-161-5/+13
* Fixed a layout comment to match layout arrayGareth Pye2017-08-061-3/+3
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-302-24/+24
* remove .hex, .PNG, .jpgJack Humbert2017-06-115-1/+4
* remove the rest of the .pngsJack Humbert2017-06-112-1/+1
* Merge pull request #1297 from khogeland/satan-colemakJack Humbert2017-05-123-0/+120
|\
| * Colemak layout GH60 SatanKevin Hogeland2017-05-123-0/+120
* | Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-4/+4
|/
* typo removed {3 ...Ole Anders2017-03-281-3/+2
* fixed capitalization issue (checkTime => checktime)Ole Anders2017-03-281-2/+4
* moved checktime out of functionOle Anders2017-03-281-6/+3
* declaring checktime before the function it is used in.Ole Anders2017-03-281-0/+1
* fixed function to not accept any arguments.Ole Anders2017-03-281-1/+1
* removed varable trace option from makefileOle Anders2017-03-281-1/+0
* slight cleanup as per recommendationOle Anders2017-03-281-1/+2
* Moved key_timer out of function.Ole Anders2017-03-281-3/+4
* removed a carriage returnOle Anders2017-03-281-19/+18
* Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders2017-03-2810-0/+451
|\
| * Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-284-0/+128
| |\
| | * Update size estimates in the MakefileGabriel Young2017-02-251-1/+1
| | * Update existing keymapsGabriel Young2017-02-251-0/+3
| | * Add basic layer to sample MIDI keycapGabriel Young2017-02-251-1/+22
| | * Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-252-3/+18
| | * fix typos in keymapGabriel Young2017-02-191-8/+2
| | * Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-193-2/+4
| | * Allow customization of the number of tone keycodes and add example keymapGabriel Young2017-02-194-0/+93