diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-07-04 18:04:59 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 18:04:59 -0700 |
commit | 090b4a81b98d0da1942483b77ef90ac4c5af3c5f (patch) | |
tree | 1a2c553a1e6cc640cbc7ddd0d37e42a588aa75f7 /keyboards/the_ruler/the_ruler.h | |
parent | 7eeb8932a17443fb6e94a6aeeaed895790b561d2 (diff) |
The Ruler QMK Configurator Support (#3308)
* Update KEYMAP macro to LAYOUT
* Add QMK Configurator support
Diffstat (limited to 'keyboards/the_ruler/the_ruler.h')
-rw-r--r-- | keyboards/the_ruler/the_ruler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/the_ruler/the_ruler.h b/keyboards/the_ruler/the_ruler.h index 6f38034c31..45a327b0dc 100644 --- a/keyboards/the_ruler/the_ruler.h +++ b/keyboards/the_ruler/the_ruler.h @@ -3,7 +3,7 @@ #include "quantum.h" -#define KEYMAP( \ +#define LAYOUT( \ K00, K01, K02, K03, K04, K05 ) { \ { K00, K01, K02, K03, K04, K05 } \ } |