Skip to content

Commit

Permalink
Comment tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
nacitar committed Mar 26, 2014
1 parent 3c1c86f commit 84a6d90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include src/makefile-options
# --- default
LAYOUT := qwerty-kinesis-mod
# --- all
LAYOUTS := qwerty-kinesis-mod dvorak-kinesis-mod colemak-symbol-mod
LAYOUTS := qwerty-kinesis-mod dvorak-kinesis-mod colemak-symbol-mod workman-p-kinesis-mod

# system specific stuff
UNAME := $(shell uname)
Expand Down
2 changes: 1 addition & 1 deletion src/keyboard/ergodox/layout/workman-p-kinesis-mod.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------------------------
* ergoDOX layout : workman (modified from the Kinesis layout)
* ergoDOX layout : Workman-P (modified from the Kinesis layout)
* -----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak <[email protected]>
* Released under The MIT License (MIT) (see "license.md")
Expand Down
6 changes: 3 additions & 3 deletions src/keyboard/ergodox/layout/workman-p-kinesis-mod.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* ----------------------------------------------------------------------------
* ergoDOX : layout : DEFAULT : exports
* ergoDOX : layout : Workman-P : exports
* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak <[email protected]>
* Released under The MIT License (MIT) (see "license.md")
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */


#ifndef KEYBOARD__ERGODOX__LAYOUT__DEFAULT_h
#define KEYBOARD__ERGODOX__LAYOUT__DEFAULT_h
#ifndef KEYBOARD__ERGODOX__LAYOUT__WORKMAN_P_h
#define KEYBOARD__ERGODOX__LAYOUT__WORKMAN_P_h

#include "../controller.h"

Expand Down

0 comments on commit 84a6d90

Please sign in to comment.