summaryrefslogtreecommitdiff
path: root/keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c')
-rw-r--r--keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c b/keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c
index bed15eb57e..f93958fe8f 100644
--- a/keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c
+++ b/keyboards/rookiebwoy/late9/rev1/keymaps/default/keymap.c
@@ -22,23 +22,23 @@ enum layers {
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-/* Keymap _BL: Base Layer
+/* BL: Base Layer
* ,-----------------------.
* |MO(OP) | ↑ | BSPC |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | <- | ↓ | -> |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | 1 | 2 | 3 |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | 4 | 5 | 6 |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | 7 | 8 | 9 |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | 0 | . | = |
* | | | |
* `-----------------------'
@@ -52,23 +52,23 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_P0, KC_PDOT, KC_PEQL
),
-/* Keymap _OP: Operators Layer
+/* OP: Operators Layer
* ,-----------------------.
* |MO(OP) | ↑ | BSPC |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | <- | ↓ | -> |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | / | * | - |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | ( | ) | + |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | & | % | ^ |
* | | | |
- * |-------|-------|-------|
+ * |-------+-------+-------|
* | | | . | = |
* | | | |
* `-----------------------'